summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* localename: port gl_locale_name_thread_unsafe to FreeBSDPaul Eggert2012-09-241-116/+17
* binary-io, eealloc, mbfile, mbiter, mbutil, xsize: better 'inline'Paul Eggert2012-09-2212-17/+77
* pipe-filter-gi, pipe-filter-ii: better use of 'inline'Paul Eggert2012-09-223-11/+60
* fchmodat, fchownat, fstatat: use extern-inlinePaul Eggert2012-09-224-8/+30
* acl, mbchar, priv-set: use extern-inlinePaul Eggert2012-09-226-10/+42
* misc: don't limit commentary to inline functionsPaul Eggert2012-09-225-5/+5
* localcharset: work around Mac OS X bug with UTF-8 and MB_CUR_MAXPaul Eggert2012-09-161-0/+7
* poll: fix poll(0, NULL, msec)Joachim Schmitz2012-09-131-1/+1
* poll: fix for systems that can't recv() on a non-socketJoachim Schmitz2012-09-131-0/+4
* net_if: new moduleEric Blake2012-09-051-0/+53
* readutmp: fix non-portable UT_PID useMats Erik Andersson2012-09-051-2/+2
* fts: reduce two or more trailing slashes to just one, usuallyJim Meyering2012-09-041-0/+8
* fts: when there is no risk of overlap, use memcpy, not memmoveJim Meyering2012-09-041-1/+1
* * lib/stdbool.in.h (_Bool) [__cplusplus]: bool, not _Bool.Paul Eggert2012-08-291-1/+2
* stdbool: be more compatible with mixed C/C++ compilesPaul Eggert2012-08-291-19/+29
* xstrtol.h: avoid "_Noreturn is not at beginning of declaration" warningJim Meyering2012-08-241-1/+1
* pipe-filter: fix comment typoReuben Thomas2012-08-221-1/+1
* execinfo: new modulePaul Eggert2012-08-222-0/+57
* sys_select: avoid 'static inline'Paul Eggert2012-08-191-1/+1
* mktime: avoid 'static inline'Paul Eggert2012-08-191-2/+2
* count-leading-zeros: use a lookup table on non-gcc compilersEric Blake2012-08-111-25/+16
* count-leading-zeros: new moduleEric Blake2012-08-101-0/+100
* base64: Use extern C scope in header file, for C++.Simon Josefsson2012-08-021-0/+8
* stat-time, timespec, u64: support naive out-of-dir buildsPaul Eggert2012-08-023-3/+3
* Keep the extern-inline macros closer together.Paul Eggert2012-08-014-16/+12
* utimens: use extern-inlinePaul Eggert2012-08-012-1/+30
* u64: use extern-inlinePaul Eggert2012-08-012-10/+21
* timespec: use extern-inlinePaul Eggert2012-08-012-3/+14
* stat-time: use extern-inlinePaul Eggert2012-08-012-8/+19
* passfd: fix comment on recvfdEric Blake2012-07-301-1/+1
* clean-temp: Fix memory leak.John Darrington2012-07-291-1/+4
* getpass: Assume AC_CHECK_DECLS_ONCE invocation, like in getpass.m4.Bruno Haible2012-07-221-1/+1
* verify: document conflict with -Wnested-externsEric Blake2012-07-201-1/+5
* fsusage: port back to SolarisPaul Eggert2012-07-201-2/+3
* fpending: Assume AC_CHECK_DECLS_ONCE invocation, like in fpending.m4.Bruno Haible2012-07-151-4/+0
* pthread_sigmask: fix bug on FreeBSD 9Paul Eggert2012-07-151-2/+25
* argp: make HAVE_DECL usage consistentEric Blake2012-07-131-2/+2
* gettext: do not assume '#define ... defined ...' behaviorPaul Eggert2012-07-121-3/+6
* getloadavg: clean out old Emacs and Autoconf cruftPaul Eggert2012-07-101-25/+3
* getloadavg, getopt: fix commentary re configure.inPaul Eggert2012-07-091-1/+1
* timespec: mark functions with const attributesPaul Eggert2012-07-091-3/+6
* timespec-sub: avoid duplicate includePaul Eggert2012-07-061-1/+0
* parse-datetime: fix failure to diagnose invalid inputJim Meyering2012-07-041-1/+7
* alloca: add support for HP NonStop TNS/E nativePaul Eggert2012-07-031-0/+7
* fsusage: remove code not needed on non GNU/Linux systems.Pádraig Brady2012-07-031-12/+11
* fsusage: include files needed for glibc 2.6 fallbackPaul Eggert2012-07-021-9/+12
* root-uid: new modulePaul Eggert2012-06-265-6/+43
* regex: use locale-independent comparison for codeset namePaul Eggert2012-06-262-3/+4
* argp, regex: Ensure strcasecmp gets declared.Bruno Haible2012-06-262-0/+2
* ptsname_r: Fix typo in last commit.Bruno Haible2012-06-251-1/+1