Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2002-08-28 01:20:10 +0400
committerJeff Johnston <jjohnstn@redhat.com>2002-08-28 01:20:10 +0400
commit7d08241b68428bba98089eb841cef8eddd87f27b (patch)
tree55ed9328010779bb79f48cdcda41c40216a2d421 /newlib/ChangeLog
parentff2bf8523ba2d3db2fca8e9e2f8be1e4752fa57b (diff)
2002-08-27 Egor Duda <deo@logos-m.ru>
* libc/stdlib/wmemchr.c: New file. * libc/stdlib/wmemcmp.c: Ditto. * libc/stdlib/wmemcpy.c: Ditto. * libc/stdlib/wmemmove.c: Ditto. * libc/stdlib/wmemset.c: Ditto. * libc/stdlib/Makefile.am (GENERAL_SOURCES): Add new files. * configure.host: Default -DMB_CAPABLE for cygwin. * libc/include/wchar.h: Declare wmemchr(), wmemcmp(), wmemcpy(), wmemmove() and wmemset(). Add include of <_ansi.h>. * libc/stdlib/Makefile.in: Regenerate.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index cca7148e4..01288e286 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,16 @@
+2002-08-27 Egor Duda <deo@logos-m.ru>
+
+ * libc/stdlib/wmemchr.c: New file.
+ * libc/stdlib/wmemcmp.c: Ditto.
+ * libc/stdlib/wmemcpy.c: Ditto.
+ * libc/stdlib/wmemmove.c: Ditto.
+ * libc/stdlib/wmemset.c: Ditto.
+ * libc/stdlib/Makefile.am (GENERAL_SOURCES): Add new files.
+ * configure.host: Default -DMB_CAPABLE for cygwin.
+ * libc/include/wchar.h: Declare wmemchr(), wmemcmp(), wmemcpy(),
+ wmemmove() and wmemset(). Add include of <_ansi.h>.
+ * libc/stdlib/Makefile.in: Regenerate.
+
2002-08-27 Jeff Johnston <jjohnstn@redhat.com>
* configure.host: Remove _ELIX_LEVEL flag setting.