summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* verify: new macro verify_expr; verify_true deprecatedPaul Eggert2011-06-151-1/+9
* ftoastr: use strtof only if HAVE_STRTOFPaul Eggert2011-06-131-6/+8
* fseeko: Provide a non-inline replacement of fseek().Bruno Haible2011-06-131-19/+0
* ftello: Provide a non-inline replacement of ftell().Bruno Haible2011-06-131-19/+0
* file-set.h: guard __attibute__ use, now that it's not always definedBruno Haible2011-06-131-1/+4
* acl: Add support for HP-UX >= 11.11 JFS ACLs.Bruno Haible2011-06-134-45/+242
* acl: Complete the 2010-08-10 fix.Bruno Haible2011-06-133-4/+12
* New module 'stat-size'.James Youngman2011-06-111-0/+111
* thread: Support pthreads-win32.Bruno Haible2011-06-092-2/+40
* thread: Fix confusion between NULL and 0.Bruno Haible2011-06-091-3/+3
* strerror_r-posix: fix on MacOSEric Blake2011-06-082-6/+17
* stat-time: get_stat_birthtime failure is better-definedPaul Eggert2011-06-071-6/+8
* strerror: work around FreeBSD bugEric Blake2011-06-061-1/+13
* careadlinkat: Avoid mismatch between ssize_t and int.Bruno Haible2011-06-062-5/+2
* pipe-filter-ii: Fix test failure on AIX and IRIX.Bruno Haible2011-06-051-11/+32
* error: Avoid gcc warning.Bruno Haible2011-06-051-1/+5
* unsetenv: Avoid gcc warning.Bruno Haible2011-06-051-0/+7
* setenv: Avoid gcc warning.Bruno Haible2011-06-051-0/+3
* sys_select: Ensure memset is declared also on AIX 7.Bruno Haible2011-06-051-2/+2
* getopt: Avoid gcc warning.Bruno Haible2011-06-041-1/+0
* strerror_r: Fix comments.Bruno Haible2011-06-041-3/+2
* perror: Fix compilation error.Bruno Haible2011-06-041-11/+1
* strerror-override: Don't disable symbol renamings.Bruno Haible2011-06-042-5/+4
* Copyright: Use LGPL 2.1 instead of LGPL 2.0.Bruno Haible2011-06-044-40/+32
* pipe2: Remove dependency on 'nonblocking' module.Bruno Haible2011-06-041-1/+14
* allocator: 'die' routine is now given requested sizePaul Eggert2011-06-022-5/+12
* strerror: drop strerror_r dependencyEric Blake2011-06-015-358/+433
* perror: call strerror_r directlyEric Blake2011-06-011-3/+11
* strerror_r: fix includes for FreeBSDEric Blake2011-06-011-3/+1
* assert-h: work around 'verify' incompatibilityPaul Eggert2011-05-291-4/+4
* trim: remove three superfluous assignmentsJim Meyering2011-05-291-18/+15
* wctype-h: Avoid namespace pollution on Solaris 2.6.Bruno Haible2011-05-291-0/+13
* parse-datetime.y: accommodate -Wstrict-overflowJim Meyering2011-05-291-1/+1
* trim: avoid a warning from -O2 -Wstrict-overflowJim Meyering2011-05-291-2/+1
* Allow multiple gnulib generated include files to be combined.Bruno Haible2011-05-2944-216/+216
* assert-h: Allow multiple gnulib generated replacements to coexist.Bruno Haible2011-05-291-0/+3
* argp: Allow coexistence with strerror_r-posix module.Bruno Haible2011-05-291-1/+1
* intprops.h: adjust another comment to match code changeJim Meyering2011-05-281-1/+1
* intprops.h: adjust comment to match code changeJim Meyering2011-05-281-3/+2
* gen-uni-tables: Say "gen-uni-tables.c" consistently.Simon Josefsson2011-05-261-6/+6
* mbsrchr: Avoid collision with system function on Interix.Bruno Haible2011-05-261-2/+2
* getopt: for ambiguous options, enumerate the possibilities.James Youngman2011-05-261-17/+66
* getcwd: work around mingw bugEric Blake2011-05-251-1/+8
* intprops: shorten, to pacify gcc -Woverlength-stringsPaul Eggert2011-05-241-4/+4
* strerror_r: fix missing headerEric Blake2011-05-241-0/+1
* strerror_r: fix AIX test failuresEric Blake2011-05-241-1/+19
* strerror_r: fix Solaris test failuresEric Blake2011-05-241-4/+19
* strerror_r: enforce POSIX recommendationsEric Blake2011-05-241-70/+44
* utimensat: do not reference an out-of-scope bufferJim Meyering2011-05-241-1/+4
* opendir-safer.c: don't clobber errno; don't close negative FDJim Meyering2011-05-241-4/+12