mbspcasecmp: Fix function specification.
[gnulib.git] / lib / string.in.h
2010-07-27 Bruno Haiblembspcasecmp: Fix function specification.
2010-06-30 Bruno Haiblestring: Fix syntax error with g++ 2.96.
2010-04-10 Bruno Haiblestrnlen: Fix warning in C++ mode on MacOS X.
2010-04-05 Bruno HaibleNew module 'strncat'.
2010-04-05 Bruno Haiblememchr: Avoid a possible C++ test error.
2010-04-03 Bruno Haiblestpncpy: Fix C++ test error on mingw.
2010-03-30 Bruno HaibleEmit #pragma system_header after the inclusion guard...
2010-03-25 Eric Blakemaint: use pragma consistently across replacement headers
2010-03-13 Bruno HaibleFix compilation error with glibc >= 2.10 and g++ >...
2010-03-11 Bruno HaibleFix problems with overloaded C++ definitions of memchr...
2010-03-08 Bruno Haiblestring: Avoid #define replacements in C++ mode.
2010-01-20 Eric Blakewarn-on-use: use instead of link-warning
2010-01-07 Bruno Haiblembslen: Avoid collision with system function.
2010-01-01 Jim Meyeringupdate nearly all FSF copyright year lists to include...
2009-12-11 Bruno HaibleNew module 'arg-nonnull'. Declare which arguments expec...
2009-12-10 Bruno HaibleUse spaces for indentation, not tabs.
2009-09-10 Eric Blakestrndup: fix improper m4 caching
2009-09-06 Ben PfaffWork around a glibc bug in strtok_r.
2009-08-14 Eric Blakestddef: fix NetBSD 5.0 NULL bug, rather than working...
2009-06-16 Eric Blakedocs: memchr is no longer obsolete
2009-06-13 Eric Blakememchr: detect broken x86_64 and alpha implementations
2008-10-18 Bruno HaibleAvoid gcc warnings because of #pragma GCC system_header...
2008-09-21 Bruno HaibleNew module 'strdup-posix'.
2008-08-30 Bruno HaibleAvoid some "gcc -pedantic" warnings.
2008-08-20 Paolo BonziniMerge branch 'master' of ssh://bonzini@git.sv.gnu.org...
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-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.