summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-01-24 02:44:44 +0000
committerUlrich Drepper <drepper@redhat.com>1998-01-24 02:44:44 +0000
commit1dfee75f84b1c2b78e0cdafe79e5269b857d527f (patch)
treecb623a6cee7221b561823ebc98732c817300991a /ChangeLog
parent699171a27f45352f64d0984b994d93fdb81ed107 (diff)
downloadglibc-1dfee75f84b1c2b78e0cdafe79e5269b857d527f.tar.gz
glibc-1dfee75f84b1c2b78e0cdafe79e5269b857d527f.tar.xz
glibc-1dfee75f84b1c2b78e0cdafe79e5269b857d527f.zip
Update
	* 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.
	Patch by Jim Meyering <meyering@ascend.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7eaf1ce42b..0b8c988004 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,14 @@
 
 	* nis/nislib/nislib.h: Removed.
 
+	* 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.
+	Patch by Jim Meyering <meyering@ascend.com>.
+
 1998-01-22 00:55  Ulrich Drepper  <drepper@happy.cygnus.com>
 
 	* libc.map: Add __libc_uid, __libc_pid, __syscall_rt_sigqueueinfo,