summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Reduce code duplication.Paolo Bonzini2008-10-091-34/+37
* flock: new moduleRichard W.M. Jones2008-10-072-0/+277
* Add an option for ignoring EPIPE during close_stdout.Bruno Haible2008-10-063-4/+51
* New modules 'accept', 'bind', 'connect', 'getpeername', 'getsockname', 'getso...Bruno Haible2008-10-062-36/+256
* Tiny tweaks.Bruno Haible2008-10-061-2/+0
* Oops, typo in warning.Bruno Haible2008-10-061-1/+1
* Add a link warning when the 'select' module is not used.Bruno Haible2008-10-061-10/+16
* New module 'select'.Bruno Haible2008-10-051-2/+7
* Use getdtablesize module.Bruno Haible2008-10-053-18/+3
* New module 'getdtablesize'.Bruno Haible2008-10-052-0/+47
* Use the system's values, rather than overriding them by ours.Bruno Haible2008-10-051-15/+26
* Avoid macro redefinition warnings.Bruno Haible2008-10-041-0/+7
* Define EWOULDBLOCK to the same value as EAGAIN.Paolo Bonzini2008-10-033-5/+9
* filevercmp: new moduleKamil Dudka2008-10-032-0/+196
* Add a comment.Bruno Haible2008-10-031-1/+16
* fts.c: sync with similar code from coreutils' remove.cJim Meyering2008-10-021-26/+31
* fsync: new moduleRichard W.M. Jones2008-10-022-0/+95
* fts: bug fixesJim Meyering2008-10-021-2/+2
* remove trailing spacesJim Meyering2008-10-013-3/+3
* fts.c: adjust a new interface to be more generally usefulJim Meyering2008-10-011-10/+12
* Needs to depend on modules 'errno' and 'time'.Bruno Haible2008-10-011-7/+8
* Fix the Win32 implementation of the 'thread' module.Bruno Haible2008-10-012-126/+138
* Treat the special case of regular files more efficiently.Bruno Haible2008-09-301-0/+5
* getdate.y: disallow countable dayshifts like "4 yesterday ago"Ondřej Vašík2008-09-291-6/+13
* Propagate effects of putenv/setenv/unsetenv to child processes.Bruno Haible2008-09-292-4/+20
* Enable use of shell scripts as executables in mingw.Bruno Haible2008-09-293-4/+34
* strengthen self-containedness check for sys/select.hPaolo Bonzini2008-09-291-0/+4
* Make the headers usable in C++.Bruno Haible2008-09-292-1/+18
* Remove unused variables.Bruno Haible2008-09-291-3/+0
* Override open more carefully.Bruno Haible2008-09-282-4/+27
* Override freopen more carefully.Bruno Haible2008-09-281-3/+13
* Override fopen more carefully.Bruno Haible2008-09-281-2/+12
* Add comment about SIGPIPE.Bruno Haible2008-09-281-1/+5
* Tweak patch that overrides open() and fopen().Bruno Haible2008-09-282-0/+3
* New module 'posix_spawnp'.Bruno Haible2008-09-281-0/+33
* New module 'posix_spawn'.Bruno Haible2008-09-281-0/+33
* New module 'posix_spawnattr_destroy'.Bruno Haible2008-09-281-0/+28
* New module 'posix_spawnattr_setsigmask'.Bruno Haible2008-09-281-0/+33
* New module 'posix_spawnattr_getsigmask'.Bruno Haible2008-09-281-0/+33
* New module 'posix_spawnattr_setsigdefault'.Bruno Haible2008-09-281-0/+33
* New module 'posix_spawnattr_getsigdefault'.Bruno Haible2008-09-281-0/+34
* New module 'posix_spawnattr_setschedpolicy'.Bruno Haible2008-09-281-0/+36
* New module 'posix_spawnattr_getschedpolicy'.Bruno Haible2008-09-281-0/+33
* New module 'posix_spawnattr_setschedparam'.Bruno Haible2008-09-281-0/+31
* New module 'posix_spawnattr_getschedparam'.Bruno Haible2008-09-281-0/+31
* New module 'posix_spawnattr_setpgroup'.Bruno Haible2008-09-281-0/+32
* New module 'posix_spawnattr_getpgroup'.Bruno Haible2008-09-281-0/+32
* New module 'posix_spawnattr_setflags'.Bruno Haible2008-09-281-0/+45
* New module 'posix_spawnattr_getflags'.Bruno Haible2008-09-281-0/+32
* New module 'posix_spawnattr_init'.Bruno Haible2008-09-281-0/+33