summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* mountlist: improve -fanalyzer malloc checkingPaul Eggert2021-08-011-1/+2
* modechange: improve -fanalyzer malloc checkingPaul Eggert2021-08-011-2/+5
* malloca: improve -fanalyzer malloc checkingPaul Eggert2021-08-012-7/+16
* filenamecat-lgpl: improve -fanalyzer malloc checkingPaul Eggert2021-08-011-2/+7
* exclude: improve -fanalyzer malloc checkingPaul Eggert2021-08-011-2/+5
* dirname: improve -fanalyzer malloc checkingPaul Eggert2021-08-011-3/+9
* dfa: improve -fanalyzer malloc checkingPaul Eggert2021-08-012-2/+22
* maint: improve -fanalyzer malloc checkingPaul Eggert2021-08-011-1/+2
* backupfile: improve -fanalyzer malloc checkingPaul Eggert2021-08-012-3/+10
* regex: pacify GCC 11.2.1's -fanalyzerJim Meyering2021-08-011-0/+4
* regex: pacify GCC 11.2 -fanalyzerPaul Eggert2021-07-311-1/+4
* doc: C2X -> C2xPaul Eggert2021-07-312-3/+3
* xalloc: add malloc-related function attributesPaul Eggert2021-07-312-22/+49
* gnulib-common: update for C2x 2020-12-11 draftPaul Eggert2021-07-3131-181/+190
* limits-h: add BOOL_MAX, BOOL_WIDTHPaul Eggert2021-07-311-3/+13
* Assume GNU gettext >= 0.17.Bruno Haible2021-07-251-11/+1
* posixtm: pacify latest GCCPaul Eggert2021-07-171-63/+52
* Don't use '#pragma weak' for thread functions in Linux/glibc>=2.34.Bruno Haible2021-07-174-4/+12
* select: port better to MinGWPaul Eggert2021-07-081-4/+5
* strerror-override: Fix possible compilation error.Bruno Haible2021-06-292-41/+46
* regex: fix undefined behaviorEgor Ignatov2021-06-221-3/+7
* unistd: Avoid compilation error in C++ mode on Solaris, HP-UX, mingw.Bruno Haible2021-06-201-2/+10
* Sync with GNU gettext.Bruno Haible2021-06-202-13/+2
* Sync with GNU gettext.Bruno Haible2021-06-203-21/+5
* unistd: Improve conflict resolution between gnulib and textstyle.h.Bruno Haible2021-06-201-0/+1
* stdio: Improve conflict resolution between gnulib and libintl.h.Bruno Haible2021-06-201-0/+6
* sigsegv, sigsegv-tests: Assign my contributions to the FSF.Bruno Haible2021-06-194-4/+12
* argp: Avoid possible NULL access in argp_help.Darren Kenny2021-06-181-1/+2
* tsearch: Relicense under LGPLv2+.Bruno Haible2021-06-161-1/+1
* autoupdateKarl Berry2021-06-151-4/+0
* xnanosleep: Improve module description.Bruno Haible2021-06-152-2/+11
* xfreopen: Improve module description.Bruno Haible2021-06-152-2/+13
* idx: new printf/scanf length modifier macroPaul Eggert2021-06-141-0/+4
* * lib/stack.h: Omit stray semicolon.Paul Eggert2021-06-131-1/+1
* ialloc: Put appropriate license notice in source files.Bruno Haible2021-06-132-7/+25
* * lib/xmalloc.c (nonnull): Pacify gcc -Wsuggest-attribute=pure (GCC 10.3).Paul Eggert2021-06-111-1/+1
* xgethostname: prefer idx_t for indexesPaul Eggert2021-06-111-1/+1
* userspec: prefer idx_t for indexesPaul Eggert2021-06-111-2/+2
* stack: prefer idx_t for indexesPaul Eggert2021-06-111-3/+3
* savedir: prefer idx_t for indexesPaul Eggert2021-06-111-8/+6
* readutmp: prefer idx_t for indexesPaul Eggert2021-06-112-6/+8
* readtokens: prefer idx_t for indexesPaul Eggert2021-06-112-8/+8
* linebuffer: prefer idx_t for indexesPaul Eggert2021-06-112-4/+5
* getusershell: prefer idx_t for indexesPaul Eggert2021-06-111-5/+5
* exclude: prefer idx_t for most indexesPaul Eggert2021-06-111-16/+13
* dfa: prefer idx_t for indexesPaul Eggert2021-06-111-14/+14
* dirname: prefer idx_t for some indexesPaul Eggert2021-06-111-22/+28
* xalloc: new idx_t-based allocatorsPaul Eggert2021-06-112-142/+196
* ialloc: new modulePaul Eggert2021-06-112-0/+97
* exclude: improve wide-character hashingPaul Eggert2021-06-111-2/+2