mirror of
https://github.com/adtools/clib2.git
synced 2025-12-08 14:59:05 +00:00
- fwrite() now flushes the entire "buffer" for unbuffered files. The
exception are "interactive" files such as console windows. For these line buffered output is used. - Whether or not a file is bound to an interactive device, such as a console window, is now checked and remembered after a file descriptor has been associated with it. git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@14788 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
@ -32,6 +32,14 @@
|
||||
for the 68040/68060 but not for the PowerPC, which uses 32 or 128
|
||||
bytes per cache line.
|
||||
|
||||
- fwrite() now flushes the entire "buffer" for unbuffered files. The
|
||||
exception are "interactive" files such as console windows. For these
|
||||
line buffered output is used.
|
||||
|
||||
- Whether or not a file is bound to an interactive device, such as a
|
||||
console window, is now checked and remembered after a file descriptor
|
||||
has been associated with it.
|
||||
|
||||
|
||||
c.lib 1.184 (28.11.2004)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user