summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-01-25 06:15:49 +0000
committerJim Meyering <jim@meyering.net>1997-01-25 06:15:49 +0000
commitd58a074dead9c2bd561a760de6032baaad668215 (patch)
tree77bee486d04e949c208c4407eb13bbb5b69afb93 /old
parentd73bc3ca57549c7ec714f4c855bffebd3d48d0e7 (diff)
downloadcoreutils-d58a074dead9c2bd561a760de6032baaad668215.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 e9be689b3..540c987dc 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,3 +1,13 @@
+Sat Jan 25 00:12:29 1997 Jim Meyering <meyering@na-net.ornl.gov>
+
+ * lib/xstrtol.h [!_STRTOL_ERROR]: Define the type `enum strtol_error'
+ only if it hasn't already been defined.
+ (_STRTOL_ERROR): Undefine.
+
+ * lib/xstrtol.c (__xstrtol): Change interpretation of
+ VALID_SUFFIXES == NULL vs VALID_SUFFIXES == "". Use the former
+ when any suffix is valid, the later when no suffix is allowed.
+
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