From: Ulrich Drepper Date: Wed, 21 May 1997 00:08:19 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/libc-2_0_4~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08ed35942077d78e3d353d7481de0c92384cc582;p=thirdparty%2Fglibc.git Update. --- diff --git a/ChangeLog b/ChangeLog index 4f95d9a938b..c49a54b841c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,58 @@ +1997-05-21 01:52 Ulrich Drepper + + * locale/Makefile (CPPFLAGS): Add definition for LOCALE_ALIAS_PATH. + + * malloc/obstack.c: Include . Include only + if __GNU_LIBRARY__ or HAVE_STDLIB_H is defined. + Reported by Ian Taylor . + + * manual/errno.texi: Remove ENOMEDIUM and EMEDIUMTYPE errors. + + * po/de.po: Updated. + + * stdlib/seed48_r.c: Also reset `a' and `c' to default values. + + * sysdeps/unix/sysv/linux/shmdt.c: Add cast in call to __ipc. + +1997-05-15 13:14 Miles Bader + + Changes by Thomas Bushnell : + * hurd/hurdauth.c (_S_msg_add_auth): Implement correctly. + +1997-05-12 14:50 Thomas Bushnell, n/BSG + + * hurd/hurdsig.c (_hurdsig_init): Double size of sigthread stack; + msg_add_auth was overflowing it. + +1997-05-12 02:28 Ulrich Drepper + + * time/sys/time.h: Make second argument of setitimer const. + Patch by Michael Deutschmann . + * sysdeps/stub/setitimer.c: Likewise. + * sysdeps/mach/hurd/setitimer.c: Likewise. + +1997-05-12 21:20 Richard Henderson + + * elf/dl-lookup.c (_dl_lookup_symbol_skip): Call _dl_signal_error + when we can't find the symbol. + +1997-05-12 16:54 Ulrich Drepper + + * posix/regex.c: Fix handling of 32-bit Windog environments. + Patch by Arnold Robbins . + +1997-05-10 23:26 Andreas Schwab + + * sysdeps/unix/sysv/linux/m68k/syscalls.list: Add cacheflush. + +1997-05-08 07:53 H.J. Lu + + * sysdeps/unix/sysv/linux/poll.c: Save errno. + +1997-05-08 16:44 Ulrich Drepper + + * sysdeps/unix/sysv/linux/syscalls.list: Add nfsservctl. + 1997-05-07 20:27 H.J. Lu * sys/ttydefaults.h: Removed. @@ -12,11 +67,59 @@ * sysdeps/unix/sysv/linux/sys/ttydefaults.h: New file; use XTABS in TTYDEF_OFLAG (which is correct for all existing Linux ports). +1997-05-07 16:31 Ulrich Drepper + + * posix/TESTS: Add some more tests for character class matching. + * posix/regex.c: Merge with GNU awk version. + (regex_compile): Use ISO C/amend 1 functions for character class + handling. + * posix/regex.h: Merge with GNU awk version. + + * posix/getopt.c: Declare as master copies. + * posix/getopt1.c: Likewise. + * posix/getopt.h: Likewise. + + * sysdeps/unix/sysv/linux/sys/mount.h: Add definitions for option + value to mount functions. + Patch by a sun . + +1997-05-06 13:25 H.J. Lu + + * sunrpc/svc_run.c (svc_exit): New, defined. + (svc_run): Test for svc_stop variable. + * sunrpc/rpc/svc.h (svc_exit): New, declared. + +1997-05-03 22:24 Andreas Schwab + + * sysdeps/libm-ieee754/e_acoshl.c: Fix test for x < 1. + + * sysdeps/libm-ieee754/e_atan2l.c: Ignore integer bit for Inf and + NaN. Fix test for sign of infinite y. + + * sysdeps/libm-ieee754/e_atanhl.c: Fix sign of result. + + * sysdeps/libm-ieee754/e_sinhl.c: Fix test for sign of argument. + 1997-05-05 14:22 Thomas Bushnell, n/BSG * hurd/hurdsig.c (_hurdsig_preemptors): Provide initialization. * hurd/hurdfault.c (_hurdsig_fault_preemptor): Likewise. +1997-05-01 03:13 Ulrich Drepper + + * sysdeps/unix/sysv/linux/shmat.c (shmat): For Linux-2.0 and up the + kernel can return negative values. Only fail when return value is + in range in range which is never returned as valid address. + Patch by Bruno Haible . + +1997-04-30 17:35 Ulrich Drepper + + * stdlib/random_r.c (__srandom_r): Don't use seed 0. Use 1 in this + case. + + * time/strftime.c (add): Respect `0' padding flag. + Reported by Richard Stallman . + 1997-05-01 20:02 Richard Henderson * sysdeps/unix/sysv/linux/alpha/brk.S: Don't presume that the kernel @@ -38,6 +141,11 @@ * sysdeps/libm-i387/e_pow.S: Likewise. * sysdeps/libm-i387/e_powl.S: Likewise. +1997-04-27 20:52 Andreas Schwab + + * malloc/obstack.h (obstack_specify_allocation_with_arg, + obstack_chunkfun, obstack_freefun): Fix casts. + 1997-04-26 13:37 Ulrich Drepper * sysdeps/unix/sysv/linux/netinet/ip_fw.h: Use @@ -46,6 +154,23 @@ * sysdeps/generic/netinet/tcp.h: ...here. Reported by Michael Deutschmann . +1997-04-25 12:31 Ulrich Drepper + + * csu/Makefile ($(objpfx)initfini.s): Add CPPFLAGS, CFLAGS and -g0 + to command line of compiler. + Patch by Marcus G. Daniels . + + * sysdeps/generic/sigset.h (__sigandset, __sigorset): Fix typos. + Patch by Marcus G. Daniels . + + * signal/signal.h (_sys_siglist, sys_siglist): Use _NSIG, not NSIG + in declaration. + Patch by Michael Widenius . + + * time/strptime.c (strptime_internal): Fix %I format specifier + being off by one. + Patch by Mark Kettenis . + 1997-04-21 16:28 Ulrich Drepper * Net release 2.0.3.