]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Add gnulib module 'c-strcase'.
authorBruno Haible <bruno@clisp.org>
Tue, 8 Feb 2005 11:26:08 +0000 (11:26 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:10 +0000 (12:12 +0200)
gettext-tools/ChangeLog
gettext-tools/lib/ChangeLog
gettext-tools/lib/Makefile.am
gettext-tools/windows/gettextlib.def

index 952bb1b9f27cb2ab38ed9e7f1d6a475c06f292a9..a8a0fd97152e0c5f16c81af12d7daedb1a9a45d0 100644 (file)
@@ -1,3 +1,7 @@
+2005-02-07  Bruno Haible  <bruno@clisp.org>
+
+       * windows/gettextlib.def: Add c_strcasecmp, c_strncasecmp.
+
 2005-01-08  Bruno Haible  <bruno@clisp.org>
 
        * libgrep: New subdirectory.
index 4f91f9a621aff9047fc5076bad31ccf0e47527b0..e2a52f310f2e37aeadbca5ed31065f75ea84decf 100644 (file)
@@ -1,3 +1,15 @@
+2005-02-07  Bruno Haible  <bruno@clisp.org>
+
+       * 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  <bruno@clisp.org>
 
        * progname.c (program_name): Initialize.
index 824e468f49b922a7b69c3e856f013a74c22e56ba..0aaa0101a0ab7d0d69d8ff3ef693ae131cbc0137 100644 (file)
@@ -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 \
index 8cc535ede3a832849086fde1ab17b2d9401c3b9a..4141c046ee0c75f0e45e9342f370e49e393dc3ae 100644 (file)
@@ -28,6 +28,8 @@ c_ispunct
 c_isspace
 c_isupper
 c_isxdigit
+c_strcasecmp
+c_strncasecmp
 c_tolower
 c_toupper
 close_stdout