mirror of
https://github.com/adtools/clib2.git
synced 2025-12-08 14:59:05 +00:00
- Aliases of file descriptors are now using the signal semaphore
of the original file descriptor. - close() did not return 0 if the file descriptor in question was really just an alias. Fixed. - Added a feature which makes it possible to have several clients use the standard I/O streams (stdin/stdout/stderr) and have these referring to their process' Input()/Output()/ErrorOutput() streams. This is intended to support the upcoming shared library feature. git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@14885 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
@ -74,6 +74,19 @@
|
||||
that the constructors/destructors are called in the proper
|
||||
order, too.
|
||||
|
||||
- Aliases of file descriptors are now using the signal semaphore
|
||||
of the original file descriptor.
|
||||
|
||||
- close() did not return 0 if the file descriptor in question
|
||||
was really just an alias. Fixed.
|
||||
|
||||
- Added a feature which makes it possible to have several clients
|
||||
use the standard I/O streams (stdin/stdout/stderr) and have these
|
||||
referring to their process' Input()/Output()/ErrorOutput()
|
||||
streams. This is intended to support the upcoming shared
|
||||
library feature.
|
||||
|
||||
|
||||
|
||||
c.lib 1.189 (5.3.2005)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user