Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
No more __const.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also avoid unnecessarily setting errno when testing for TTY.
|
|
|
|
|
|
fopen should set the FD_CLOEXEC flag if requested evenif the kernel does
not support an aotmic operation.
freopen should reuse the file descriptor for the stream. This is
especially important for calls to change the standard streams (stin,
stdout, stderr).
|
|
The last change left a variable in some situations uninitialized.
|
|
|
|
fclose should leave the file descriptor position after the last read
or written byte.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This patch fixes some cases which fail to parse with C++.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reformulates the in-buffer optimisation check to match the code in
_IO_new_file_seekoff. No functional changes, but easier to understand.
|
|
|
|
|
|
|
|
|
|
|