Convert strcasestr module to use Two-Way algorithm.
[gnulib.git] / lib / string.in.h
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-13 Bruno HaibleDon't redefine __attribute__ without a need.
2008-01-10 Eric BlakeAvoid quadratic strstr implementations.
2008-01-09 Eric BlakeGive gcc some memmem optimization hints.
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-10-11 Paul EggertSimplify and modernize strerror substitute, partly...
2007-10-01 Bruno HaibleRename string_.h to string.in.h.