summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-01-23 22:09:18 +0000
committerJim Meyering <jim@meyering.net>1998-01-23 22:09:18 +0000
commit663d8b143c40624e89fe99bc539678136c672645 (patch)
tree0661557d34a0ee899ff8f1602cf805e8a3b3285d /old
parent2a1a1843b7302823d66098453726ad44f3b71808 (diff)
downloadcoreutils-663d8b143c40624e89fe99bc539678136c672645.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index b7ec508a7..7350c908d 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,12 @@
+1998-01-23 Jim Meyering <meyering@na-net.ornl.gov>
+
+ * lib/mktime.c (__mktime_internal): Work around bug in Irix4.0.5's
+ C compiler. From Kaveh Ghazi.
+ (TYPE_MINIMUM): Define.
+ (TYPE_MAXIMUM): Define.
+ (TIME_T_MIN): Use TYPE_MINIMUM.
+ (TIME_T_MAX): Use TYPE_MAXIMUM.
+
1998-01-22 Jim Meyering <meyering@na-net.ornl.gov>
* src/dd.c: Reorder functions to obviate forward dcls.