diff options
author | Jim Meyering <jim@meyering.net> | 1995-12-15 03:20:50 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-12-15 03:20:50 +0000 |
commit | 7d7530446c01a359c4fa2882059a8c43f64d401c (patch) | |
tree | 6aa217fde46176cfd6c58a4d45e26192f0460996 | |
parent | 208fa17ad01c21f5ad3d328a6b85e05ad5e4c9c2 (diff) | |
download | coreutils-7d7530446c01a359c4fa2882059a8c43f64d401c.tar.xz |
.
-rw-r--r-- | old/textutils/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 204015ffb..c0fb5baed 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,15 @@ +Thu Dec 14 21:13:22 1995 Jim Meyering (meyering@comco.com) + + * fold.c (main): Use xstrtol instead of atoi. + (fold_file): Make a couple locals `int', not size_t, and cast + fwrite's arg3 to size_t. + + * nl.c (main): Use xstrtol instead of atoi. + Rename misleading --first-page=N option to --starting-line-number=N. + (usage): Update. + + * uniq.c (main): Use xstrtol instead of atoi. + Fri Dec 8 20:48:00 1995 Jim Meyering (meyering@comco.com) * aclocal.m4 (fp_C_PROTOTYPES): Set ANSI2KNR to ./ansi2knr. |