summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-12-15 03:40:06 +0000
committerJim Meyering <jim@meyering.net>1995-12-15 03:40:06 +0000
commit395224e372de49a59b78500ed03c3235770b8489 (patch)
treed8b3a3b8d65fb159f01dd8bdaa214aeca8c250d5 /old
parent43cdd09d2dc3593f36513c6b032d03d02245bf5f (diff)
downloadcoreutils-395224e372de49a59b78500ed03c3235770b8489.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/textutils/ChangeLog2
-rw-r--r--old/textutils/NEWS1
2 files changed, 3 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index c0fb5baed..ebf462335 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,5 +1,7 @@
Thu Dec 14 21:13:22 1995 Jim Meyering (meyering@comco.com)
+ * fmt.c (main): Use xstrtol instead of atoi.
+
* 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.
diff --git a/old/textutils/NEWS b/old/textutils/NEWS
index c381e6edb..78823a777 100644
--- a/old/textutils/NEWS
+++ b/old/textutils/NEWS
@@ -1,4 +1,5 @@
User-visible changes in release 1.14
+* nl: rename misleading --first-page=N option to --starting-line-number=N.
* sort diagnoses invalid arguments to -k, then fails
* sort -n properly orders invalid integers with respect to valid integers
* sorting works with character offsets larger than corresponding field width