Menu

Commit [r334]  Maximize  Restore  History

- Modified select() to support plain files, too. The new code now

compares the current file position against the current file size,
if that file is on a file system, or simply checks if there is
any data in the file (which works for the default PIPE: device).

- The raw file descriptor structure member fd_Position is now
always updated, regardless of whether the file supports random
access or not.

- The wildcard escape character used in __wildcard_expand_init() was
wrong. It should have been "'" but it was "`". Fixed.

obarthel 2005-08-15

changed /trunk/library/changes
changed /trunk/library/socket_select.c
changed /trunk/library/stdio_fdhookentry.c
changed /trunk/library/unistd_wildcard_expand.c
/trunk/library/changes Diff Switch to side-by-side view
Loading...
/trunk/library/socket_select.c Diff Switch to side-by-side view
Loading...
/trunk/library/stdio_fdhookentry.c Diff Switch to side-by-side view
Loading...
/trunk/library/unistd_wildcard_expand.c Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.