summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* parse-datetime: Avoid signed/unsigned comparison warningMats Erik Andersson2014-08-301-1/+1
* qsort_r: new module, for GNU-style qsort_rPaul Eggert2014-08-293-0/+328
* vla: new modulePaul Eggert2014-08-081-0/+27
* localename: make gl_locale_name_thread really thread-safe on WindowsDaiki Ueno2014-08-081-1/+14
* getpass: don't assume struct termiosPaul Eggert2014-08-071-0/+2
* getdtablesize: fall back on sysconf (_SC_OPEN_MAX)Paul Eggert2014-08-071-0/+8
* sys_select: fix FD_ZERO problem on Solaris 10Paul Eggert2014-08-051-7/+8
* Use consistent style to check DEBUG macro in regex_internal.cSiddhesh Poyarekar2014-08-011-2/+2
* openat-die: use _Noreturn markupEric Blake2014-07-311-2/+2
* localename: Enforce declarations before statements.Eli Zaretskii2014-07-191-7/+8
* localcharset, localename: MS-Windows support for non-default localesEli Zaretskii2014-07-152-8/+115
* regex: don't deref NULL upon heap allocation failureJim Meyering2014-07-121-0/+2
* regex: fix memory leak in compilerPaul Eggert2014-07-111-1/+5
* localename: avoid -Wsuggest-attribute={const,pure} warningsAssaf Gordon2014-07-102-3/+7
* nl_langinfo: Fix last change.Eli Zaretskii2014-07-101-16/+4
* Define macros for glibcSiddhesh Poyarekar2014-07-101-1/+4
* Sync up error.c with glibcSiddhesh Poyarekar2014-07-101-5/+7
* nl_langinfo: fix build under mingwPavel Hrdina2014-07-091-0/+1
* nl_langinfo: CODESET on MS-Windows and more items from localeconvEli Zaretskii2014-07-072-85/+165
* mktime: merge #if/#ifdef usage from glibcPaul Eggert2014-06-271-2/+2
* regex: fix memory leak in compilerPaul Eggert2014-06-191-3/+11
* regex: merge patch from libcPaul Eggert2014-06-191-1/+1
* acl: port to gcc -Wredundant-declsPaul Eggert2014-06-171-0/+5
* parse-duration: eliminate 68-year duration limitJim Meyering2014-06-171-3/+6
* regex: don't be multithreaded if USE_UNLOCKED_IO.Paul Eggert2014-06-131-2/+2
* select,poll: fix console handle check on windows 8Pádraig Brady2014-06-112-6/+10
* select: fix waiting on anonymous pipes on MS-WindowsEli Zaretskii2014-06-101-1/+27
* times: fix to return non constant value on MS-WindowsEli Zaretskii2014-06-101-1/+1
* isatty: fix to work on windows 8Michael Goffioul2014-06-091-3/+5
* mountlist: avoid hasmntopt const type warning on solarisBen Walton2014-06-061-1/+7
* rename: avoid unused-but-set-variable compiler warningBen Walton2014-06-031-1/+1
* rename: mark a label as potentially unusedBen Walton2014-06-021-1/+3
* acl: apply pure attribute to two functionsBen Walton2014-06-021-2/+2
* dup2, fcntl, fcntl-h: port to AIX 7.1Paul Eggert2014-05-311-0/+16
* ftoastr: work around compiler bug in IBM xlc 12.1Paul Eggert2014-05-301-8/+9
* fchdir: port 'open' and 'close' redefinitions to AIX 7.1Paul Eggert2014-05-2212-65/+0
* xalloc: don't potentially generate invalid code for xmemdup callsPaul Eggert2014-05-201-1/+1
* mbrlen, mbrtowc: fix bug with empty inputPaul Eggert2014-05-161-1/+6
* mbsstr, quotearg, xstrtol: pacify IRIX 6.5 ccPaul Eggert2014-05-113-3/+4
* 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