From: Ulrich Drepper Date: Sat, 19 Apr 1997 15:20:00 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/libc-2_0_4~101 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9b2307456226cd1c33eb1ddd8486c1b44cf2c51;p=thirdparty%2Fglibc.git Update. --- diff --git a/ChangeLog b/ChangeLog index 98af6450c65..611530908ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,32 @@ +1997-04-19 17:12 Ulrich Drepper + + * Make-dist: Don't automatically ignore .c files os .S or .s files + are ignored. + + * csu/Makefile (distribute): Add defs.awk. + +1997-04-19 15:39 Ulrich Drepper + + * sysdeps/stub/shmat.c: Update to XPG4.2 interface. + * sysdeps/stub/shmdt.c: Likewise. + Reported by Thomas Bushnell, n/BSG. + +1997-04-18 15:48 Ulrich Drepper + + * sysdeps/unix/sysv/linux/Dist: Rename + sysdeps/sysv/linux/netatalk/atalk.h to .../at.h. + Remove sysdeps/sysv/linux/netinet/icmp.h. + + * login/utmp.h: Add prototype for updwtmp. + * login/logwtmp.c: Add new function updwtmp which allows to write + a complete record to the wtmp file. + Patch by Miquel van Smoorenburg . + +1997-04-18 11:21 Ulrich Drepper + + * shadow/fgetspent_r.c: Set *RESULT to NULL before returning error. + Patch by Thorsten Kukuk . + 1997-04-18 02:18 Ulrich Drepper * csu/initfini.c: Rewrite by Zack Weinberg