maint: update copyright
[gnulib.git] / lib / string.in.h
2014-01-01 Eric Blakemaint: update copyright
2013-01-01 Eric Blakemaint: update all copyright year number ranges
2012-03-25 Bruno HaibleEnable common subexpression optimization in GCC.
2012-02-10 Paul Eggertmaint: replace FSF snail-mail addresses with URLs
2012-01-01 Jim Meyeringmaint: update all copyright year number ranges
2011-07-15 Eric Blakeffsl, ffsll: new modules
2011-05-29 Bruno HaibleAllow multiple gnulib generated include files to be...
2011-05-26 Bruno Haiblembsrchr: Avoid collision with system function on Interix.
2011-04-16 Bruno Haiblestrchrnul: Tweak last commit.
2011-04-15 Eric Blakestrchrnul: work around cygwin bug
2011-02-13 Bruno HaibleDon't interfere with a program's definition of __attrib...
2011-01-01 Jim Meyeringmaint: update almost all copyright ranges to include...
2010-11-20 Bruno HaiblePort to uClibc.
2010-11-11 Bruno HaibleNew module 'strerror_r-posix'.
2010-10-06 Bruno Haiblestring, sys_select: Avoid #including large headers...
2010-10-04 Bruno HaibleAvoid line length limitation from HP NonStop system...
2010-09-09 Eric Blakestrsignal: work around NetBSD bug
2010-09-04 Bruno Haiblestrdup: Fix compilation error in C++ mode.
2010-08-16 Bruno Haiblestpncpy: Allow stpncpy to be defined as a macro.
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.