summaryrefslogtreecommitdiff
path: root/modules/string
Commit message (Expand)AuthorAgeFilesLines
* string, wchar: Don't cause link errors for rpl_free (regr. 2021-09-07).Bruno Haible2021-09-181-0/+1
* string, wchar: avoid some namespace pollutionPaul Eggert2021-09-071-0/+2
* Support several gnulib-tool invocations under the same configure.ac.Bruno Haible2021-04-111-1/+2
* ffsll: Override completely broken implementation on AIX in 32-bit mode.Bruno Haible2021-01-051-0/+1
* Make it possible to turn off each of the Windows oldnames workarounds.Bruno Haible2020-12-251-0/+2
* strerrorname_np: New module.Bruno Haible2020-08-301-0/+3
* sigdescr_np: New module.Bruno Haible2020-08-221-0/+2
* sigabbrev_np: New module.Bruno Haible2020-08-211-0/+2
* memchr: Remove support for some very old platforms.Bruno Haible2020-07-081-1/+0
* string: code styleBruno Haible2017-09-281-6/+6
* explicit_bzero: new modulePaul Eggert2017-07-161-1/+3
* ctype, string: depend on extern-inlinePaul Eggert2013-09-221-0/+1
* ffsl, ffsll: new modulesEric Blake2011-07-151-1/+5
* Rename module 'warn-on-use' to 'snippet/warn-on-use'.Bruno Haible2011-07-121-1/+1
* Rename module 'c++defs' to 'snippet/c++defs'.Bruno Haible2011-07-121-1/+1
* Rename module 'arg-nonnull' to 'snippet/arg-nonnull'.Bruno Haible2011-07-121-1/+1
* gnulib-tool: Better isolation between different gnulib-tool invocations.Bruno Haible2011-06-081-35/+35
* Allow multiple gnulib generated include files to be combined.Bruno Haible2011-05-291-1/+2
* strchrnul: work around cygwin bugEric Blake2011-04-151-0/+1
* Ensure to rebuild generated .h files when config.status has changed.Bruno Haible2011-04-061-1/+1
* libposix: Revert the unreviewed part of yesterday's big merge.Bruce Korb2011-02-061-2/+0
* libposix: Add _HEADERS primaries to posix modules.Bruce Korb2011-02-051-0/+2
* New module 'strerror_r-posix'.Bruno Haible2010-11-111-0/+3
* Avoid line length limitation from HP NonStop system header files.Bruno Haible2010-10-041-0/+1
* strnlen: Fix warning in C++ mode on MacOS X.Bruno Haible2010-04-101-0/+1
* New module 'strncat'.Bruno Haible2010-04-051-0/+2
* memchr: Avoid a possible C++ test error.Bruno Haible2010-04-051-0/+1
* string: Remove unused substitution.Bruno Haible2010-04-041-1/+0
* stpncpy: Fix C++ test error on mingw.Bruno Haible2010-04-031-0/+1
* string: Avoid #define replacements in C++ mode.Bruno Haible2010-03-081-1/+3
* warn-on-use: use instead of link-warningEric Blake2010-01-201-5/+6
* Split large sed scripts, for HP-UX sed.Ralf Wildenhues2010-01-171-3/+3
* mbslen: Avoid collision with system function.Bruno Haible2010-01-071-0/+1
* New module 'arg-nonnull'. Declare which arguments expect non-NULL values.Bruno Haible2009-12-111-1/+3
* link-warning: Add copyright notice.Bruno Haible2009-12-091-1/+1
* maint: make Include sections of modules consistentEric Blake2009-09-171-1/+1
* strndup: fix improper m4 cachingEric Blake2009-09-091-1/+1
* Work around a glibc bug in strtok_r.Ben Pfaff2009-09-061-0/+2
* annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)Jim Meyering2009-08-221-2/+2
* stddef: fix NetBSD 5.0 NULL bug, rather than working around itEric Blake2009-08-141-0/+1
* memchr: detect broken x86_64 and alpha implementationsEric Blake2009-06-121-0/+2
* New module 'strdup-posix'.Bruno Haible2008-09-211-0/+1
* Avoid some "gcc -pedantic" warnings.Bruno Haible2008-08-301-1/+2
* strverscmp: migrate from "strverscmp.h" to <string.h>Eric Blake2008-08-191-0/+2
* Add rawmemchr module, matching glibc.Eric Blake2008-04-281-0/+2
* Convert strcasestr module to use Two-Way algorithm.Eric Blake2008-01-141-0/+1
* Replace strsignal if it does not work fine.Bruno Haible2008-01-151-0/+1
* New module 'strsignal'.Colin Watson2008-01-141-0/+2
* Avoid quadratic strstr implementations.Eric Blake2008-01-101-0/+2
* Fix memmem to avoid O(n^2) worst-case complexity.Eric Blake2007-12-201-0/+1