summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* realloc: fix undef typoPaul Eggert2021-04-101-0/+1
* utimens: fix confusing arg type in internal funcPaul Eggert2021-04-071-3/+3
* * lib/xalloc.h: Fix previous commit by adding missing include.Paul Eggert2021-04-071-0/+1
* xalloc: simplify integer overflow testPaul Eggert2021-04-071-10/+6
* group-member: minor tweak to omit a *Paul Eggert2021-04-061-2/+4
* backupfile: less-aggressive buffer growthPaul Eggert2021-04-061-2/+4
* xalloc-oversized: export xalloc_count_tPaul Eggert2021-04-063-13/+15
* xalloc: try to pacify gcc -Wsign-comparePaul Eggert2021-04-051-2/+11
* hamt: Fix coding errors.Marc Nieper-Wißkirchen2021-04-051-3/+3
* pthread-cond: Fix compilation error.Fabrice Fontaine2021-04-051-1/+1
* backupfile, backup-rename: Trim dependencies.Bruno Haible2021-04-042-0/+2
* hamt: Document the module in the Gnulib manual.Marc Nieper-Wißkirchen2021-04-041-4/+7
* savedir: avoid unlikely undefined behaviorPaul Eggert2021-04-031-16/+9
* quotearg: avoid undefined and/or O(N**2)Paul Eggert2021-04-031-9/+9
* xgethostname: reorganize / simplifyPaul Eggert2021-04-032-127/+31
* list: Add operations first_node, last_node.Bruno Haible2021-04-0313-0/+160
* xalloc-die: Fix compilation error (regression from 2021-03-28).Bruno Haible2021-04-031-2/+4
* hamt: New module.Marc Nieper-Wißkirchen2021-04-032-0/+1336
* strtoul, strtoll, strtoull: Fix compilation warning.Bruno Haible2021-04-021-0/+4
* strtoll: Work around a bug on native Windows and Minix.Bruno Haible2021-04-021-2/+16
* strtol: Work around a bug on native Windows and Minix.Bruno Haible2021-04-021-0/+41
* strtoull: Work around a bug on native Windows and Minix.Bruno Haible2021-04-021-2/+16
* strtoul: Work around a bug on native Windows and Minix.Bruno Haible2021-04-021-0/+40
* strtol, strtoul, strtoll, strtoull: Optimize.Bruno Haible2021-04-021-7/+18
* strto*l: Don't pass invalid arguments to isspace, isalnum, toupper.Bruno Haible2021-04-021-6/+6
* glob: Reject ~user syntax, when flag GLOB_TILDE_CHECK is given.Bruno Haible2021-04-021-1/+18
* xalloc: delay setting size until successPaul Eggert2021-04-011-1/+2
* xalloc: new function xpalloc, from dfaPaul Eggert2021-03-283-67/+67
* vasnprintf: Fix memory leak (regression from yesterday).Bruno Haible2021-03-271-13/+7
* free-posix: use more often in other modulesPaul Eggert2021-03-2534-251/+48
* renameatu: work around macOS 11.2 renameatx_np bugPaul Eggert2021-03-241-3/+4
* clean-temp-simple: Fix a rare memory leak.Bruno Haible2021-03-231-3/+4
* clean-temp-simple: Remove dependency upon xalloc, xalloc-die, xlist.Bruno Haible2021-03-234-18/+55
* clean-temp-simple: New module.Bruno Haible2021-03-225-393/+525
* mbrtowc: Remove a redundant condition.Benno Schulenberg2021-03-221-1/+1
* fatal-signal: Remove dependency upon xalloc.Bruno Haible2021-03-225-9/+25
* diacrit: removePaul Eggert2021-03-212-188/+0
* ftello: Work around bug in macOS >= 10.15.Bruno Haible2021-03-211-6/+78
* math C++ tests: Fix compilation error on macOS 11.2.Bruno Haible2021-03-201-1/+1
* simple-atomic: Fix compilation error on Solaris 10/x86_64 with cc.Bruno Haible2021-03-191-1/+1
* argmatch: fix testing typoPaul Eggert2021-03-181-1/+1
* autoupdateKarl Berry2021-03-161-1/+1
* intprops: improve commentaryPaul Eggert2021-03-141-4/+14
* time_rz: Put reference documentation into the .h file.Bruno Haible2021-03-141-2/+40
* libc-config: port to DragonFlyBSD 5.9Paul Eggert2021-03-103-24/+27
* sysexits: Fix for Haiku.Bruno Haible2021-03-071-1/+1
* Rename GNULIB_WCHAR_SINGLE to GNULIB_WCHAR_SINGLE_LOCALE.Bruno Haible2021-03-072-4/+4
* mbrtowc: Allow locking optimization independently of 'unlocked-io'.Bruno Haible2021-03-071-1/+3
* regex: Allow locking optimization independently of 'unlocked-io'.Bruno Haible2021-03-071-2/+2
* exclude: Allow stdio optimization independently of 'unlocked-io'.Bruno Haible2021-03-071-1/+1