summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* utimens, utimensat: work around Solaris UTIME_OMIT bugPaul Eggert2013-04-302-13/+25
* acl: include errno.h to get errnoPaul Eggert2013-04-302-0/+4
* qacl: new module, broken out from the acl modulePaul Eggert2013-04-278-616/+689
* alignof, intprops, malloca: port better to IBM's C compilerPaul Eggert2013-04-273-3/+3
* wctype-h: fix gettext link error on mingwDaiki Ueno2013-04-251-0/+7
* sys_select, sys_time: port 2013-01-30 Solaris 2.6 fix to CygwinPaul Eggert2013-03-222-6/+19
* copy-file, rpmatch: fix problems found by cppcheckPaul Eggert2013-03-192-2/+6
* putenv: port to Solaris 10Paul Eggert2013-03-131-5/+5
* putenv: avoid compilation warning on mingwEric Blake2013-03-111-37/+39
* unistd: don't prevent Tru64 Unix from using gnulib strtod.Gary V. Vaughan2013-03-111-1/+3
* regex: rename remaining __attribute calls to __attribute__.Gary V. Vaughan2013-03-083-9/+9
* execute: Revert last change, but use a different condition.Bruno Haible2013-03-061-0/+36
* execute: drop dead codeEric Blake2013-03-051-36/+0
* regex: merge patches from libcPaul Eggert2013-02-252-56/+36
* putenv: port better to native WindowsPaul Eggert2013-02-221-26/+52
* regex: ignore old-style-definition warningsPaul Eggert2013-02-201-0/+1
* getcwd: support coreutils betterPaul Eggert2013-02-201-1/+1
* * lib/strtod.c (HAVE_RAW_DECL_STRTOD): Remove; no longer used.Paul Eggert2013-02-191-3/+0
* strtod: support coreutils betterPaul Eggert2013-02-191-16/+3
* mountlist: port to HP NonStopPaul Eggert2013-02-191-1/+5
* putenv: fix heap corruption with mixed putenv/_putenvPaul Eggert2013-02-141-0/+32
* unsetenv etc.: port to Solaris 11 + GNU EmacsPaul Eggert2013-02-118-22/+21
* secure_getenv: fix C++ declaration typoPaul Eggert2013-02-091-1/+1
* careadlinkat: stop exporting careadlinkatcwdPaul Eggert2013-02-084-23/+20
* secure_getenv: fix include typoPaul Eggert2013-02-071-0/+2
* secure_getenv: port better to FreeBSD and SolarisPaul Eggert2013-02-071-1/+12
* unistd: avoid namespace pollution on non-glibc systemsPaul Eggert2013-02-061-0/+1
* tmpdir: use secure_getenvPaul Eggert2013-02-041-4/+1
* tempname: use secure_getenvPaul Eggert2013-02-041-4/+1
* secure_getenv: new modulePaul Eggert2013-02-042-0/+44
* getcwd: break fdopendir + save_cwd recursive loop (Bug#13516)Paul Eggert2013-02-031-3/+3
* sys_time: port to Solaris 2.6Paul Eggert2013-01-302-98/+107
* regex: fix buffer overrun in regexp matcherAndreas Schwab2013-01-291-7/+9
* mountlist: don't consider "devtmpfs" as dummyPádraig Brady2013-01-281-1/+0
* statat: new module, split out from fstatatPaul Eggert2013-01-232-6/+6
* stpncpy: port to OS X 10.8Paul Eggert2013-01-211-1/+1
* unistd: port to recent mingwPaul Eggert2013-01-161-18/+2
* stdint: fix build with Android's Bionic fox x86Andoni Morales Alastruey2013-01-151-1/+1
* locale: port to Solaris 2.6 and 7 + GNU gettextPaul Eggert2013-01-121-2/+17
* stdlib: port to Solaris 2.6Paul Eggert2013-01-094-3/+11
* Fix misspellings of "occurred".Paul Eggert2013-01-091-1/+1
* regex: conform to strict CPaul Eggert2013-01-051-1/+2
* fprintftime: bring back and reword fwrite commentPaul Eggert2013-01-041-1/+8
* stdio: remove now-unnecessary stdio.cPaul Eggert2013-01-031-3/+0
* unicodeio: depend on stdio, not ignore-valuePaul Eggert2013-01-031-2/+1
* fprintftime: depend on stdio, not ignore-valuePaul Eggert2013-01-031-10/+1
* fwrite: silence __wur only for older glibc versionsPaul Eggert2013-01-031-3/+5
* fwrite: silence __wur without using inlineEric Blake2013-01-031-18/+5
* regex: omit needless signed-pointer castsPaul Eggert2013-01-011-13/+13
* regex: support Gawk, which never uses allocaPaul Eggert2013-01-011-1/+3