diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-11-13 13:25:47 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-11-13 13:25:47 +0000 |
commit | a3e0e9ae473ae52861c5bceb8a6feb624bf30c61 (patch) | |
tree | 3ab4a7213bedeb7a7995d53867cd7d0c72d76ef0 /ChangeLog | |
parent | 7f2a1e3cf8077faa2c5de78f081890302a4c8362 (diff) | |
download | glibc-a3e0e9ae473ae52861c5bceb8a6feb624bf30c61.tar glibc-a3e0e9ae473ae52861c5bceb8a6feb624bf30c61.tar.gz glibc-a3e0e9ae473ae52861c5bceb8a6feb624bf30c61.tar.bz2 glibc-a3e0e9ae473ae52861c5bceb8a6feb624bf30c61.zip |
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-- | ChangeLog | 17 |
1 files changed, 15 insertions, 2 deletions
@@ -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> |