summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* unicodeio: Add comment.Bruno Haible2020-07-301-0/+8
* unicodeio: Fix wrong result on musl libc.Bruno Haible2020-07-301-1/+5
* fsusage, regex, stat-size: remove Cray supportPaul Eggert2020-07-293-12/+0
* fopen-gnu: Create files correctly (regression from 2020-05-24).Bruno Haible2020-07-281-2/+4
* argz: pacify MSVCPaul Eggert2020-07-261-2/+2
* inttypes: Remove support for AIX 4.Bruno Haible2020-07-261-308/+154
* gettimeofday: Remove workaround for Mac OS X 10.0.Bruno Haible2020-07-264-108/+5
* tzset: Remove workaround for Solaris 2.6.Bruno Haible2020-07-265-24/+3
* alloca: Remove Cray-2 and Cray Y-MP support.Bruno Haible2020-07-261-279/+1
* timespec: remove dependence on ‘verify’Paul Eggert2020-07-241-1/+0
* Optimize a few more three-valued comparisonsPaul Eggert2020-07-242-41/+5
* dfa: Revert breaking gawk.Bruno Haible2020-07-241-1/+1
* Optimize three-valued comparison between integers.Bruno Haible2020-07-2413-26/+14
* lchmod: Use /proc on Cygwin.Bruno Haible2020-07-231-1/+1
* fchmodat: Use /proc on CygwinKen Brown2020-07-231-1/+1
* aligned-malloc: Optionally use aligned_alloc.Bruno Haible2020-07-211-7/+36
* aligned-malloc: New module.Bruno Haible2020-07-211-0/+140
* oset: Add an 'update' operation.Bruno Haible2020-07-2010-48/+350
* libgmp: Avoid warning when --without-libgmp is used.Bruno Haible2020-07-121-2/+4
* unicodeio: Fix wrong result on NetBSD.Bruno Haible2020-07-101-3/+4
* unicodeio: Fix wrong result on Solaris 11.Bruno Haible2020-07-091-0/+4
* memchr: Remove support for some very old platforms.Bruno Haible2020-07-081-5/+0
* dup2: Remove support for some very old platforms.Bruno Haible2020-07-082-76/+27
* canonicalize: Trim module dependencies.Bruno Haible2020-07-083-37/+67
* libgmp: new modulePaul Eggert2020-07-063-0/+4960
* Untabify.Bruno Haible2020-07-051-1/+1
* mkancesdirs: Trim module dependencies.Bruno Haible2020-07-051-1/+1
* getprogname: Trim module dependencies.Bruno Haible2020-07-051-1/+1
* filenamecat-lgpl: Trim module dependencies.Bruno Haible2020-07-051-1/+2
* backupfile, backup-rename: Trim module dependencies.Bruno Haible2020-07-051-1/+1
* argp: Trim module dependencies.Bruno Haible2020-07-051-1/+1
* basename-lgpl: New module.Bruno Haible2020-07-053-18/+87
* supersede: New module.Bruno Haible2020-07-052-0/+626
* Add some copyright headers.Bruno Haible2020-07-0512-0/+216
* getumask: New module.Bruno Haible2020-07-042-0/+157
* clean-temp: Add support for temporary files with given mode.Bruno Haible2020-07-042-5/+32
* clean-temp: Document limitations.Bruno Haible2020-07-041-1/+11
* clean-temp: Add support for temporary files with unpredictable names.Bruno Haible2020-07-042-8/+46
* clean-temp: Add support for temporary files anywhere in the file system.Bruno Haible2020-07-042-72/+214
* clean-temp: Improve comments.Bruno Haible2020-07-042-2/+26
* clean-temp: Fix last commit.Bruno Haible2020-07-041-0/+2
* clean-temp: Make multithread-safe, part 2.Bruno Haible2020-07-043-77/+244
* clean-temp: Make multithread-safe, part 1.Bruno Haible2020-07-041-0/+50
* fatal-signal: Make multithread-safe.Bruno Haible2020-07-041-12/+19
* getrandom: Fix compilation error on native Windows (regression from 2020-06-28).Bruno Haible2020-07-041-1/+1
* asyncsafe-spin: Use GCC extended asm syntax for SunStudio 12 compiler.Bruno Haible2020-07-031-4/+4
* asyncsafe-spin: Reduce code duplication.Bruno Haible2020-07-031-125/+83
* asyncsafe-spin: New module.Bruno Haible2020-07-012-0/+451
* windows-spin: Fix race condition on multiprocessor systems.Bruno Haible2020-07-011-0/+1
* pthread-spin: Add optimized fallback for GCC versions >= 4.1, < 4.7.Bruno Haible2020-07-011-0/+46