summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-04-19 15:20:00 +0000
committerUlrich Drepper <drepper@redhat.com>1997-04-19 15:20:00 +0000
commitb9b2307456226cd1c33eb1ddd8486c1b44cf2c51 (patch)
treedd079931192409a8dd1b4d10b1d009ea8623c17f /ChangeLog
parentfdd1a62962d01cf26e9ccc0ab1b929fa796bacee (diff)
Update.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog29
1 files changed, 29 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 98af6450c6..611530908e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,32 @@
+1997-04-19 17:12 Ulrich Drepper <drepper@cygnus.com>
+
+ * 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 <drepper@cygnus.com>
+
+ * 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 <drepper@cygnus.com>
+
+ * 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 <miquels@cistron.nl>.
+
+1997-04-18 11:21 Ulrich Drepper <drepper@cygnus.com>
+
+ * shadow/fgetspent_r.c: Set *RESULT to NULL before returning error.
+ Patch by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>.
+
1997-04-18 02:18 Ulrich Drepper <drepper@cygnus.com>
* csu/initfini.c: Rewrite by Zack Weinberg