]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
.
authorUlrich Drepper <drepper@redhat.com>
Thu, 6 Mar 1997 04:58:33 +0000 (04:58 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 6 Mar 1997 04:58:33 +0000 (04:58 +0000)
ChangeLog

index 73c8b77112cfe652cb109bbeb563834e845b07e3..e3b6b1594bb645f08c35c6c9372fcfe78d1a0bc8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,91 @@
+1997-03-06 05:55  David Engel  <david@sw.ods.com>
+
+       * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Also
+       recognize cache entries with flag == 3.
+
+1997-03-05 23:14  Ulrich Drepper  <drepper@cygnus.com>
+
+       * time/antarctica: Update from tzdata1997c.
+       * time/asia: Likewise.
+       * time/zone.tab: Likewise.
+
+1997-03-05 03:59  Ulrich Drepper  <drepper@cygnus.com>
+
+       * inet/rcmd.c (__ivaliduser): Don't use getline, but __getline
+       instead to avoid namespace problems.
+       Reported by David Mosberger-Tang <davidm@AZStarNet.COM>.
+
+1997-03-04 04:31  Ulrich Drepper  <drepper@cygnus.com>
+
+       * sysdeps/unix/sysv/linux/poll.c: Implement poll function by
+       falling back to select-based implementation if syscall isn't
+       available.
+       * sysdeps/unix/sysv/linux/syscalls.list: Add s_poll.
+
+       * time/leapseconds: Update from tzdata1997b.
+       * time/zic.c: Update from tzcode1997b.
+
+1997-03-01 15:08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * time/Makefile $(tzfiles:%=$(objpfx)z.%): Remove unneeded
+       depedencies between installed $(tzlinks) and $(tzbases) files.
+
+1997-02-28 03:27  Ulrich Drepper  <drepper@cygnus.com>
+
+       * stdlib/strtod.c (STRTOF): Make sure return value is large enough
+       so that clearing second word is necessary.
+
+       * sysdeps/unix/sysv/linux/netinet/in_systm.h: Don't use kernel
+       header since it is wrong for 64 bit systems.
+       Patch by a sun <asun@zoology.washington.edu>.
+
+1997-02-27 10:34:11  Richard Henderson  <rth@tamu.edu>
+
+       * sysdeps/unix/sysv/linux/alpha/brk.S: Support both the Linux/i386
+       and OSF/1 style brk syscalls.  We may want to change Linux/Alpha
+       for the benefit of running foreign binaries.
+
+1997-02-27 05:12  Ulrich Drepper  <drepper@cygnus.com>
+
+       * manual/Makefile: Add rules to run and distribute xtract-typefun.
+       * manual/xtract-typefun.awk: New file.  Script to extract function,
+       variable, macro anchor to put into the `dir' file.
+
+       * sysdeps/libm-i387/e_acoshl.c: Clear upper half of word containing
+       exponent before comparing.
+
+1997-02-27 01:13  Ulrich Drepper  <drepper@cygnus.com>
+
+       * sysdeps/generic/netinet/in.h (htonl, htons, ntohl, ntohs): Change
+       prototypes to use types with explicit width.  `unsigned long' is
+       different on 64 bit systems.
+       * sysdeps/unix/sysv/linux/netinet/in.h: Likewise.
+       * sysdeps/generic/htonl.c: Likewise.
+       * sysdeps/generic/htons.c: Likewise.
+       * sysdeps/generic/ntohl.c: Likewise.
+       * sysdeps/generic/ntohs.c: Likewise.
+       Suggested by a sun <asun@zoology.washington.edu>.
+
+1997-02-02 19:53  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * misc/getpass.c: Don't disable canonical input.
+       Reverted patch of Mon Jan  6 01:35:29 1997.
+
+1996-12-14 22:07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * libio/libioP.h (_IO_finish_t): Take additional parameter, to
+       match the hidden __in_chrg parameter of the destructor.
+       (_IO_FINISH): Pass zero for it.
+       * libio/genops.c (_IO_default_finish): Add second parameter, which
+       is ignored.
+       * libio/memstream.c (_IO_mem_finish): Likewise.
+       * libio/fileops.c (_IO_file_finish): Likewise.
+       * libio/strops.c (_IO_str_finish): Likewise.  All callers changed.
+
+1997-02-27 00:23  H.J. Lu  <hjl@lucon.org>
+
+       * time/Makefile: Avoid using patterns in dependencies.
+
 1997-02-26 03:28  Ulrich Drepper  <drepper@cygnus.com>
 
        * shadow/sgetspent_r.c (LINE_PARSER): Add missing ')'.