]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Fri, 17 Apr 1998 15:37:52 +0000 (15:37 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 17 Apr 1998 15:37:52 +0000 (15:37 +0000)
old/textutils/ChangeLog

index 6ead7f422dc628d2e5f77b65c4cc82d26207a2cf..0f61999fc1c2c79d3cae9e38126061997a305dd2 100644 (file)
@@ -1,3 +1,10 @@
+1998-04-17  Jim Meyering  <meyering@ascend.com>
+
+
+       * src/fmt.c (check_punctuation): Used unsigned char* pointers to avoid
+       new warning.
+       * src/join.c (xfields): Likewise.
+
 1998-04-12  Jim Meyering  <meyering@ascend.com>
 
        * src/cat.c: Use STREQ macro rather than strcmp.