summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fts: ensure leaf optimization is used for NFSKamil Dudka2015-12-201-0/+5
* fts: enable leaf optimization for XFSPádraig Brady2015-12-201-0/+2
* intprops: comment fixPaul Eggert2015-12-171-3/+4
* fix freadptr to work with ungetc on all uClibc configsPádraig Brady2015-12-081-0/+2
* xalloc-oversized: improve performance with GCC 5Paul Eggert2015-11-131-2/+11
* intprops: new public macro EXPR_SIGNEDPaul Eggert2015-11-101-9/+8
* intprops: fix typo in clang portPaul Eggert2015-11-101-1/+1
* timespec-sub: fix overflow bug; add testsPaul Eggert2015-11-052-24/+30
* quotearg: add quotearg_n_style_colon()Pádraig Brady2015-11-042-0/+12
* intprops: revise _WRAPV macros, revert _OVERFLOWPaul Eggert2015-11-041-113/+105
* intprops: add parentheses for when OP has precedence lower than "-"Jim Meyering2015-11-031-1/+1
* quotearg: constify get_quoting_style parametersPádraig Brady2015-11-032-2/+2
* quotearg: add support for $'' shell escapingPádraig Brady2015-11-022-13/+98
* intprops: add WRAPV and const flavors for GCC 5Paul Eggert2015-10-301-12/+129
* stdalign: port to Sun C 5.9Paul Eggert2015-10-251-1/+1
* time_rz: fix comment about tzallocPaul Eggert2015-10-201-2/+1
* stdalign: work around pre-4.9 GCC x86 bugPaul Eggert2015-10-181-1/+4
* time_rz: return NULL if localtime_r failsPaul Eggert2015-10-181-3/+2
* fts: port to C11 alignofPaul Eggert2015-10-181-3/+8
* time_rz: avoid warning from bleeding-edge gcc's -WnonnullJim Meyering2015-10-181-2/+1
* copy-file: fix mem leak in error caseSimon Reinhardt2015-10-151-0/+2
* localename: control langinfo.h inclusionMike Frysinger2015-10-151-1/+3
* binary-io, math, pthread, sys_socket, u64, unistd: port to strict CPaul Eggert2015-10-136-0/+6
* unicase/locale-language: fix typo in utf-8 cookiePaul Eggert2015-10-061-2/+1
* xalloc: do not worry about GCC 5 warning on 32 bitPaul Eggert2015-10-031-10/+0
* xalloc: avoid GCC 5.1 warning on 32 bitPádraig Brady2015-10-021-0/+10
* mountlist: clean up of variable duplicationAndrew Borodin2015-09-271-1/+0
* c-ctype: do not worry about EBCDIC + char signedPaul Eggert2015-09-261-458/+32
* c-ctype: port better to z/OS EBCDICPaul Eggert2015-09-251-18/+23
* sockets: MS Windows initalization fixesPaul Eggert2015-09-252-7/+10
* c-ctype: rewrite to use inline functionsPaul Eggert2015-09-253-639/+672
* maint: add coding cookies to non-ASCII sourcesPaul Eggert2015-09-2429-27/+40
* savewd: remove SAVEWD_CHDIR_READABLEPaul Eggert2015-09-224-29/+10
* c-ctype: support EBCDIC-style c_isasciiPaul Eggert2015-09-221-28/+65
* c-ctype: assume EBCDIC 1047 for c_iscntrlPaul Eggert2015-09-221-9/+29
* c-ctype: port better to EBCDICPaul Eggert2015-09-221-123/+130
* nanosleep: fix return code for interrupted replacementPádraig Brady2015-09-211-10/+12
* Diagnose ERE '()|\1'Paul Eggert2015-09-191-0/+4
* Revert previous patch, as it did not fix the bug after all.Paul Eggert2015-09-191-1/+1
* regex: fix dangling-backreference bugPaul Eggert2015-09-191-1/+1
* regex: merge patches from libcPaul Eggert2015-09-194-25/+34
* mountlist: add me_mntroot field on Linux machinesDave Chiluk2015-09-082-3/+24
* base32: mark function as __attribute__ constPádraig Brady2015-09-011-1/+1
* Improve port of stdalign to C++11Paul Eggert2015-08-031-2/+7
* time_rz: port to pedantic memcpyPaul Eggert2015-07-291-1/+3
* time_rz: port better to MinGWPaul Eggert2015-07-273-75/+82
* time: port __need_time_t to MinGWPaul Eggert2015-07-271-3/+5
* strftime: fix newly-introduced bug on SolarisPaul Eggert2015-07-251-8/+5
* time_rz: port to Solaris etc.Paul Eggert2015-07-251-3/+41
* time_rz: make a constant 'const'Paul Eggert2015-07-251-1/+1