summaryrefslogtreecommitdiffstats
path: root/newlib/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index e6a46ad93..0fee8d0ac 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,13 @@
+2005-05-12 Jeff Johnston <jjohnstn@redhat.com>
+
+ * libc/sys/linux/getpwuid.c: Removed.
+ * libc/sys/linux/getpwnam.c: Removed.
+ * libc/sys/linux/getpwent.c: New file containing logic
+ from files removed above. This allows overriding of file
+ in libc/unix.
+ * libc/sys/linux/Makefile.am: Support changes above.
+ * libc/sys/linux/Makefile.in: Regenerated.
+
2005-04-28 Jeff Johnston <jjohnstn@redhat.com>
* libc/stdio/vfscanf.c (__svfscanf_r): Fix code thinko