summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* regex: avoid new dead-code warning with gcc-4.6.0Jim Meyering2010-06-071-1/+3
* time: Undefine more broken macros.Bruno Haible2010-06-031-2/+7
* time: work with mingw + pthreads-win32 libraryEric Blake2010-06-021-1/+6
* Don't use conversion with transliteration in u{8,16,32}_strcoll.Bruno Haible2010-05-244-10/+15
* regex: Don't require alloca.Bruno Haible2010-05-241-0/+2
* git-merge-changelog: Enable --split-merged-entry by default.Bruno Haible2010-05-231-3/+4
* Avoid valgrind error reports from libunistring.Bruno Haible2010-05-191-0/+9
* New module 'libunistring-optional'.Bruno Haible2010-05-1811-0/+0
* Fix collision between gnulib's and libintl's printf replacements.Bruno Haible2010-05-163-10/+18
* error: Use system's fcntl function.Bruno Haible2010-05-091-0/+3
* verify: adjust formatting to be more consistentJim Meyering2010-05-091-3/+3
* error: More reliable output on mingw.Bruno Haible2010-05-091-2/+27
* vasnprintf: Fix syntax errors in libintl build on mingw.Bruno Haible2010-05-091-1/+3
* Update for Cygwin 1.7.Bruno Haible2010-05-092-25/+24
* exclude: Unescape hashed patterns in wildcard mode.Sergey Poznyakoff2010-05-061-0/+22
* Further improvements to verify.h, suggested by Eric Blake.Paul Eggert2010-05-051-13/+16
* Modify verify.h to pacify gcc -Wredundant_decls.Paul Eggert2010-05-051-6/+26
* New module pwrite.Peter O'Gorman2010-05-052-1/+99
* wctob: Fix for weird platforms.Bruno Haible2010-05-031-5/+6
* wcwidth: Declare also when it's aliased.Bruno Haible2010-05-021-1/+1
* ftell, ftello: Work around Solaris bug.Bruno Haible2010-05-011-0/+24
* freading: Adapt to special meaning of _IOREAD flag on Solaris.Bruno Haible2010-05-011-0/+4
* utimens: avoid compiler warningAndreas Gruenbacher2010-04-281-2/+2
* canonicalize-lgpl: avoid compiler warningEric Blake2010-04-281-1/+1
* netdb: Add support for GNULIB_POSIXCHECK.Bruno Haible2010-04-261-1/+29
* ptsname: Fix misuse of ttyname_r.Bruno Haible2010-04-261-2/+7
* ttyname_r: Make it work on Solaris 10.Bruno Haible2010-04-261-5/+25
* ttyname_r: Make it work on MacOS X 10.4 and Solaris 10.Bruno Haible2010-04-252-3/+32
* vasnprintf: Correct errno value in case of out-of-memory.Bruno Haible2010-04-241-3/+10
* Fix typo in comment.Bruno Haible2010-04-201-1/+1
* diffseq: Accommodate use-case with abstract arrays.Bruno Haible2010-04-191-6/+29
* test-stdbool: skip test that fails with Solaris CCEric Blake2010-04-161-0/+3
* setenv: allow compilation with C++Eric Blake2010-04-161-3/+3
* getopt: allow compilation with C++Eric Blake2010-04-162-34/+37
* lib/gc-libgcrypt.c (gc_init): Use MIN_GCRYPT_VERSION set to version 1.4.4.Simon Josefsson2010-04-141-1/+5
* getopt: merge bug fixes from glibcEric Blake2010-04-131-15/+22
* close-stream: declare local scalars to be "const"James Youngman2010-04-111-3/+3
* Update comment.Bruno Haible2010-04-111-1/+2
* mkdir: Make it work on mingw64.Bruno Haible2010-04-111-2/+4
* vasnprintf: Correct handling of unconvertible wide string arguments.Bruno Haible2010-04-101-254/+303
* vasnprintf: Fix crash in %ls directive.Bruno Haible2010-04-101-2/+10
* vasnprintf: Fix multiple test failures on mingw.Bruno Haible2010-04-101-4/+17
* write: Fix a C++ test error on mingw.Bruno Haible2010-04-101-1/+4
* strnlen: Fix warning in C++ mode on MacOS X.Bruno Haible2010-04-101-2/+13
* Assume rmdir exists.Bruno Haible2010-04-061-48/+0
* New module 'strncat'.Bruno Haible2010-04-052-0/+55
* sys_socket: Avoid #define replacements in C++ mode.Bruno Haible2010-04-051-6/+21
* frexpl: Fix a C++ test error on Solaris 8 and Cygwin.Bruno Haible2010-04-051-1/+1
* memchr: Avoid a possible C++ test error.Bruno Haible2010-04-051-0/+5
* btowc: Avoid warning.Bruno Haible2010-04-051-1/+2