Bump Standards-Version to 3.9.2 (no changes)
[gnulib.git] / lib /
2011-06-10 Ian BeckwithMerge commit 'stable/20110609'
2011-06-10 Bruno Haiblethread: Fix confusion between NULL and 0.
2011-06-09 Bruno Haiblecareadlinkat: Avoid mismatch between ssize_t and int.
2011-06-09 Bruno Haiblepipe-filter-ii: Fix test failure on AIX and IRIX.
2011-06-09 Bruno Haibleunsetenv: Avoid gcc warning.
2011-06-09 Bruno Haiblesetenv: Avoid gcc warning.
2011-06-09 Bruno Haiblesys_select: Ensure memset is declared also on AIX 7.
2011-06-09 Bruno HaibleCopyright: Use LGPL 2.1 instead of LGPL 2.0.
2011-06-09 Bruno Haiblepipe2: Remove dependency on 'nonblocking' module.
2011-06-09 Bruno Haiblewctype-h: Avoid namespace pollution on Solaris 2.6.
2011-06-09 Jim Meyeringparse-datetime.y: accommodate -Wstrict-overflow
2011-06-09 Jim Meyeringtrim: avoid a warning from -O2 -Wstrict-overflow
2011-06-09 Simon Josefssongen-uni-tables: Say "gen-uni-tables.c" consistently.
2011-06-09 Bruno Haiblembsrchr: Avoid collision with system function on Interix.
2011-06-09 Eric Blakegetcwd: work around mingw bug
2011-06-09 Jim Meyeringutimensat: do not reference an out-of-scope buffer
2011-06-09 Jim Meyeringopendir-safer.c: don't clobber errno; don't close negat...
2011-06-09 Paul Eggertverify: fix bug when gnulib <assert.h> is also included
2011-06-09 Jim Meyeringmaint: replace misused "a" with "an"
2011-06-09 Jim Meyeringmaint: correct misuse of "a" and "an"
2011-06-09 Paul Eggertintprops: work around IRIX 6.5 cc bug with 0u - 0u...
2011-06-09 Paul Eggertintprops: work around C compiler bugs
2011-05-18 Ian BeckwithMerge branch 'upstream' into stable
2011-05-18 Eric Blakefnmatch: avoid compiler warning
2011-05-15 Paul Eggertintprops: add safe, portable integer overflow checking
2011-05-14 James Youngmanfnmatch: sync glibc change fixing Bugzilla bug #12378
2011-05-12 Bruno Haiblegroup-member: Declare function in <unistd.h>.
2011-05-12 Bruno Haiblefclose: Fix mistake earlier today.
2011-05-11 Eric Blakefclose: preserve fflush errors
2011-05-11 Bruno Haiblefclose: Fix possible link error.
2011-05-10 Eric Blakefclose: avoid double close race when possible
2011-05-10 Bastien Roucarièsopenat: correct new comment
2011-05-10 Jim Meyeringopenat: add comments
2011-05-09 Eric Blakeopenat: reduce syscalls in first probe of /proc
2011-05-08 Paul Eggertintprops: Sun C 5.11 supports __typeof__
2011-05-08 Paul Eggertintprops: switch to usual gnulib indenting and naming
2011-05-06 Paul Eggertassert-h: new module, which supports C1X-style static_a...
2011-05-05 Bruno Haiblesignal: Define sighandler_t.
2011-05-02 Eric Blakefflush: also replace fclose when fixing fflush
2011-05-02 Eric Blakefclose: reduce dependencies
2011-05-01 Bruno HaibleRevert "netdb: Fix invalid C syntax." commit from 2011...
2011-04-30 Eric Blakefclose: don't fail on non-seekable input stream
2011-04-30 Bruno Haibledup3: cleanup
2011-04-30 Bruno Haiblenetdb: Make it work in C++ mode.
2011-04-30 Bruno Haiblepassfd: Add comments.
2011-04-30 Bruno Haiblesys_uio: Make <sys/uio.h> self-contained.
2011-04-30 Bruno Haiblesys_socket: Ensure 'struct iovec' definition.
2011-04-30 Bruno Haiblesys_uio: Protect definition of 'struct iovec'.
2011-04-30 Bruno Haiblenetdb: Fix invalid C syntax.
2011-04-29 Eric Blakequotearg: avoid uninitialized variable use
2011-04-29 Bruno Haiblenetdb: fix gai_strerror replacements
2011-04-28 Eric Blakegetaddrinfo: fix gai_strerror signature
2011-04-28 Eric Blakegetsockopt: avoid compiler warning
2011-04-28 Eric Blakehash, mgetgroups: drop xalloc dependency
2011-04-28 Eric Blakexalloc-oversized: new module
2011-04-28 Eric Blakeutimecmp: drop dependency on xmalloc
2011-04-28 Eric Blakegetcwd: fix mingw bugs
2011-04-27 Bruno HaibleTypo in comment.
2011-04-27 Bruno Haiblemkstemps: Ensure declaration on MacOS X 10.5.
2011-04-27 Bruno Haibleclean-temp: Clarify what it does.
2011-04-27 Eric Blakefchdir: avoid extra chdir and fix test
2011-04-27 Eric Blakesave-cwd: reduce default dependency
2011-04-27 Eric Blakegetcwd-lgpl: new module
2011-04-27 Eric Blakepassfd: avoid compiler warning
2011-04-27 Reuben Thomasmkstemp: mention clean-temp module
2011-04-26 Paul Eggertstrtoimax, strtoumax: simplify, port to HP-UX 11.00...
2011-04-25 Jim MeyeringRevert "use _GL_ATTRIBUTE_CONST and _GL_ATTRIBUTE_PURE"
2011-04-25 Jim Meyeringuse _GL_ATTRIBUTE_CONST and _GL_ATTRIBUTE_PURE
2011-04-22 Paul Eggertstrtol: remove dependency on wchar
2011-04-21 Eric Blakepassfd: speed up configure and drop unused code
2011-04-21 Eric Blakepassfd: allow compilation on mingw
2011-04-21 Eric Blakesys_uio: new module
2011-04-19 Bruno Haibleioctl: Remove link dependency on native Windows.
2011-04-17 Bruno Haiblepipe2: Simplify code.
2011-04-17 Bruno Haiblenonblocking: Add comment.
2011-04-16 Bruno Haiblestrchrnul: Tweak last commit.
2011-04-15 Eric Blakestrchrnul: work around cygwin bug
2011-04-14 Bruno HaibleSupport non-blocking pipe I/O in read() on native Windows.
2011-04-14 Bruno HaibleSupport non-blocking pipe I/O in write() on native...
2011-04-14 Bruno Haiblewchar: Ensure that wchar_t gets defined on uClibc.
2011-04-13 Ian BeckwithMerge branch 'stable'
2011-04-13 Ian BeckwithMerge branch 'stable'
2011-04-13 Eric Blakefcntl-h: fix O_ACCMODE on cygwin
2011-04-13 Bruno HaibleSupport non-blocking pipe I/O in write() on native...
2011-04-11 Bruno Haiblewmemchr, wcschr, wcsrchr, wcspbrk, wcsstr: Avoid errors...
2011-04-11 Ian BeckwithMerge commit 'snapstart' into stable
2011-04-11 Jim Meyeringmaint: remove doubled word: s/it it/it/
2011-04-10 Jim Meyeringmaint: remove doubled words in comments, e.g., s/a...
2011-04-09 Jim Meyeringmaint: fix "the the" in comment
2011-04-09 Jim Meyeringmaint: change "can not" to "cannot"
2011-04-09 Bruno Haiblecareadlinkat: Guard against misuse of careadlinkatcwd.
2011-04-09 Bruno Haiblecareadlinkat: Use common coding style.
2011-04-09 Bruno Haiblecareadlinkat: Clarify specification.
2011-04-09 Bruno Haibleallocator, careadlinkat: Fix double-inclusion guard.
2011-04-09 Bruno Haiblerelocatable-prog-wrapper: Update after module 'areadlin...
2011-04-09 Bruno Haibleverify: Fix syntax error with GCC 4.6 in C++ mode.
2011-04-08 Paul Eggertallocator: New module.
2011-04-08 Paul Eggert* lib/stdlib.in.h (malloc, realloc): Limit this change...
2011-04-08 Paul Eggert* lib/realloc.c (_GL_USE_STDLIB_ALLOC, malloc, realloc...
2011-04-08 Paul Eggert* lib/malloc.c (_GL_USE_STDLIB_ALLOC, malloc): Likewise.
next