summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/gc-pbkdf2-sha1.c: Remove comments from RFC 2898.Simon Josefsson2009-11-151-91/+8
* fnmatch: avoid compiler warningEric Blake2009-11-141-2/+2
* intprops: add double-inclusion guardEric Blake2009-11-141-16/+22
* openat: detect Solaris fchownat bugEric Blake2009-11-141-7/+72
* lchown: detect Solaris and FreeBSD bugEric Blake2009-11-142-9/+31
* chown: detect Solaris and FreeBSD bugEric Blake2009-11-143-45/+62
* strftime.h: wrap funtion declaration in extern "C" blockJohn W. Eaton2009-11-141-0/+8
* getgroups: avoid compiler warningEric Blake2009-11-131-1/+0
* getgroups: work around FreeBSD bugEric Blake2009-11-131-6/+10
* getgroups: avoid compilation failureEric Blake2009-11-131-0/+1
* mgetgroups: new module, taken from coreutilsEric Blake2009-11-132-0/+168
* getgroups: don't expose GETGROUPS_T to userEric Blake2009-11-135-25/+48
* getgroups, getugroups: provide stubs for mingwEric Blake2009-11-133-10/+58
* getgroups: avoid calling exitEric Blake2009-11-131-10/+11
* getgroups: fix logic errorEric Blake2009-11-131-7/+7
* version-etc: match standards.texi styleEric Blake2009-11-121-4/+8
* fts: do not fail on a submount during traversalKamil Dudka2009-11-121-0/+14
* mkfifoat: use new modules for Solaris and BSD bugsEric Blake2009-11-112-44/+60
* mknod: new moduleEric Blake2009-11-112-0/+91
* mkfifo: new moduleEric Blake2009-11-112-0/+75
* strftime.c: include ignore-value.h only when FPRINTFTIME is definedJames Youngman2009-11-091-1/+1
* utimens: remove invalid futimesat callJim Meyering2009-11-081-7/+4
* fflush, freadseek: use fseeko, not fseekEric Blake2009-11-072-3/+3
* freopen-safer: new moduleEric Blake2009-11-053-0/+120
* stdlib-safer: wrap all mkstemp variantsEric Blake2009-11-043-3/+56
* mkstemps, mkostemps: new modulesEric Blake2009-11-043-0/+160
* tempname: resync from glibcEric Blake2009-11-046-27/+52
* utimens: fix use of futimens on older LinuxEric Blake2009-11-041-1/+1
* Make num_processors more flexible and consistent.Bruno Haible2009-11-042-19/+238
* mktime, timegm: share common declarationEric Blake2009-11-023-7/+7
* inttostr: aesthetics and improved (compile-time) safetyJim Meyering2009-10-315-3/+7
* build: avoid compiler warningsEric Blake2009-10-306-9/+17
* stat: fix compilation on AIXMichael Haubenwallner2009-10-301-1/+9
* exclude: make more robustEric Blake2009-10-301-3/+4
* filenamecat: split into filenamecat-lgplEric Blake2009-10-293-64/+94
* argp: avoid memory leakEric Blake2009-10-291-2/+2
* dirname: split into dirname-lgplEric Blake2009-10-295-136/+168
* mkdir: make safe for librariesEric Blake2009-10-291-1/+7
* sockets: avoid compiler warningEric Blake2009-10-291-5/+5
* timespec: long-to-int truncation could make timespec_cmp malfunctionJim Meyering2009-10-291-2/+4
* fprintftime: wrap macro code argument in "do {...} while(0)"Jim Meyering2009-10-281-2/+7
* fprintftime: remove stray semicolon from previous changeJim Meyering2009-10-281-1/+1
* fprintftime: avoid a warning about ignored fwrite return valueJim Meyering2009-10-281-1/+10
* exclude: avoid an unwarranted warningJim Meyering2009-10-281-1/+3
* fseek: avoid compilation failure when fflush is replacedEric Blake2009-10-271-2/+16
* Avoid a nearly redundant gcc warning.Bruno Haible2009-10-281-1/+13
* Avoid warning despite dropping the return value of fwrite.Bruno Haible2009-10-281-2/+7
* areadlinkat: fix fallback pathEric Blake2009-10-261-1/+1
* digests, copy-file: increase the IO buffer size from 4KiB to 32KiBPádraig Brady2009-10-237-25/+89
* areadlinkat: avoid failure on older glibcEric Blake2009-10-211-1/+1