summaryrefslogtreecommitdiff
path: root/lib/string.in.h
Commit message (Expand)AuthorAgeFilesLines
* regex, string: rename to avoid '__string'Paul Eggert2016-08-171-8/+8
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* string: fix build failure on BSD/OSX with FORTIFY_SOURCEPádraig Brady2015-05-271-2/+19
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* Enable common subexpression optimization in GCC.Bruno Haible2012-03-251-2/+21
* maint: replace FSF snail-mail addresses with URLsPaul Eggert2012-02-091-2/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* ffsl, ffsll: new modulesEric Blake2011-07-151-0/+30
* Allow multiple gnulib generated include files to be combined.Bruno Haible2011-05-291-5/+5
* mbsrchr: Avoid collision with system function on Interix.Bruno Haible2011-05-261-2/+2
* strchrnul: Tweak last commit.Bruno Haible2011-04-161-4/+3
* strchrnul: work around cygwin bugEric Blake2011-04-151-2/+14
* Don't interfere with a program's definition of __attribute__.Bruno Haible2011-02-131-7/+2
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* Port to uClibc.Bruno Haible2010-11-201-7/+7
* New module 'strerror_r-posix'.Bruno Haible2010-11-111-0/+29
* string, sys_select: Avoid #including large headers unless necessary.Bruno Haible2010-10-071-2/+2
* Avoid line length limitation from HP NonStop system header files.Bruno Haible2010-10-041-0/+1
* strsignal: work around NetBSD bugEric Blake2010-09-091-0/+6
* strdup: Fix compilation error in C++ mode.Bruno Haible2010-09-041-0/+4
* stpncpy: Allow stpncpy to be defined as a macro.Bruno Haible2010-08-161-0/+1
* mbspcasecmp: Fix function specification.Bruno Haible2010-07-281-5/+4
* string: Fix syntax error with g++ 2.96.Bruno Haible2010-06-301-16/+22
* strnlen: Fix warning in C++ mode on MacOS X.Bruno Haible2010-04-101-2/+13
* New module 'strncat'.Bruno Haible2010-04-051-0/+22
* memchr: Avoid a possible C++ test error.Bruno Haible2010-04-051-0/+5
* stpncpy: Fix C++ test error on mingw.Bruno Haible2010-04-031-1/+7
* Emit #pragma system_header after the inclusion guard, not before.Bruno Haible2010-03-301-2/+2
* maint: use pragma consistently across replacement headersEric Blake2010-03-251-2/+2
* Fix compilation error with glibc >= 2.10 and g++ >= 4.4.Bruno Haible2010-03-131-0/+46
* Fix problems with overloaded C++ definitions of memchr, strpbrk, etc.Bruno Haible2010-03-111-24/+34
* string: Avoid #define replacements in C++ mode.Bruno Haible2010-03-081-105/+292
* warn-on-use: use instead of link-warningEric Blake2010-01-201-122/+108
* mbslen: Avoid collision with system function.Bruno Haible2010-01-071-0/+11
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* New module 'arg-nonnull'. Declare which arguments expect non-NULL values.Bruno Haible2009-12-111-32/+49
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-16/+16
* strndup: fix improper m4 cachingEric Blake2009-09-091-2/+2
* Work around a glibc bug in strtok_r.Ben Pfaff2009-09-061-1/+7
* stddef: fix NetBSD 5.0 NULL bug, rather than working around itEric Blake2009-08-141-0/+2
* docs: memchr is no longer obsoleteEric Blake2009-06-151-2/+0
* memchr: detect broken x86_64 and alpha implementationsEric Blake2009-06-121-1/+18
* Avoid gcc warnings because of #pragma GCC system_header on older gcc.Bruno Haible2008-10-181-0/+2
* New module 'strdup-posix'.Bruno Haible2008-09-211-1/+5
* Avoid some "gcc -pedantic" warnings.Bruno Haible2008-08-301-0/+2
* strverscmp: migrate from "strverscmp.h" to <string.h>Eric Blake2008-08-191-0/+12
* Add rawmemchr module, matching glibc.Eric Blake2008-04-281-0/+16
* Convert strcasestr module to use Two-Way algorithm.Eric Blake2008-01-141-3/+7