diff options
author | Jim Meyering <jim@meyering.net> | 1996-09-07 17:31:09 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-09-07 17:31:09 +0000 |
commit | 62e0054a8d7968bfb1cd1a2da3da23ce8d78ab18 (patch) | |
tree | 687dad2fbc6603d75b7d9bd22b4fd42cbded48dd /old/textutils | |
parent | a5be9924f2066076e8fe14322e473faf461e32bd (diff) | |
download | coreutils-62e0054a8d7968bfb1cd1a2da3da23ce8d78ab18.tar.xz |
.
Diffstat (limited to 'old/textutils')
-rw-r--r-- | old/textutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index a3c4ebd80..b98c46a2e 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,8 @@ +Sat Sep 7 12:25:42 1996 Jim Meyering <meyering@na-net.ornl.gov> + + * src/fmt.c (check_punctuation): Use ISPUNCT instead of ispunct. + (get_line): Use ISSPACE instead of isspace. From Bruno Haible. + Mon Sep 2 10:34:46 1996 Jim Meyering <meyering@na-net.ornl.gov> * src/*.c (usage): Tell where to report bugs. |