summaryrefslogtreecommitdiff
path: root/old/textutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-01-10 20:53:56 +0000
committerJim Meyering <jim@meyering.net>1998-01-10 20:53:56 +0000
commitb9ed71e46e4b3b2f3f366d6eeaa9b54d32d00317 (patch)
tree38c8d16fac4589c0934d3834a425c5bfdbe13c72 /old/textutils
parent7bba3e945f717796bf070f1216246455c1d7ca35 (diff)
downloadcoreutils-b9ed71e46e4b3b2f3f366d6eeaa9b54d32d00317.tar.xz
.
Diffstat (limited to 'old/textutils')
-rw-r--r--old/textutils/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index a849ee7d7..d9625aee3 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,3 +1,10 @@
+1998-01-10 Jim Meyering <meyering@na-net.ornl.gov>
+
+ * lib/xstrtol.c (bkm_scale): Renamed from BKM_SCALE.
+ Rewrite macro as function. Return a value. Update caller.
+ Cast __ZLONG_MAX `__unsigned long int' before casting to double to
+ avoid SunOS /bin/cc compiler bug.
+
1998-01-08 Jim Meyering <meyering@na-net.ornl.gov>
* src/tac-pipe.c: New file. But not yet used.