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-11-06 03:50:57 +0300
committerJeff Johnston <jjohnstn@redhat.com>2003-11-06 03:50:57 +0300
commitd2ffac097dae3aecc900ba5b7ad5f14d57a73fe0 (patch)
treec2a686708e1da50d5caaa7127adf7c69fade7576 /newlib/ChangeLog
parentda2d12279bf5c0a9fad1b3b6598a24b090e3d6c6 (diff)
2003-11-05 Jeff Johnston <jjohnstn@redhat.com>
Artem B. Bityuckiy <mail_lists@mail.ru> * libc/stdio/vfprintf.c (_VFPRINTF_R): Add support for %ls, %S, %lc, and %C format specifiers. (get_arg): Ditto. * libc/stdio/sprintf.c: Add documentation regarding new format specifiers added in vfprintf.c.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index e3708f280..2f1672edd 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,4 +1,13 @@
2003-11-05 Jeff Johnston <jjohnstn@redhat.com>
+ Artem B. Bityuckiy <mail_lists@mail.ru>
+
+ * libc/stdio/vfprintf.c (_VFPRINTF_R): Add support for
+ %ls, %S, %lc, and %C format specifiers.
+ (get_arg): Ditto.
+ * libc/stdio/sprintf.c: Add documentation regarding new
+ format specifiers added in vfprintf.c.
+
+2003-11-05 Jeff Johnston <jjohnstn@redhat.com>
* libc/stdlib/wcsrtombs.c (_wcsrtombs_r): Numerous fixes
to make code work as specified in standard.