]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sat, 13 Apr 1996 18:13:16 +0000 (18:13 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 13 Apr 1996 18:13:16 +0000 (18:13 +0000)
old/textutils/ChangeLog

index a78e3ea29602bb47af55423883792bbeeeff7e02..521c3dd465cd8b26ecb999133f8033ecca90ea0a 100644 (file)
@@ -1,3 +1,16 @@
+Sat Apr 13 13:08:29 1996  Jim Meyering  (meyering@na-net.ornl.gov)
+
+       * lib/Makefile.am (noinst_HEADERS): Include memcasecmp.h,
+       not memcasecmp.c.
+
+       * memcasecmp.c: Unprotoize.
+       [ISASCII]: Define.
+       [ISUPPER]: Define.
+
+       * join.c (decode_field_spec): Rename local variable `valid'
+       to invalid (and reverse sense) to avoid conflict with the
+       macro definition in /usr/include/locale.h on SunOS 4.1.3.
+
 Tue Apr  9 22:43:57 1996  Jim Meyering  (meyering@na-net.ornl.gov)
 
        * uniq.c: Add new option --ignore-case (-i).