strerror_r-posix: Avoid a link error on MSVC.
[gnulib.git] / lib /
2011-09-22 Bruno Haiblestrerror_r-posix: Avoid a link error on MSVC.
2011-09-22 Bruno Haibleselect: Avoid compilation error on MSVC.
2011-09-22 Bruno Haibleftruncate: Un-deprecate, concentrate on Win32 support.
2011-09-21 Bruno Haibleopendir: Avoid compilation error on mingw.
2011-09-21 Bruno HaibleNew module 'fdopen'.
2011-09-20 Bruno HaibleEnsure EBADF returns for socket functions on mingw.
2011-09-20 Bruno Haiblemsvc-inval: Require a semicolon after DONE_MSVC_INVAL.
2011-09-19 Bruno Haiblesched: Ensure pid_t is defined.
2011-09-19 Bruno Haiblemsvc-inval: Ensure the entire expansion is a single...
2011-09-19 Eric Blakedate: accept 'hence' as opposite of 'ago'
2011-09-19 Jim Meyeringgetcwd: don't fail in a deep directory on a system...
2011-09-19 Paul Eggert* lib/stat.c: Move comment.
2011-09-19 Paul Eggertstat: use pathmax.h only if needed
2011-09-19 Paul Eggertutimens: remove dependency on dup2
2011-09-18 Bruno Haibledup2: Support for MSVC.
2011-09-18 Bruno HaibleNew module 'msvc-inval'.
2011-09-17 Bruno HaibleNew module 'pclose'.
2011-09-17 Bruno Haiblepopen: Support for MSVC.
2011-09-17 Bruno Haibleisnanl, isnand, isnanf: Work around MSVC bug.
2011-09-17 Bruno Haibleputenv: Support for MSVC.
2011-09-17 Bruno Haiblemath: Avoid macro redefinition warnings on MSVC.
2011-09-17 Bruno Haibleinet_pton: Support for MSVC on Windows Vista or newer.
2011-09-17 Bruno Haibleinet_ntop: Support for MSVC on Windows Vista or newer.
2011-09-16 Bruno Haiblesys_stat: Support for MSVC.
2011-09-16 Bruno HaibleSupport for MSVC compiler: Ensure off_t gets defined.
2011-09-16 Eric Blakefdatasync: port to MacOS X 10.7
2011-09-16 Eric Blakefdatasync: minor improvements
2011-09-16 Eric Blakeunistd: update refs to newer POSIX
2011-09-16 Eric Blakefdatasync: new module
2011-09-14 Eric Blakeopendir: avoid compile warning
2011-09-14 Bruno Haiblesys_time: Support for MSVC.
2011-09-13 Bruno Haiblestat: Support for MSVC.
2011-09-13 Bruno Haiblepathmax: Support for native Windows.
2011-09-12 Bruno HaibleNew modules 'opendir', 'readdir', 'rewinddir', 'closedir'.
2011-09-11 Bruno Haiblestrings: Don't assume <strings.h> exists.
2011-09-11 Bruno Haibledirent: Don't assume <dirent.h> exists.
2011-09-11 Bruno HaibleFix wint_t on MSVC.
2011-09-11 Bruno Haiblesys_types: Fix typo.
2011-09-11 Bruno HaibleSupport for MSVC compiler: Ensure size_t gets defined.
2011-09-11 Bruno HaibleNew module 'sys_types'.
2011-09-11 Bruno HaibleSupport for MSVC compiler: Avoid division by a literal 0.
2011-09-11 Bruno Haibleacl: Fix compilation on Solaris 10 (older version).
2011-09-08 Simon Josefssongc: Fix copyright header.
2011-09-07 Bruno Haibleopenat: Work around compilation error with OSF/1 5...
2011-09-07 Bruno HaibleRevert last commit.
2011-09-07 Bruno Haibleopenat: Work around compilation error with OSF/1 5...
2011-09-06 Bruno Haibleacl: Update for AIX >= 5.3 with NFS.
2011-09-06 Bruno Haibleacl: Fix a test failure on IRIX 6.5 with NFS.
2011-09-06 Paul Eggertopenat: port to AIX 7.1 with large files
2011-09-05 Joachim Schmitzacl: Avoid errors on NonStop Kernel.
2011-09-05 Bruno Haibleacl: Clean up Solaris code.
2011-09-05 Bruno Haibleacl: Fix a bug with NFSv4 ACLs on Solaris 10 (newer...
2011-09-05 Bruno Haibleacl: Improve support of NFSv4 ACLs on Solaris 10 (newer...
2011-09-05 Bruno Haibleacl: Remove unused code in last commit.
2011-09-04 Bruno Haibleacl: Improve support of NFSv4 ACLs on Solaris 10 (newer...
2011-09-04 Paul Eggertopenat: test for fstatat (..., 0) bug
2011-09-03 Paul Eggertopenat: test for fstatat (AT_FDCWD, ..., 0) bug
2011-09-01 Paul Eggert* lib/fstatat.c: Include <sys/types.h> before <sys...
2011-09-01 Paul Eggertopenat: work around AIX 7.1 fstatat issue
2011-09-01 Bruno Haiblesys_select: Avoid a syntax error regarding timespec_t...
2011-08-31 Jim Meyeringmaint: indent with spaces, not TABs
2011-08-31 J.T. Conklinparse-datetime: accept ISO 8601 date and time rep with...
2011-08-31 Claudio Bleyfreopen: Don't crash if the filename argument is NULL.
2011-08-30 Paul Eggertopenat: work around AIX 7.1 fstatat bug
2011-08-30 Bruno HaibleAvoid endless recursions if config.h includes some...
2011-08-23 Bruno Haibletmpdir: Use a good default directory on native Windows.
2011-08-19 Jim Meyeringfts: do not exhaust memory when processing million...
2011-08-19 Jim Meyeringmaint: fts: move decl of `dp' down into while loop...
2011-08-19 Jim Meyeringfts: add/use new struct member, fts_dirp
2011-08-19 Jim Meyeringmaint: fts: give __opendir2 a new parameter and rename
2011-08-19 Jim Meyeringmaint: fts.c: remove __opendir2's now-unused parameter...
2011-08-19 Jim Meyeringmaint: fts.c: correct off-by-one indentation
2011-08-19 Jim Meyeringmaint: fts.c: move __opendir2 #define "up" out of funct...
2011-08-19 Jim Meyeringmaint: fts.c: remove #if-0'd FTS_WHITEOUT code
2011-08-18 Paul Eggertregex: port to Stratus OpenVOS
2011-08-17 Eric Blakegetcwd: fix test failures on mingw
2011-08-17 Eric Blakegetcwd: fix compilation on mingw64
2011-08-17 Eric Blakepipe2: silence compiler warning
2011-08-11 Simon Josefssonbase64: Reference latest RFC.
2011-08-10 Paul Eggertbase64: fix off-by-one buffer size bug
2011-08-10 Eric Blakeclosein: correct comments
2011-08-09 Eric Blakefseeko: remove unneeded hack
2011-08-09 Eric Blakefseeko: fix bug on glibc
2011-08-05 Simon Josefssonopenat: Fix warnings and commens when building unlinkat...
2011-08-05 Bruno Haiblecanonicalize-lgpl: Support larger filenames on the...
2011-08-05 Bruno Haiblepathmax: Leave PATH_MAX undefined on the Hurd, and...
2011-07-31 Bruno Haiblesys_utsname: Add support for Minix.
2011-07-31 Bruno Haiblestrings: Add support for Minix.
2011-07-31 Bruno Haiblewctype-h: Add support for Minix.
2011-07-31 Paul Eggert* lib/xalloc.h (DEFAULT_MXFAST): Track 64-bit glibc.
2011-07-31 Bruno Haiblestdioext: Add support for Minix.
2011-07-31 Bruno Haibleerrno: Port to Minix.
2011-07-25 Paul Eggert* lib/ftell.c (ftell): Comment out cast.
2011-07-24 Paul Eggertftell: don't include <unistd.h>
2011-07-24 Paul Eggertftell: do not assume wraparound signed arithmetic
2011-07-24 Bruno Haiblefsusage: Enable large volume support on AIX >= 5.2.
2011-07-22 Kamil Dudkafile-has-acl: use acl_extended_file_nofollow if available
2011-07-16 Paul Eggertpthread_sigmask: ensure usleep is declared
2011-07-16 Bruno Haibleffsl, ffsll: Avoid unportable behaviour.
2011-07-15 Eric Blakeffsl, ffsll: new modules
next