summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* execute tests: Avoid test failure in certain environments.Bruno Haible2021-04-081-0/+2
* group-member: minor tweak to omit a *Paul Eggert2021-04-061-0/+1
* backupfile: less-aggressive buffer growthPaul Eggert2021-04-062-0/+2
* backupfile, backup-rename: Trim dependencies.Bruno Haible2021-04-042-5/+3
* xgethostname: reorganize / simplifyPaul Eggert2021-04-031-2/+1
* xalloc-die: Fix compilation error (regression from 2021-03-28).Bruno Haible2021-04-031-1/+0
* hamt: New module.Marc Nieper-Wißkirchen2021-04-032-0/+40
* strtoll: Work around a bug on native Windows and Minix.Bruno Haible2021-04-022-1/+2
* strtol: Work around a bug on native Windows and Minix.Bruno Haible2021-04-022-7/+6
* strtoull: Work around a bug on native Windows and Minix.Bruno Haible2021-04-022-1/+2
* strtoul: Work around a bug on native Windows and Minix.Bruno Haible2021-04-022-7/+6
* xalloc: new function xpalloc, from dfaPaul Eggert2021-03-282-1/+4
* linked-list tests: Add another test for SIGNAL_SAFE_LIST.Bruno Haible2021-03-281-5/+17
* unistdio/*-vasnprintf: Fix errno value (regression from yesterday).Bruno Haible2021-03-277-0/+7
* fprintf-posix: fix typoAkim Demaille2021-03-261-1/+1
* free-posix: use more often in other modulesPaul Eggert2021-03-2535-1/+35
* clean-temp-simple: Relicense under LGPLv2+.Bruno Haible2021-03-231-1/+1
* clean-temp-simple: Remove dependency upon xalloc, xalloc-die, xlist.Bruno Haible2021-03-231-3/+0
* clean-temp-simple: New module.Bruno Haible2021-03-222-3/+45
* error: Relicense under LGPLv2+.Bruno Haible2021-03-221-1/+1
* getprogname: Relicense under LGPLv2+.Bruno Haible2021-03-221-1/+1
* fatal-signal: Relicense under LGPLv2+.Bruno Haible2021-03-221-1/+1
* linkedhash-list: Relicense under LGPLv2+.Bruno Haible2021-03-221-1/+1
* fatal-signal: Remove dependency upon xalloc.Bruno Haible2021-03-224-1/+3
* diacrit: removePaul Eggert2021-03-211-29/+0
* ftello: Work around bug in macOS >= 10.15.Bruno Haible2021-03-211-0/+2
* time_rz: Put reference documentation into the .h file.Bruno Haible2021-03-141-11/+0
* exclude: Allow stdio optimization independently of 'unlocked-io'.Bruno Haible2021-03-071-0/+1
* readutmp: Optimize stdio accesses.Bruno Haible2021-03-071-0/+1
* mountlist: Optimize stdio accesses.Bruno Haible2021-03-071-0/+1
* getusershell: Optimize stdio accesses when possible.Bruno Haible2021-03-071-2/+3
* unlocked-io-internal: New module.Bruno Haible2021-03-072-5/+38
* dynarray: Add tests.Bruno Haible2021-03-071-0/+11
* dynarray: Make the module usable on its own.Bruno Haible2021-03-071-2/+2
* * modules/parse-datetime2: New file.Paul Eggert2021-03-011-0/+21
* string-buffer: Fixes.Bruno Haible2021-02-271-1/+1
* string-buffer: Add tests.Bruno Haible2021-02-211-0/+11
* string-buffer: New module.Bruno Haible2021-02-211-0/+26
* parse-datetime: Fix comment.Bruno Haible2021-02-201-1/+1
* linked-list test: Add test for SIGNAL_SAFE_LIST. (It currently fails.)Bruno Haible2021-02-161-2/+10
* simple-atomic: Add tests.Bruno Haible2021-02-151-0/+14
* simple-atomic: New module.Bruno Haible2021-02-151-0/+25
* relocatable-prog-wrapper: Update after recent changes.Bruno Haible2021-01-311-4/+27
* Make it possible to compile realloc.c separately, unconditionally.Bruno Haible2021-01-311-0/+1
* Make it possible to compile malloc.c separately, unconditionally.Bruno Haible2021-01-311-0/+1
* canonicalize, canonicalize-lgpl: Straighten dependencies.Bruno Haible2021-01-312-4/+2
* scratch_buffer: Fix dependencies.Bruno Haible2021-01-301-0/+3
* posix_spawn_file_actions_* tests: Fix module dependencies.Bruno Haible2021-01-255-0/+5
* gc-random: Fix link error in tests.Bruno Haible2021-01-202-1/+4
* gc-random: Replace implementation with call to getrandom.Simon Josefsson2021-01-202-6/+2