From: Ulrich Drepper Date: Fri, 2 May 1997 01:15:24 +0000 (+0000) Subject: . X-Git-Tag: cvs/libc-2_0_4~94 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba8c210b3e790f70f31da17f48d6ccd9d44eb954;p=thirdparty%2Fglibc.git . --- diff --git a/ChangeLog b/ChangeLog index c6059a025d9..76d3fc0422b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,32 @@ +1997-05-01 20:02 Richard Henderson + + * sysdeps/unix/sysv/linux/alpha/brk.S: Don't presume that the kernel + will preserve non-call-saved registers; save and restore a0 across + the system call. + * sysdeps/unix/sysv/linux/alpha/clone.S: Likewise tuck the thread + data onto the new thread's stack. + +1997-04-29 21:06 Ulrich Drepper + + * Makeconfig: Don't set cross-compiling based on $(BUILD_CC) != $(CC). + * config.make.in: Set cross-compiling from configure result. + * configure.in: Emit definition of `cross_compiling'. + Patches by Marcus G. Daniels . + +1997-04-29 19:14 Ulrich Drepper + + * sysdeps/libm-i387/e_powf.S Generate invalid exception correctly. + * sysdeps/libm-i387/e_pow.S: Likewise. + * sysdeps/libm-i387/e_powl.S: Likewise. + +1997-04-26 13:37 Ulrich Drepper + + * sysdeps/unix/sysv/linux/netinet/ip_fw.h: Use + not . + * inet/netinet/tcp.h: Move to... + * sysdeps/generic/netinet/tcp.h: ...here. + Reported by Michael Deutschmann . + 1997-04-21 16:28 Ulrich Drepper * Net release 2.0.3. @@ -23,6 +52,7 @@ * stdlib/seed48_r.c: Also reset `a' and `c' to default values. * stdlib/srand48_r.c: Likewise. + 1997-04-20 01:28 Richard Henderson * rellns-sh: Handle files in the same directory correctly. @@ -1336,6 +1366,11 @@ * shadow/sgetspent_r.c (LINE_PARSER): Add missing ')'. +1997-02-19 02:58 Ulrich Drepper + + * locale/programs/locale.c: Check whether output of `locale -a' + really is locale directory. Also print locale aliases. + 1997-02-19 01:02 Ulrich Drepper * sysdeps/unix/mman/syscalls.list: msync takes 3 arguments.