From: Bruno Haible Date: Tue, 8 Feb 2005 11:26:08 +0000 (+0000) Subject: Add gnulib module 'c-strcase'. X-Git-Tag: v0.14.2~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efbda6ee0f077bac57efa5464b1ec7d407c2bbae;p=thirdparty%2Fgettext.git Add gnulib module 'c-strcase'. --- diff --git a/gettext-tools/ChangeLog b/gettext-tools/ChangeLog index 952bb1b9f..a8a0fd971 100644 --- a/gettext-tools/ChangeLog +++ b/gettext-tools/ChangeLog @@ -1,3 +1,7 @@ +2005-02-07 Bruno Haible + + * windows/gettextlib.def: Add c_strcasecmp, c_strncasecmp. + 2005-01-08 Bruno Haible * libgrep: New subdirectory. diff --git a/gettext-tools/lib/ChangeLog b/gettext-tools/lib/ChangeLog index 4f91f9a62..e2a52f310 100644 --- a/gettext-tools/lib/ChangeLog +++ b/gettext-tools/lib/ChangeLog @@ -1,3 +1,15 @@ +2005-02-07 Bruno Haible + + * c-strcase.h: New file, based on strcase.h. + * c-strcasecmp.c: New file, based on strcasecmp.c. + * c-strncasecmp.c: New file, based on strcasecmp.c. + * Makefile.am (libgettextlib_la_SOURCES): Add c-strcase.h, + c-strcasecmp.c, c-strncasecmp.c. + * Makefile.msvc (OBJECTS): Add c-strcasecmp.obj, c-strncasecmp.obj. + (c-strcasecmp.obj, c-strncasecmp.obj): New rules. + * Makefile.vms (OBJECTS): Add c-strcasecmp.obj, c-strncasecmp.obj. + (c-strcasecmp.obj, c-strncasecmp.obj): New rules. + 2005-01-29 Bruno Haible * progname.c (program_name): Initialize. diff --git a/gettext-tools/lib/Makefile.am b/gettext-tools/lib/Makefile.am index 824e468f4..0aaa0101a 100644 --- a/gettext-tools/lib/Makefile.am +++ b/gettext-tools/lib/Makefile.am @@ -38,6 +38,7 @@ libgettextlib_la_SOURCES = \ basename.h basename.c \ binary-io.h \ c-ctype.h c-ctype.c \ + c-strcase.h c-strcasecmp.c c-strncasecmp.c \ classpath.h classpath.c \ closeout.h closeout.c \ copy-file.h copy-file.c \ diff --git a/gettext-tools/windows/gettextlib.def b/gettext-tools/windows/gettextlib.def index 8cc535ede..4141c046e 100644 --- a/gettext-tools/windows/gettextlib.def +++ b/gettext-tools/windows/gettextlib.def @@ -28,6 +28,8 @@ c_ispunct c_isspace c_isupper c_isxdigit +c_strcasecmp +c_strncasecmp c_tolower c_toupper close_stdout