summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* timevar: improve the output formatAkim Demaille2018-10-131-9/+12
* timevar: expect that getrusage is availableAkim Demaille2018-10-132-81/+12
* mountlist: Improve support for Solaris in 64-bit mode.Bruno Haible2018-10-121-3/+53
* mountlist: Add support for Minix.Bruno Haible2018-10-121-2/+2
* mountlist: Modernize platform lists.Bruno Haible2018-10-111-30/+32
* getprogname: Add support for 32-bit programs on HP-UX.Bruno Haible2018-10-111-11/+51
* getprogname: Work around program name truncation when possible.Bruno Haible2018-10-111-3/+27
* fts: cleanup after FTS_NOATIME removalPaul Eggert2018-10-081-6/+4
* fts: remove FTS_NOATIMEBernhard Voelker2018-10-082-8/+5
* csharpcomp*, csharpexec*: Remove support for pnet.Bruno Haible2018-10-092-222/+6
* autoupdatePaul Eggert2018-10-081-1/+1
* renameatu: prefer renameat2 to syscallAndreas Henriksson2018-10-071-1/+4
* strpbrk: Make it possible to namespace the defined symbol.Bruno Haible2018-10-051-1/+3
* strcspn: Make it possible to namespace the defined symbol.Bruno Haible2018-10-051-1/+3
* raise: Make it possible to namespace the defined symbol.Bruno Haible2018-10-051-23/+25
* memcmp: Make it possible to namespace the defined symbol.Bruno Haible2018-10-051-2/+2
* explicit_bzero: Make it possible to namespace the defined symbol.Bruno Haible2018-10-051-1/+3
* timevar: rely on gnulib modules for time portability.Akim Demaille2018-10-052-35/+14
* sh-filename: New module.Bruno Haible2018-10-053-9/+9
* fcntl: Make it possible to namespace the defined symbol, part 2.Bruno Haible2018-10-051-17/+16
* fcntl: Make it possible to namespace the defined symbol.Bruno Haible2018-10-051-177/+204
* mkostemp, mkostemps: Fix compilation error in C++ mode on Mac OS X.Tom Tromey2018-10-021-1/+2
* hmac-*: refactor to remove repetitive codePádraig Brady2018-10-015-236/+107
* hmac-sha512: fix hash for keys > blocksize (128 bytes)Zhang Qing2018-10-011-1/+1
* vasnprintf: Avoid warnings from GCC's -Wsign-compare.Bruno Haible2018-09-301-2/+2
* timevar: Small tweaks.Bruno Haible2018-09-303-14/+16
* timevar: import from Bison.Akim Demaille2018-09-293-0/+631
* javacomp-script, javacomp: Add preliminary support for Java 12..17.Bruno Haible2018-09-261-3/+14
* javacomp-script, javacomp: Add support for Java 11.Bruno Haible2018-09-263-9/+21
* vasnprintf: Fix heap memory overrun bug.Bruno Haible2018-09-231-1/+3
* mktime: fix _LIBC typoPaul Eggert2018-09-191-1/+1
* dfa: optimization for state mergeNorihiro Tanaka2018-09-191-2/+16
* dfa: trivial comment fix: s/is/if/Jim Meyering2018-09-181-1/+1
* dfa: use more-informative function namePaul Eggert2018-09-181-2/+4
* dfa: tweak allocation performancePaul Eggert2018-09-181-18/+16
* dfa: prune states as we goPaul Eggert2018-09-181-33/+16
* dfa: reorder enum for efficiencyPaul Eggert2018-09-181-61/+69
* dfa: optimize alternation in NFANorihiro Tanaka2018-09-181-2/+144
* dfa: simplify initial stateNorihiro Tanaka2018-09-181-16/+21
* file-has-acl: Fix test failure on Cygwin 2.9.Bruno Haible2018-09-186-32/+43
* gettime: nanotime never existedPaul Eggert2018-09-181-2/+0
* timespec: new function current_timespecPaul Eggert2018-09-162-17/+22
* setlocale: Improve locale handling on macOS 10.12 or newer.Bruno Haible2018-09-161-8/+87
* Update list of locale names with scripts on macOS.Bruno Haible2018-09-161-2/+25
* localename: Revisit macOS specific code.Bruno Haible2018-09-161-20/+19
* setlocale: Improve support for locales not supported by libc.Bruno Haible2018-09-161-3/+29
* xstrtol: actually copy the intprops.h linePaul Eggert2018-09-111-1/+1
* xstrtol: fix missing-TYPE_SIGNED typoPaul Eggert2018-09-111-0/+2
* timespec: fix resolution confusionPaul Eggert2018-09-107-25/+31
* mktime: simplify in prep for glibc mergePaul Eggert2018-09-092-10/+2