summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* time_rz: fix off-by-one typoPaul Eggert2015-07-251-1/+1
* fprintftime, strftime: use timezone_t argsPaul Eggert2015-07-233-45/+17
* time_rz: new modulePaul Eggert2015-07-232-0/+355
* localename: fix link error on IllumosDaiki Ueno2015-07-071-2/+2
* acl-permissions: Document FreeBSD ACL_TYPE_NFS4 aclsAndreas Gruenbacher2015-07-052-0/+15
* acl-permissions: Fix on FreeBSDAndreas Gruenbacher2015-07-053-1/+15
* file-has-acl, acl-permissions: fix some more HP-UX typosAndreas Gruenbacher2015-07-051-5/+5
* file-has-acl, acl-permissions: fix HP-UX typosPaul Eggert2015-07-042-11/+11
* regex: match current GNU grep behaviorPaul Eggert2015-07-041-9/+6
* set-permissions.c: adjust acl_from_mode's cpp guardJim Meyering2015-07-031-12/+15
* unistr/uN-strtok: handle multibyte delimitersSeiya Kawashima2015-07-034-1/+4
* selinux-h: avoid double free after *getfilecon()Pavel Raiskup2015-07-011-0/+1
* fix pty related tests issues on WindowsPavel Fedin2015-07-011-2/+3
* acl: fix definition of acl_from_mode on FreeBSDPádraig Brady2015-07-012-6/+3
* readutmp: port to FreeBSD >= 9Pádraig Brady2015-07-011-0/+2
* mgetgroups: port to strict OS XPaul Eggert2015-06-301-7/+7
* mgetgroups: port to strict OS XPaul Eggert2015-06-291-1/+7
* mountlist: avoid an unused-label warning on OS XJim Meyering2015-06-281-1/+1
* error.c: correct printf-style format: %d -> %uJim Meyering2015-06-281-2/+2
* fts: avoid reading beyond the heap allocationPádraig Brady2015-06-251-0/+7
* savedir: avoid undefined behavior in qsort callPádraig Brady2015-06-251-1/+2
* userspec: avoid undefined behavior in gettext callPádraig Brady2015-06-251-1/+1
* wchar: fix MinGW compilation warningsPaul Eggert2015-06-201-2/+7
* linked-list, linkedhash-list: avoid compiler warningsPádraig Brady2015-06-191-11/+11
* uniname/uniname: update to Unicode 8.0.0Daiki Ueno2015-06-181-78407/+84959
* * lib/gen-uni-tables.c: Style fixes.Daiki Ueno2015-06-181-19/+19
* libunistring: update to Unicode 8.0.0Daiki Ueno2015-06-18170-2903/+4348
* * lib/set-permissions.c: Spelling fix.Paul Eggert2015-06-141-1/+1
* acl-permissions: pacify -Wsuggest-attribute=constPaul Eggert2015-06-061-1/+5
* acl-permissions: more porting to AIXPaul Eggert2015-06-054-6/+8
* stdio: Don't redefine gets when using C++Jonathan Perkin2015-06-051-2/+1
* acl-permissions: add a cast to port to older AIXPaul Eggert2015-06-051-1/+1