summaryrefslogtreecommitdiff
path: root/m4/string_h.m4
Commit message (Expand)AuthorAgeFilesLines
* strnlen: Fix warning in C++ mode on MacOS X.Bruno Haible2010-04-101-1/+2
* New module 'strncat'.Bruno Haible2010-04-051-3/+7
* memchr: Avoid a possible C++ test error.Bruno Haible2010-04-051-0/+1
* string: Remove unused substitution.Bruno Haible2010-04-041-2/+1
* stpncpy: Fix C++ test error on mingw.Bruno Haible2010-04-031-1/+2
* Distinguish two kinds of module indicators.Bruno Haible2010-03-281-1/+1
* Factorize common .m4 code.Bruno Haible2010-03-271-2/+2
* Tests of module 'string' in C++ mode.Bruno Haible2010-03-081-1/+3
* warn-on-use: use instead of link-warningEric Blake2010-01-201-1/+8
* mbslen: Avoid collision with system function.Bruno Haible2010-01-071-3/+4
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-27/+27
* strndup: fix improper m4 cachingEric Blake2009-09-091-2/+2
* Work around a glibc bug in strtok_r.Ben Pfaff2009-09-061-1/+3
* memchr: detect broken x86_64 and alpha implementationsEric Blake2009-06-121-2/+4
* New module 'strdup-posix'.Bruno Haible2008-09-211-4/+5
* strverscmp: migrate from "strverscmp.h" to <string.h>Eric Blake2008-08-191-1/+3
* 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-1/+2
* New module 'strsignal'.Colin Watson2008-01-141-0/+2
* Avoid quadratic strstr implementations.Eric Blake2008-01-101-2/+4
* Fix memmem to avoid O(n^2) worst-case complexity.Eric Blake2007-12-201-0/+3
* Move declarations of str{,n}casecmp from <string.h> to <strings.h>.Bruno Haible2007-12-031-2/+0
* Fix strerror on Interix.Eric Blake2007-09-251-0/+3
* * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBSTPaul Eggert2007-06-211-3/+1
* New module 'mbsnlen'.Bruno Haible2007-06-111-0/+1
* Merge gl_HEADER_STRING_H_DEFAULTS and gl_STRING_MODULE_INDICATOR_DEFAULTS intoBruno Haible2007-02-181-24/+19
* 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
* Addendum to last patch.Bruno Haible2007-02-051-1/+1
* Simplify handling of strncasecmp. Improve link warning.Bruno Haible2007-02-051-1/+0
* 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/+1
* Enforce the use of gnulib modules for unportable <string.h> functions.Bruno Haible2007-02-011-0/+27
* Enforce ordering constraints between gl_HEADER_STRING_H_DEFAULTS and theBruno Haible2007-01-271-0/+4
* 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/+41