summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-03-06 04:58:33 +0000
committerUlrich Drepper <drepper@redhat.com>1997-03-06 04:58:33 +0000
commit3a1db3bf886cc18a08dc0fb2a0f51702c19c0627 (patch)
tree4355269eb5c99efa459c7845e6261d5d12b02c0e
parent0b7f4318c029a60b34b17a87d7dafe4838cee0d2 (diff)
.
-rw-r--r--ChangeLog88
1 files changed, 88 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 73c8b77112..e3b6b1594b 100644
--- 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 ')'.