summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* maint: enable sc_prohibit_intprops_without_useJim Meyering2012-01-211-1/+0
* maint: remove empty lines at EOF, but excluding modules/*Jim Meyering2012-01-215-5/+0
* stdint: Add support for Android.Bruno Haible2012-01-211-0/+9
* Improve support for MSVC 9.Bruno Haible2012-01-154-1/+24
* New module 'random'.Bruno Haible2012-01-142-0/+248
* random_r: Use common idioms.Bruno Haible2012-01-121-1/+3
* random_r: Override incompatible API on AIX, OSF/1.Bruno Haible2012-01-121-9/+57
* random_r: Support for MSVC 9.Bruno Haible2012-01-121-1/+1
* inet_ntop: guard extra work by IF_LINTEric Blake2012-01-121-1/+12
* strptime: fix regression on mingwEric Blake2012-01-121-5/+1
* copy-file: add error-code-returning variant.Reuben Thomas2012-01-122-20/+114
* copy-file: Use 'quote' module consistently.Bruno Haible2012-01-121-10/+14
* copy-file: Refactor.Bruno Haible2012-01-121-2/+9
* acl: Export qcopy_acl.Bruno Haible2012-01-122-3/+4
* acl: Rename a local variable.Bruno Haible2012-01-121-3/+3
* acl: Align return values of copy_acl and qcopy_acl.Bruno Haible2012-01-121-4/+6
* strptime: silence gcc warningsEric Blake2012-01-111-5/+8
* inet_ntop: silence gcc warningEric Blake2012-01-111-0/+1
* ignore-value: remove deprecated ignore_ptr functionJim Meyering2012-01-101-5/+0
* posix_spawn_file_actions_addopen: Work around Solaris 11 2011-11 bug.Bruno Haible2012-01-082-13/+23
* posix_spawn_file_actions_adddup2: Work around Solaris 11 2011-11 bug.Bruno Haible2012-01-082-11/+21
* posix_spawn_file_actions_addclose: Work around Solaris 11 2011-11 bug.Bruno Haible2012-01-082-10/+20
* mktime: Avoid compilation error on Solaris 11.Bruno Haible2012-01-081-18/+20
* select.c: indent with spaces, not TABsJim Meyering2012-01-081-2/+2
* quotearg: do not use grave accent for left quotePaolo Bonzini2012-01-071-5/+2
* quotearg: fall back to Unicode single quotes in UTF-8 and GB-18030 localesPaolo Bonzini2012-01-072-16/+54
* quotearg: fix Wikipedia linkPaolo Bonzini2012-01-071-1/+1
* Talk about "native Windows API", not "Woe32".Bruno Haible2012-01-0722-31/+34
* argp: Avoid crash if translator uses % characters in a translation.Guillem Jover2012-01-071-2/+3
* doc: C11 and C++11 are now officialPaul Eggert2012-01-062-13/+13
* In commentary, do not use ` to quote.Paul Eggert2012-01-05113-472/+472
* Use ', not `, for quoting output.Paul Eggert2012-01-055-8/+8
* strtoimax: Work around AIX 5.1 bug.Bruno Haible2012-01-051-3/+13
* inttypes: Modernize.Bruno Haible2012-01-051-2/+10
* Spell out "Windows 9x" and "Windows XP".Paul Eggert2012-01-042-10/+12
* Talk about "native Windows API", not "Win32".Bruno Haible2012-01-0440-121/+127
* isatty: Support for MSVC 9.Bruno Haible2012-01-033-1/+34
* New module 'isatty'.Bruno Haible2012-01-032-0/+65
* canonicalize: Tweak 2011-12-29 commit.Bruno Haible2012-01-032-5/+7
* maint: update all copyright year number rangesJim Meyering2012-01-011647-1647/+1647
* version-etc: update copyright year reported by --versionJim Meyering2012-01-011-2/+2
* canonicalize: only stat() when requiredPádraig Brady2011-12-311-1/+8
* same-inode: port to OpenVMSPaul Eggert2011-12-311-3/+11
* canonicalize: fix references to stat() and lstat()Pádraig Brady2011-12-301-1/+1
* canonicalize: add support for not resolving symlinksPádraig Brady2011-12-302-4/+22
* ftoastr: fix typoPaul Eggert2011-12-181-1/+1
* alloca: protect comment from gnulib-toolPaul Eggert2011-12-151-1/+1
* inttypes, stdint: add C++11 supportPaul Eggert2011-12-132-878/+883
* argmatch: don't hard-code `' when listing valid option argumentsJim Meyering2011-12-121-3/+3
* sethostname: Port to Windows platforms.Bruno Haible2011-12-051-0/+78