diff options
author | Jim Meyering <jim@meyering.net> | 1998-04-17 15:37:52 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-04-17 15:37:52 +0000 |
commit | 91da5cedc788c3a30140276e894a340b5ff51bcf (patch) | |
tree | dd78dcf963c73dcd2155e8bacfa5f0c02f527289 | |
parent | 1187f5eb7f2c238c06e41ebf78e7bcceebe398f3 (diff) | |
download | coreutils-91da5cedc788c3a30140276e894a340b5ff51bcf.tar.xz |
.
-rw-r--r-- | old/textutils/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 6ead7f422..0f61999fc 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -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. |