summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* glob: size_t overflow checksPaul Eggert2016-05-121-70/+92
* glob: don't assume INT_MAX < SIZE_MAXPaul Eggert2016-05-121-3/+3
* Fix undefined behaviour in gettext.h.Bruno Haible2016-05-121-2/+6
* glob: merge glibc changes into lib/glob.cPaul Eggert2016-05-041-284/+510
* mktime: spelling fix in commentPaul Eggert2016-05-011-1/+1
* mktime: port to stricter signed overflow checkingPaul Eggert2016-05-011-200/+136
* mktime: speed up DEBUG_MKTIME benchmarksPaul Eggert2016-05-011-12/+15
* mktime: resurrect DEBUG_MKTIME testingPaul Eggert2016-05-011-1/+2
* mktime: simplify DEBUG_MKTIMEPaul Eggert2016-05-011-5/+7
* Port mktime_internal offset to unsigned time_tPaul Eggert2016-05-013-10/+43
* xstrtol: prohibit monstrosities like "1bB"Paul Eggert2016-04-271-14/+21
* xstrtod: reinstate setting of *result upon ERANGEPádraig Brady2016-04-211-7/+6
* xstrtod: modify *result only if no errorsTino Calancha2016-04-201-1/+2
* mktime: improve integer overflow checkingPaul Eggert2016-04-131-78/+34
* intprops: check two's complement assumptionPaul Eggert2016-04-131-5/+20
* intprops, mktime, strtol: assume two's complementPaul Eggert2016-04-134-64/+27
* stdint: port to strict C11 left shiftPaul Eggert2016-04-111-7/+2
* mbrtowc: work around glibc bug#19932Paul Eggert2016-04-091-27/+27
* argp: merge changes from glibcPaul Eggert2016-04-0311-302/+176
* Prefer American spelling for "initialize"Paul Eggert2016-04-033-3/+3
* stddef: support configuring with g++Paul Eggert2016-04-011-2/+4
* setlocale: add "sv" to Windows language tableGeert Janssens2016-03-221-0/+1
* sys_select: port to new CygwinPaul Eggert2016-03-211-4/+6
* time_rz: port to clang -Wunused-const-variablePaul Eggert2016-03-151-4/+2
* select: try to port to 2016.1.150 compilerPaul Eggert2016-03-141-3/+6
* intprops: make .h file license match modulePaul Eggert2016-03-081-6/+6
* acl: fix missing return on CygwinEric Blake2016-03-081-0/+1
* signbit: port back to pre-C++11 GCCPaul Eggert2016-02-201-1/+2
* mountlist: recognize autofs-mounted remote file systems, tooKamil Dudka2016-02-191-2/+4
* signbit: port to C++ with GCC 6Paul Eggert2016-02-191-1/+1
* regex: make it closer to libcPaul Eggert2016-02-195-141/+125
* regex: merge patches from libcPaul Eggert2016-02-192-79/+34
* stdalign: port to older HP and IBM ccPaul Eggert2016-02-101-2/+2
* stdalign: port to clang 3.7.0Paul Eggert2016-02-091-1/+1
* readdir_r: now obsolescentPaul Eggert2016-02-081-0/+2
* get-permissions, strftime: fix grammar in commentsPaul Eggert2016-01-252-2/+2
* openat_proc_name: fix that last '/' is overwritten on OS/2 kLIBCKO Myung-Hun2016-01-241-1/+1
* regex: treat [x] as x if x is a unibyte encoding errorPaul Eggert2016-01-241-2/+15
* hash-pjw-bare: fix commentBruno Haible2016-01-211-1/+1
* regex: pacify static checkersPaul Eggert2016-01-181-0/+6
* regex: fix [ diagnosticPaul Eggert2016-01-181-2/+2
* regex: fix memory leaksPaul Eggert2016-01-182-15/+20
* fts: don't unconditionally use leaf optimization for NFSPádraig Brady2016-01-181-9/+10
* openat_proc_name: port to OS/2 kLIBCPaul Eggert2016-01-151-56/+88
* stdint: check _INTPTR_T_DECLARED for intptr_t etc.KO Myung-Hun2016-01-151-0/+5
* opendir, closedir, dirfd, fdopendir: port to OS/2 kLIBCKO Myung-Hun2016-01-145-1/+135
* dup, dup2, fcntl: support a directory fd on OS/2 kLIBCKO Myung-Hun2016-01-143-0/+163
* pipe_filter_ii_execute: port to OS/2 kLIBCKO Myung-Hun2016-01-143-8/+137
* wchar: fix "conflicting types" error for __wcwidth on OS/2 kLIBCKO Myung-Hun2016-01-141-1/+6
* w32spawn: clear SHELL_SPECIAL_CHARS and SHELL_SPACE_CHAR on OS/2 kLIBCKO Myung-Hun2016-01-141-2/+7