autoupdate
[gnulib.git] / lib /
2009-09-18 Eric Blakecanonicalize: in CAN_ALL_BUT_LAST, allow trailing slash
2009-09-18 Eric Blakecanonicalize, canonicalize-lgpl: honor // if distinct...
2009-09-18 Eric Blakecanonicalize-lgpl: fix glibc bug with trailing slash
2009-09-18 Eric Blakecanonicalize-lgpl: reject non-directory with trailing...
2009-09-18 Eric Blakecanonicalize-lgpl: use native realpath if it works
2009-09-18 Eric Blakecanonicalize, canonicalize-lgpl: use <stdlib.h>
2009-09-18 Eric Blakecanonicalize: avoid resolvepath
2009-09-18 Eric Blakecanonicalize: don't lose errno
2009-09-18 Eric Blakecanonicalize: simplify errno handling
2009-09-18 Eric Blakecanonicalize, canonicalize-lgpl: update module dependencies
2009-09-17 Bruno HaibleMake getdate.y compile on QNX and NetBSD 5 / i386.
2009-09-17 Bruno HaibleUse the standard header with GPL copyright.
2009-09-17 Bruno HaibleDisable assertion that fails on NetBSD 5 / i386.
2009-09-17 Eric Blakestdlib: sort witness names
2009-09-17 Eric Blakermdir: work around cygwin 1.5.x and mingw bugs
2009-09-16 Eric Blakefchdir: improve use of replacement functions
2009-09-14 Jim Meyeringposixtm: don't reject a time with "60" as the number...
2009-09-10 Eric Blakestrndup: fix improper m4 caching
2009-09-10 Eric Blakelink: fix platform bugs
2009-09-08 Bruno HaibleWork around towlower, towupper bug on mingw.
2009-09-08 Eric Blakeeuidaccess: fix compilation error
2009-09-08 Eric Blakemkfifoat: new module
2009-09-08 Eric Blakefstatat: fix compilation on Solaris
2009-09-07 Eric Blakerename: modernize replacement upstream/20090908+c5c46dc
2009-09-07 Eric Blakestdio: sort witness names
2009-09-07 Eric Blakegetcwd: minor cleanups
2009-09-07 Eric Blakeopenat: provide more convenience names
2009-09-07 Eric Blakedoc: fix comments in recent patches
2009-09-07 Eric Blakefaccessat, symlinkat: continue cleanup of previous...
2009-09-06 Bruno HaibleRemove dependency from unistd_h.m4, sys_stat_h.m4,...
2009-09-06 Bruno HaibleSet errno to ENOSYS when a function is entirely unsuppo...
2009-09-06 Bruno HaibleFix indentation.
2009-09-06 Ben PfaffWork around a glibc bug in strtok_r.
2009-09-06 Sergey Poznyakoffexclude: minor fix
2009-09-06 Bruno HaibleUpdate copyright year.
2009-09-05 Eric Blakesymlinkat: new module
2009-09-05 Bruno HaibleSupport towlower and towupper.
2009-09-05 Bruno HaibleFix bug occurring when converting invalid input.
2009-09-05 Eric Blakeopenat: fail with ENOENT on empty name
2009-09-04 Eric Blakefts: fix compilation error
2009-09-04 Eric Blakefaccessat: new module
2009-09-04 Eric Blakeeuidaccess: prefer POSIX over non-standard implementation
2009-09-04 Eric Blakeopenat: make template easier to use
2009-09-04 Eric Blakeopenat: declare in POSIX headers
2009-09-03 Eric Blakeerrno: use consistently
2009-09-03 Eric Blakefts: avoid leaking fds
2009-09-03 Eric Blakefts: make directory fds more robust
2009-09-03 Eric Blakebackupfile, chdir-long, fts, savedir: make safer
2009-09-03 Eric Blakeopenat-safer: new module
2009-09-03 Eric Blakedirent-safer: new module
2009-09-03 Eric Blakefdopendir: optimize on mingw
2009-09-03 Eric Blakefdopendir: split into its own module
2009-09-03 Eric Blakefchdir: use more consistent macro convention
2009-09-03 Eric Blakefchdir: simplify error handling, and support dup3
2009-09-01 Eric Blakefchdir: fix off-by-one bug in previous patch
2009-09-01 Jim Meyeringfts: help ensure that return values are not ignored
2009-09-01 Jim Meyeringfts: fts_close now fails also when closing a dir file...
2009-09-01 Eric Blakefchdir: port to mingw
2009-09-01 Eric Blakechown: avoid compilation warning on mingw
2009-08-31 Jim Meyeringcanonicalize: remove useless initialization
2009-08-30 Bruno HaibleFix an unnecessary error on Solaris 10 on NFSv3 file...
2009-08-30 Bruno HaibleFix today's commit.
2009-08-30 Bruno HaibleNew module 'xstriconveh'.
2009-08-30 Bruno HaibleMake the striconveh API easier to use.
2009-08-30 Bruno HaibleWork around iconv_open problem on Solaris.
2009-08-27 Pádraig Bradyignore-value: handle pointer types, too
2009-08-25 Bruno Haibledup2: work around a Linux bug.
2009-08-25 Eric Blakedup2, pipe2: fix some recent test failures on cygwin...
2009-08-25 Bruno HaibleTolerate declared but missing accept4 syscall.
2009-08-25 Bruno HaibleNew module 'accept4'.
2009-08-24 Jim Meyeringprogname: also set global program_invocation_name,...
2009-08-24 Bruno HaibleInclude string.h, for memset.
2009-08-24 Bruno HaibleAvoid running into nonexistent system calls repeatedly.
2009-08-23 Bruno HaibleTolerate declared but missing dup3 syscall.
2009-08-23 Bruno HaibleTolerate declared but missing pipe2 syscall.
2009-08-23 Bruno HaibleMove #ifs inside function.
2009-08-23 Joel E. Dennyquotearg: document limitations of quote_these_too
2009-08-23 Joel E. Dennyquotearg: implement custom_quoting_style
2009-08-23 Joel E. Dennyquotearg: fix right quote escaping when it's in quote_t...
2009-08-23 Bruno HaibleNew module 'dup3'.
2009-08-23 Bruno HaibleFix getdtablesize() on mingw.
2009-08-23 Bruno HaibleNew module 'mkostemp'.
2009-08-23 Bruno HaibleOops, fix last commit.
2009-08-23 Bruno HaibleSupport O_TEXT, O_BINARY on all platforms.
2009-08-23 Bruno HaibleFix test of fcntl's return value.
2009-08-23 Eric Blakefcntl-h: add O_TTY_INIT support
2009-08-23 Bruno HaibleImprove comment about pipe2.
2009-08-22 Bruno HaibleFix test of fcntl's return value.
2009-08-22 Bruno HaibleUse module pipe2.
2009-08-22 Bruno HaibleNew module 'pipe2'.
2009-08-21 Paolo Bonzinipopen-safer: test O_CLOEXEC at run-time.
2009-08-21 Paolo BonziniMove more flags to lib/fcntl.in.h.
2009-08-21 Eric Blakepopen: simplify access to original popen
2009-08-20 Eric Blakebuild: avoid some compiler warnings
2009-08-20 Paolo BonziniFix polling for writeability of a screen buffer.
2009-08-19 Eric Blakepopen-safer: prevent popen from clobbering std descriptors
2009-08-19 Eric Blaketests: test some of the *-safer modules
2009-08-19 Eric Blakepopen: fix cygwin 1.5 bug when stdin closed
2009-08-16 Bruno HaibleClarify fpurge's effect on the file position.
2009-08-15 Eric Blakefpurge: don't wrap working cygwin implementation
next