diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2003-11-06 00:50:57 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2003-11-06 00:50:57 +0000 |
commit | d2ffac097dae3aecc900ba5b7ad5f14d57a73fe0 (patch) | |
tree | c2a686708e1da50d5caaa7127adf7c69fade7576 /newlib/ChangeLog | |
parent | da2d12279bf5c0a9fad1b3b6598a24b090e3d6c6 (diff) | |
download | newlib-d2ffac097dae3aecc900ba5b7ad5f14d57a73fe0.zip newlib-d2ffac097dae3aecc900ba5b7ad5f14d57a73fe0.tar.gz newlib-d2ffac097dae3aecc900ba5b7ad5f14d57a73fe0.tar.bz2 |
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/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index e3708f2..2f1672e 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. |