]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
No longer need strcasecmp() and strncasecmp().
authorBruno Haible <bruno@clisp.org>
Tue, 16 Aug 2005 11:42:57 +0000 (11:42 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:47 +0000 (12:12 +0200)
gettext-tools/lib/ChangeLog
gettext-tools/lib/Makefile.am
gettext-tools/lib/Makefile.msvc

index 546dbfe06d328efafcad33a0c2a39bf653568ae2..a125c2867e26e7ff333ef7bb5e05f5838a0df667 100644 (file)
@@ -3,6 +3,9 @@
        * strcase.h: Remove file.
        * strcasecmp.c: Remove file.
        * strncasecmp.c: Remove file.
+       * Makefile.am (LIBADD_SOURCE): Remove them.
+       * Makefile.msvc (OBJECTS): Remove strcasecmp.obj, strncasecmp.obj.
+       (strcasecmp.obj, strncasecmp.obj): Remove rules.
 
 2005-07-31  Bruno Haible  <bruno@clisp.org>
 
index 4ba7a5caa564be4d0f08e6bdd5aa913aecd3f3e2..8d96a65ebb316db0a5e9b80637083152a8daae65 100644 (file)
@@ -99,7 +99,6 @@ LIBADD_SOURCE = \
   setenv.h setenv.c unsetenv.c \
   stpcpy.h stpcpy.c \
   stpncpy.h stpncpy.c \
-  strcase.h strcasecmp.c strncasecmp.c \
   strcspn.c \
   strerror.c \
   strpbrk.h strpbrk.c \
index a1c956e00daf744d6c41bf61f5b6d93b9834ee96..d5d49977badafda4918cf1334838764b83548ed2 100644 (file)
@@ -132,7 +132,6 @@ OBJECTS = \
   setenv.obj unsetenv.obj \
   stpcpy.obj \
   stpncpy.obj \
-  strcasecmp.obj strncasecmp.obj \
   vasprintf.obj
 
 RESOURCES = gettextlib.res
@@ -307,12 +306,6 @@ stpcpy.obj : stpcpy.c
 stpncpy.obj : stpncpy.c
        $(CC) $(INCLUDES) $(CFLAGS) $(PICFLAGS) -c stpncpy.c
 
-strcasecmp.obj : strcasecmp.c
-       $(CC) $(INCLUDES) $(CFLAGS) $(PICFLAGS) -c strcasecmp.c
-
-strncasecmp.obj : strncasecmp.c
-       $(CC) $(INCLUDES) $(CFLAGS) $(PICFLAGS) -c strncasecmp.c
-
 vasprintf.obj : vasprintf.c
        $(CC) $(INCLUDES) $(CFLAGS) $(PICFLAGS) -c vasprintf.c