summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-11-13 13:25:47 +0000
committerUlrich Drepper <drepper@redhat.com>1998-11-13 13:25:47 +0000
commita3e0e9ae473ae52861c5bceb8a6feb624bf30c61 (patch)
tree3ab4a7213bedeb7a7995d53867cd7d0c72d76ef0 /ChangeLog
parent7f2a1e3cf8077faa2c5de78f081890302a4c8362 (diff)
Update.
1998-11-13 Ulrich Drepper <drepper@cygnus.com> * libio/bits/stdio.h: Correct and improve fread_unlocked and fwrite_unlocked optimizations. * time/tzfile.c (__tzfile_read): Set __tzname based on last names in time not to last entries in the file. (__tzfile_compute): Likewise. Fix for PR libc/863. * timezone/Makefile: Generate GB timezone data for test. * timezone/tst-timezone.c: More tests for DST switching time (disabled for now). 1998-11-13 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * sysdeps/gnu/bits/utmp.h: Rename pad member of struct utmp to
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 15 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 08e310d4d6..1846b2282d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,17 @@
-Fri Nov 13 11:57:21 1998 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
+1998-11-13 Ulrich Drepper <drepper@cygnus.com>
+
+ * libio/bits/stdio.h: Correct and improve fread_unlocked and
+ fwrite_unlocked optimizations.
+
+ * time/tzfile.c (__tzfile_read): Set __tzname based on last names
+ in time not to last entries in the file.
+ (__tzfile_compute): Likewise. Fix for PR libc/863.
+
+ * timezone/Makefile: Generate GB timezone data for test.
+ * timezone/tst-timezone.c: More tests for DST switching time (disabled
+ for now).
+
+1998-11-13 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
* sysdeps/unix/sysv/linux/m68k/sysdep.h (INLINE_SYSCALL): Remove
d0 from clobber list.
@@ -21,7 +34,7 @@ Fri Nov 13 11:57:21 1998 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
__exit_status with `__'. Rename pad member of struct utmpx to
__unused.
(RUN_LVL): Define unconditionally.
- * sysdeps/gnu/bits/utmp.h: Rename pad member of struct utmpx to
+ * sysdeps/gnu/bits/utmp.h: Rename pad member of struct utmp to
__unused.
1998-11-12 Philip Blundell <philb@gnu.org>