diff options
author | Jim Meyering <jim@meyering.net> | 1992-12-07 04:54:23 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1992-12-07 04:54:23 +0000 |
commit | 5b783b69728678127dcc1084d8562e55368e0429 (patch) | |
tree | 054a1bac6326ebd814b634a43fcb5c0123ac1259 /old/textutils | |
parent | d179df1b06718b950b54963c0c11b619e28ba016 (diff) | |
download | coreutils-5b783b69728678127dcc1084d8562e55368e0429.tar.xz |
.
Diffstat (limited to 'old/textutils')
-rw-r--r-- | old/textutils/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 51a457147..dbef88ff2 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,13 @@ +Sun Dec 6 22:34:52 1992 Jim Meyering (meyering@idefix.comco.com) + + * csplit, cut.c, expand.c, fold.c, head.c, join.c, od.c, pr.c, + sort.c, split.c, tail.c, tr.c, unexpand.c, uniq.c: Remove inclusion + of <ctype.h> and definitions of is* ctype macros to system.h. + Change a few more uses of is* ctype macros to (protected) upper + case versions. + + * system.h: Add isascii-protected ctype IS* macros. + Wed Dec 2 12:28:10 1992 Jim Meyering (meyering@idefix.comco.com) * all files using getopt.h: Convert static declarations of |