aboutsummaryrefslogtreecommitdiff
path: root/newlib/ChangeLog
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2002-08-28 17:58:44 +0000
committerJeff Johnston <jjohnstn@redhat.com>2002-08-28 17:58:44 +0000
commitd82a94ace47998b92445fd73025ff4530b82a8b5 (patch)
tree2a2698246c3f06798ad830aa79a9e7e68d95e57f /newlib/ChangeLog
parent78dd8bdd127522b7d503b2acc9271079a2462926 (diff)
downloadnewlib-d82a94ace47998b92445fd73025ff4530b82a8b5.zip
newlib-d82a94ace47998b92445fd73025ff4530b82a8b5.tar.gz
newlib-d82a94ace47998b92445fd73025ff4530b82a8b5.tar.bz2
2002-08-28 Jeff Johnston <jjohnstn@redhat.com>
* libc/stdlib/wmemchr.c: Explicitly include <_ansi.h>. * libc/stdlib/wmemcmp.c: Ditto. * libc/stdlib/wmemcpy.c: Ditto. * libc/stdlib/wmemmove.c: Ditto. * libc/stdlib/wmemset.c: Ditto.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 01288e2..ad1ca6f 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,11 @@
+2002-08-28 Jeff Johnston <jjohnstn@redhat.com>
+
+ * libc/stdlib/wmemchr.c: Explicitly include <_ansi.h>.
+ * libc/stdlib/wmemcmp.c: Ditto.
+ * libc/stdlib/wmemcpy.c: Ditto.
+ * libc/stdlib/wmemmove.c: Ditto.
+ * libc/stdlib/wmemset.c: Ditto.
+
2002-08-27 Egor Duda <deo@logos-m.ru>
* libc/stdlib/wmemchr.c: New file.