summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* physmem: use sysinfo if _SC_PHYS_PAGES unavailableNatanael Copa2014-04-191-1/+20
* exclude: port to strict C99Paul Eggert2014-04-181-3/+3
* xalloc: allow x2nrealloc (P, PN, S) where P && !*PNPaul Eggert2014-04-121-7/+6
* fts: avoid unnecessary strlen callsEric Blake2014-04-091-0/+3
* fts: avoid unnecessary strlen callsPaul Eggert2014-04-091-2/+3
* fts: avoid unnecessary strlen callsBernhard Voelker2014-04-091-8/+6
* obstack: Remove ancient NeXTSTEP gcc support conditionalPaul Eggert2014-03-271-4/+1
* obstack: merge with glibc changesPaul Eggert2014-03-272-376/+383
* strftime: wrap macros in "do {...} while(0)"Bernhard Voelker2014-03-251-14/+34
* modechange: avoid memory leaks for invalid octal modesBernhard Voelker2014-03-251-2/+2
* regex: port to OS X 10.8.5 en_US.UTF-8 localePaul Eggert2014-03-061-10/+5
* stdint, read-file: fix missing SIZE_MAX on Android (tiny change)Kevin Cernekee2014-03-052-2/+3
* parse-datetime: fix crash or infloop in TZ="" parsingPádraig Brady2014-02-271-2/+5
* savedir: new symbol for fast-read versionPaul Eggert2014-02-261-2/+5
* unistd: port readlink to Mac OS X 10.3.9Paul Eggert2014-02-251-0/+15
* diffseq: remove TOO_EXPENSIVE heuristicPaul Eggert2014-02-233-154/+21
* savedir: simplify by using stpcpyPaul Eggert2014-02-231-18/+16
* exclude: add support for posix regexpsSergey Poznyakoff2014-02-212-33/+173
* savedir: add sorting arg to savedir, streamsavedir; remove fdsavedirSergey Poznyakoff2014-02-132-54/+125
* file-type: add support for doors and other less-common file typesPaul Eggert2014-02-051-11/+51
* pthread: work around winpthread header pollution on mingwEric Blake2014-01-232-9/+11
* stdalign: port to HP-UX compilersPaul Eggert2014-01-201-1/+2
* strtoimax: port to platforms lacking 'long long'Paul Eggert2014-01-161-6/+10
* freadable, fwritable, fwriting: declare with the "pure" attributeJim Meyering2014-01-033-3/+3
* freading: declare with attribute "pure"Jim Meyering2014-01-021-1/+1
* maint: update copyrightEric Blake2014-01-011715-1715/+1715
* version-etc: new yearEric Blake2014-01-011-1/+1
* passfd: give nicer error for recvfd at eofEric Blake2013-12-241-3/+5
* gettimeofday: port recent C++ fix to EmacsPaul Eggert2013-12-171-20/+19
* gettimeofday: fix C++ crosscompilationJohn W. Eaton2013-12-171-0/+34
* qacl: port to Windows betterPaul Eggert2013-12-171-5/+6
* md5, sha1, sha256, sha512: fix compile error in c++ modeAlexander V. Lukyanov2013-12-121-3/+3
* md5, sha1, sha256, sha512: use openssl routines if availablePádraig Brady2013-12-039-30/+216
* base64: fix recent compilation regression on some compilersRV9712013-11-291-1/+4
* ignore-value: revert previous code changePaul Eggert2013-11-281-4/+6
* selinux-h: improve stub types and add more stub functionsPádraig Brady2013-11-282-1/+12
* ignore-value: prefer GCC version back through 2.0Paul Eggert2013-11-271-4/+4
* quotearg: don't attempt to store 1 << 31 into an "int"Jim Meyering2013-11-221-1/+1
* Fix indentation in previous patch.Paul Eggert2013-11-131-3/+3
* * lib/getgroups.c (posix_getgroups, getgroups) [__APPLE__]:Paul Eggert2013-11-131-0/+15
* base64: provide a fast path for encoding well sized buffersPádraig Brady2013-11-111-6/+34
* fpending: fix typoEric Blake2013-11-081-1/+1
* fpending: fix regression on DragonFly BSDEric Blake2013-11-081-1/+1
* intprops: port to Oracle Studio c99Paul Eggert2013-11-031-1/+2
* obstack: pacify HP CPaul Eggert2013-10-311-13/+13
* isnan: port to VAXPaul Eggert2013-10-301-3/+15
* regex: also remove dependency on HAVE_WCSCOLLJim Meyering2013-10-211-1/+1
* xfreopen: fix typo: s/frepoen/freopen/Reuben Thomas2013-10-211-1/+1
* error: add the printf attribute to a static functionJim Meyering2013-10-201-1/+1
* fpending, obstack, strerror-override: use pure+const function attrsJim Meyering2013-10-194-4/+4