summaryrefslogtreecommitdiff
path: root/modules/string
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move declarations of str{,n}casecmp from <string.h> to <strings.h>.Bruno Haible2007-12-031-2/+0
* Rename string_.h to string.in.h.Bruno Haible2007-10-021-3/+3
* Fix strerror on Interix.Eric Blake2007-09-251-0/+3
* Use the synonymous term LGPLv2.Bruno Haible2007-07-161-1/+1
* * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBSTPaul Eggert2007-06-211-3/+3
* New module 'mbsnlen'.Bruno Haible2007-06-111-0/+1
* * lib/fcntl_.h: Prefer #include_next <foo.h> to #includePaul Eggert2007-05-171-0/+1
* New module 'link-warning'.Bruno Haible2007-02-171-0/+2
* New module 'mbspcasecmp'.Bruno Haible2007-02-151-0/+1
* New module 'mbsncasecmp'.Bruno Haible2007-02-151-0/+1
* New module 'mbslen'.Bruno Haible2007-02-111-0/+1
* New module 'mbssep'.Bruno Haible2007-02-061-0/+1
* New module 'mbstok_r'.Bruno Haible2007-02-051-0/+1
* New module 'mbsspn'.Bruno Haible2007-02-051-0/+1
* New module 'mbspbrk'.Bruno Haible2007-02-051-0/+1
* New module 'mbscspn'.Bruno Haible2007-02-051-0/+1
* New module 'mbscasestr'. Reduced goal of 'strcasestr'.Bruno Haible2007-02-051-1/+2
* Simplify handling of strncasecmp. Improve link warning.Bruno Haible2007-02-051-1/+0
* Change the conditions under which strcasecmp.c is compiled.Bruno Haible2007-02-051-1/+1
* New module 'mbscasecmp'. strcasecmp is not expected to work with multibyteBruno Haible2007-02-051-0/+1
* New module 'mbsstr'. Remove module 'strstr'.Bruno Haible2007-02-051-2/+1
* New module 'mbsrchr'.Bruno Haible2007-02-051-0/+1
* New module 'mbschr'.Bruno Haible2007-02-051-0/+1
* * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usageEric Blake2007-02-011-1/+0
* Enforce the use of gnulib modules for unportable <string.h> functions.Bruno Haible2007-02-011-0/+16
* Declare strcasestr() in the <string.h> replacement, rather than inBruno Haible2007-01-271-0/+1
* * doc/gnulib-tool.texi (Initial import): Update to match currentPaul Eggert2007-01-261-0/+52