diff options
author | Roland McGrath <roland@gnu.org> | 1996-07-31 09:45:04 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-07-31 09:45:04 +0000 |
commit | 033badd4fa8b32d9592aeef68c3f3ee7be27d19e (patch) | |
tree | 7ab022e2eece56c8d193b43bdc29cc2343b414f2 /ChangeLog | |
parent | d0320d682a2a6f8b5b3a566d808d4864e2efb632 (diff) | |
download | glibc-033badd4fa8b32d9592aeef68c3f3ee7be27d19e.tar.gz glibc-033badd4fa8b32d9592aeef68c3f3ee7be27d19e.tar.xz glibc-033badd4fa8b32d9592aeef68c3f3ee7be27d19e.zip |
Mon Jul 29 20:33:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* sysdeps/unix/sysv/linux/netinet/in.h (ntohl, ntohs, htonl, htons) [__BIG_ENDIAN]: #undef them before defining to avoid redefinition warning. Mon Jul 29 20:28:27 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * time/time.h: Don't optimize tzset() to __tzset() which bypasses the __tzset_lock. Tue Jul 30 15:14:50 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> * sunrpc/rpc/pmap_clnt.h: Fix botched patch for multiple inclusion protection. Tue Jul 30 02:48:28 1996 Ulrich Drepper <drepper@cygnus.com> * locale/loadlocale.c (_nl_load_locale): Change cast to `size_t' to be 64-bit clean. Reported by Richard Henderson <rth@tamu.edu>. Tue Jul 30 15:04:50 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> * locale/programs/ld-collate.c (collate_output): Fix typo reported by David Miller. Tue Jul 30 13:23:13 1996 Ulrich Drepper <drepper@cygnus.com> * locale/setlocale.c (setlocale): Don't try to free C locale data. Reported by Matthias Urlichs.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 864e2df47f..95c3d890ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,36 @@ +Mon Jul 29 20:33:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> + + * sysdeps/unix/sysv/linux/netinet/in.h (ntohl, ntohs, htonl, + htons) [__BIG_ENDIAN]: #undef them before defining to avoid + redefinition warning. + +Mon Jul 29 20:28:27 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> + + * time/time.h: Don't optimize tzset() to __tzset() which bypasses + the __tzset_lock. + +Tue Jul 30 15:14:50 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> + + * sunrpc/rpc/pmap_clnt.h: Fix botched patch for multiple inclusion + protection. + +Tue Jul 30 02:48:28 1996 Ulrich Drepper <drepper@cygnus.com> + + * locale/loadlocale.c (_nl_load_locale): Change cast to `size_t' + to be 64-bit clean. + Reported by Richard Henderson <rth@tamu.edu>. + +Tue Jul 30 15:04:50 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> + + * locale/programs/ld-collate.c (collate_output): Fix typo reported by + David Miller. + +Tue Jul 30 13:23:13 1996 Ulrich Drepper <drepper@cygnus.com> + + * locale/setlocale.c (setlocale): Don't try to free C locale + data. + Reported by Matthias Urlichs. + Tue Jul 30 14:35:17 1996 Miles Bader <miles@gnu.ai.mit.edu> * sysdeps/mach/hurd/dl-sysdep.c (__open): Use open_file. |