strverscmp: migrate from "strverscmp.h" to <string.h>
[gnulib.git] / m4 / string_h.m4
2008-08-19 Eric Blakestrverscmp: migrate from "strverscmp.h" to <string.h>
2008-04-28 Eric BlakeAdd rawmemchr module, matching glibc.
2008-01-15 Eric BlakeConvert strcasestr module to use Two-Way algorithm.
2008-01-15 Bruno HaibleReplace strsignal if it does not work fine.
2008-01-13 Colin WatsonNew module 'strsignal'.
2008-01-10 Eric BlakeAvoid quadratic strstr implementations.
2007-12-20 Eric BlakeFix memmem to avoid O(n^2) worst-case complexity.
2007-12-03 Bruno HaibleMove declarations of str{,n}casecmp from <string.h...
2007-09-25 Eric BlakeFix strerror on Interix.
2007-06-21 Paul Eggert* m4/include_next.m4 (gl_INCLUDE_NEXT): Define and...
2007-06-11 Bruno HaibleNew module 'mbsnlen'.
2007-02-18 Bruno HaibleMerge gl_HEADER_STRING_H_DEFAULTS and gl_STRING_MODULE_...
2007-02-15 Bruno HaibleNew module 'mbspcasecmp'.
2007-02-15 Bruno HaibleNew module 'mbsncasecmp'.
2007-02-11 Bruno HaibleNew module 'mbslen'.
2007-02-06 Bruno HaibleNew module 'mbssep'.
2007-02-05 Bruno HaibleNew module 'mbstok_r'.
2007-02-05 Bruno HaibleNew module 'mbsspn'.
2007-02-05 Bruno HaibleNew module 'mbspbrk'.
2007-02-05 Bruno HaibleNew module 'mbscspn'.
2007-02-05 Bruno HaibleNew module 'mbscasestr'. Reduced goal of 'strcasestr'.
2007-02-05 Bruno HaibleAddendum to last patch.
2007-02-05 Bruno HaibleSimplify handling of strncasecmp. Improve link warning.
2007-02-05 Bruno HaibleNew module 'mbscasecmp'. strcasecmp is not expected...
2007-02-05 Bruno HaibleNew module 'mbsstr'. Remove module 'strstr'.
2007-02-05 Bruno HaibleNew module 'mbsrchr'.
2007-02-05 Bruno HaibleNew module 'mbschr'.
2007-02-01 Eric Blake* m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct...
2007-02-01 Bruno HaibleEnforce the use of gnulib modules for unportable <strin...
2007-01-27 Bruno HaibleEnforce ordering constraints between gl_HEADER_STRING_H...
2007-01-27 Bruno HaibleDeclare strcasestr() in the <string.h> replacement...
2007-01-26 Paul Eggert* doc/gnulib-tool.texi (Initial import): Update to...