summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-01-25 06:37:40 +0000
committerJim Meyering <jim@meyering.net>1997-01-25 06:37:40 +0000
commit5aaadded9dcacd383a797ab4c840e1a43800fc7e (patch)
treef9c1c14439df952ec78bb6bdd63f0bf227803811 /old
parenta8bcd782c456fb67229a2271a083cbadfa1bed79 (diff)
downloadcoreutils-5aaadded9dcacd383a797ab4c840e1a43800fc7e.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/textutils/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 4b531aa43..838286417 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,5 +1,14 @@
Sat Jan 25 00:12:29 1997 Jim Meyering <meyering@na-net.ornl.gov>
+ * src/csplit.c: Reflect changes to xstrtol and xstrtoul interfaces.
+ * src/fold.c: Likewise.
+ * src/head.c: Likewise.
+ * src/join.c: Likewise.
+ * src/nl.c: Likewise.
+ * src/od.c: Likewise.
+ * src/pr.c: Likewise.
+ * src/uniq.c: Likewise.
+
* lib/xstrtoul.h (XSTRTOL_H): Undefine it.
* lib/xstrtol.h [!_STRTOL_ERROR]: Define the type `enum strtol_error'
@@ -15,6 +24,7 @@ Fri Jan 24 23:36:00 1997 Jim Meyering <meyering@na-net.ornl.gov>
* lib/long-options.c (parse_long_options): Reset optind to zero
before just returning so that getopt internals get initialized from
the probably-new parameters when/if getopt is called later.
+ From Ulrich Drepper.
Thu Jan 23 19:17:03 1997 Jim Meyering <meyering@na-net.ornl.gov>