summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* mountlist: remove dependency on libmountPádraig Brady2015-04-031-28/+100
* stddef: port to pre-C11 GCC on x86Paul Eggert2015-04-021-4/+15
* yesno: make EOL optional in ENABLE_NLS case alsoTobias Stoeckmann2015-03-241-1/+4
* fdopendir: port better to MinGWPaul Eggert2015-03-191-1/+10
* fdopendir: fix typo in commentPaul Eggert2015-03-181-1/+1
* vasnprintf: pacify clang 3.5.0Paul Eggert2015-03-031-4/+4
* glob, etc.: port to MSVC v18 on MS-Windows 8.1Paul Eggert2015-02-245-6/+21
* poll: port to MSVC v18 on MS-Windows 8.1Paul Eggert2015-02-241-2/+3
* passfd: avoid valgrind uninitalised data warningPavel Hrdina2015-02-241-0/+1
* Android doesn't define RLIM_SAVED_*Paul Eggert2015-02-221-0/+7
* fts: remove redundant close() (trivial)Jaroslav Skarvada2015-02-201-3/+0
* getdtablesize: port better for AndroidPaul Eggert2015-02-201-18/+17
* poll: fixes for large fdsPaul Eggert2015-02-201-42/+21
* getopt: give accurate ambiguity diagnostic on mem exhaustionPádraig Brady2015-02-181-2/+3
* getopt: don't crash on memory exhaustionPádraig Brady2015-02-181-11/+40
* tempname: allow compilation with C++ (trivial)Mike Miller2015-02-172-10/+18
* getdtablesize, dup2, fcntl: port to AndroidPaul Eggert2015-02-161-1/+1
* localename: Implement gl_locale_name_thread_unsafe for AndroidKevin Cernekee2015-02-161-0/+2
* fts: avoid crash when a cycle is added while traversingKamil Dudka2015-02-171-3/+9
* uniname/uniname: support character aliasDaiki Ueno2015-02-163-78874/+78073
* signal_h: Fix Android buildKevin Cernekee2015-02-111-3/+5
* getugroups: Fix Android buildKevin Cernekee2015-02-111-2/+5
* Fix FILE struct compatibility with Android API level >= 21Kevin Cernekee2015-02-1113-20/+39
* maint: various whitespace cleanups in tempnamePádraig Brady2015-02-112-5/+6
* fstrcmp: don't assume strlen < INT_MAXPaul Eggert2015-02-071-31/+34
* diffseq: prefer ptrdiff_t to ssize_tPaul Eggert2015-02-071-2/+2
* xalloc: fix typo that suppressed warningsPaul Eggert2015-02-071-0/+1
* full-read: fix license notice typoPaul Eggert2015-02-071-1/+0
* crypto/gc: fix a -Wswitch warningPaul Eggert2015-02-071-10/+3
* tempname: new try_tempname functionAndreas Gruenbacher2015-02-042-50/+74
* symlinkat: include all required header filesAndreas Gruenbacher2015-02-021-0/+3
* localename: support Solaris 12 and illumosPádraig Brady2015-01-301-1/+8
* unictype: avoid undefined left-shift behaviorDaiki Ueno2015-01-243-3/+3
* time: port to MinGW32 3.21Paul Eggert2015-01-151-0/+2
* libunistring: update to Unicode 7.0.0Daiki Ueno2015-01-15171-6324/+10591
* libunistring: update to Unicode 6.3.0Daiki Ueno2015-01-15174-568/+701
* libunistring: update to Unicode 6.2.0Daiki Ueno2015-01-15175-533/+742
* libunistring: update to Unicode 6.1.0Daiki Ueno2015-01-15174-3692/+5416
* uniwbrk: ignore Extended/Format characters at BOLDaiki Ueno2015-01-151-2/+7
* localcharset: improve charset detection on OS/2KO Myung-Hun2015-01-072-7/+39
* count-leading-zeros: use 64-bit intrinsics on 32-bit WindowsPaul Eggert2015-01-063-14/+0
* count-leading-zeros: fix pragma typosPaul Eggert2015-01-061-2/+2
* count-leading-zeros: avoid 64-bit intrinsics on 32-bit WindowsPádraig Brady2015-01-063-0/+14
* uniname/uniname: update to Unicode 7.0.0Daiki Ueno2015-01-063-54880/+83027
* stdio: fix use of PRIdMAX on modern mingwEric Blake2015-01-051-1/+6
* maint: fix grammar nits in propernameBenno Schulenberg2015-01-041-5/+5
* version-etc: new yearPaul Eggert2014-12-311719-1720/+1720
* xstrtol: ensure errno is resetPádraig Brady2014-12-301-1/+2
* assure: new modulePaul Eggert2014-12-209-29/+66
* stdalign: work around Apple GCC 4.0 bugPaul Eggert2014-12-181-1/+4