log lib/string_.h @ 8646:27dec01819aa

age author description
Fri, 06 Apr 2007 12:25:54 +0000 Bruno Haible Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
Wed, 21 Mar 2007 04:22:35 +0000 Bruno Haible Enable the strndup declaration also when strndup is replaced.
Wed, 21 Feb 2007 00:02:37 +0000 Bruno Haible Whitespace change in macros.
Tue, 20 Feb 2007 00:10:42 +0000 Bruno Haible Avoid some "gcc -Wmissing-prototypes" warnings on mingw.
Sat, 17 Feb 2007 22:21:32 +0000 Bruno Haible New module 'link-warning'.
Sat, 17 Feb 2007 19:43:30 +0000 Bruno Haible Line breaking.
Thu, 15 Feb 2007 03:07:04 +0000 Bruno Haible New module 'mbspcasecmp'.
Thu, 15 Feb 2007 02:57:13 +0000 Bruno Haible New module 'mbsncasecmp'.
Tue, 13 Feb 2007 01:38:45 +0000 Bruno Haible Turn link errors into link-time warnings.
Mon, 12 Feb 2007 19:06:30 +0000 Paul Eggert * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
Sun, 11 Feb 2007 17:02:31 +0000 Bruno Haible New module 'mbslen'.
Tue, 06 Feb 2007 01:59:41 +0000 Bruno Haible New module 'mbssep'.
Mon, 05 Feb 2007 03:39:57 +0000 Bruno Haible Put the word "warning:" into the warning message.
Mon, 05 Feb 2007 03:30:43 +0000 Bruno Haible New module 'mbstok_r'.
Mon, 05 Feb 2007 03:23:34 +0000 Bruno Haible New module 'mbsspn'.
Mon, 05 Feb 2007 03:12:26 +0000 Bruno Haible New module 'mbspbrk'.
Mon, 05 Feb 2007 03:06:40 +0000 Bruno Haible New module 'mbscspn'.
Mon, 05 Feb 2007 02:42:27 +0000 Bruno Haible New module 'mbscasestr'. Reduced goal of 'strcasestr'.
Mon, 05 Feb 2007 02:15:46 +0000 Bruno Haible Simplify handling of strncasecmp. Improve link warning.
Mon, 05 Feb 2007 01:57:07 +0000 Bruno Haible New module 'mbscasecmp'. strcasecmp is not expected to work with multibyte
Mon, 05 Feb 2007 01:36:34 +0000 Bruno Haible New module 'mbsstr'. Remove module 'strstr'.
Mon, 05 Feb 2007 01:16:13 +0000 Bruno Haible New module 'mbsrchr'.
Mon, 05 Feb 2007 01:01:37 +0000 Bruno Haible New module 'mbschr'.
Sat, 03 Feb 2007 00:01:56 +0000 Bruno Haible Make the redefinitions to error-provoking symbols conditional.
Fri, 02 Feb 2007 03:46:59 +0000 Bruno Haible Turn the errors for use of strstr and similar into conditional warnings.
Thu, 01 Feb 2007 08:57:49 +0000 Paul Eggert * lib/string_.h: If the gnulib module XYZ is not present, undefine
Thu, 01 Feb 2007 00:29:52 +0000 Bruno Haible Enforce the use of gnulib modules for unportable <string.h> functions.
Sat, 27 Jan 2007 13:17:15 +0000 Bruno Haible Declare strcasestr() in the <string.h> replacement, rather than in
Sat, 27 Jan 2007 12:58:57 +0000 Bruno Haible Use 'extern'.
Fri, 26 Jan 2007 22:16:55 +0000 Paul Eggert * doc/gnulib-tool.texi (Initial import): Update to match current