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>2003-10-23 22:07:13 +0400
committerJeff Johnston <jjohnstn@redhat.com>2003-10-23 22:07:13 +0400
commit4340b63bc1e20c0311f7a723b8c3ee3b1760a60a (patch)
tree850fb7887a946302c4af37593d9732788dcc5038 /newlib/ChangeLog
parent34dd9dbc047a6aa8547d1c6c2f04154d272ee76f (diff)
2003-10-23 Artem B. Bityuckiy <mail_lists@mail.ru>
* libc/string/wcsnlen.c: New file. * libc/include/wchar.h: Add wcsnlen prototype. * libc/string/Makefile.am: Add wcsnlen support. * libc/string/Makefile.in: Regenerated. * libc/string/wcstrings.tex: Add wcsnlen documentation.
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 0af6c34a6..a579e43d7 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,11 @@
+2003-10-23 Artem B. Bityuckiy <mail_lists@mail.ru>
+
+ * libc/string/wcsnlen.c: New file.
+ * libc/include/wchar.h: Add wcsnlen prototype.
+ * libc/string/Makefile.am: Add wcsnlen support.
+ * libc/string/Makefile.in: Regenerated.
+ * libc/string/wcstrings.tex: Add wcsnlen documentation.
+
2003-10-22 Richard Sandiford <rsandifo@redhat.com>
* libc/stdlib/exit.c (exit): Handle null _GLOBAL_REENT->_atexits.