diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2003-11-19 17:07:36 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2003-11-19 17:07:36 +0000 |
commit | 64cfc6f213541f0e9e8e57011af8a56aca8c8216 (patch) | |
tree | 873363d0a9f57cbbd61954467371b1f58ded81ba /newlib/ChangeLog | |
parent | e1dc8171aeca3fc75b473952b5054c6d5b35167a (diff) | |
download | newlib-64cfc6f213541f0e9e8e57011af8a56aca8c8216.zip newlib-64cfc6f213541f0e9e8e57011af8a56aca8c8216.tar.gz newlib-64cfc6f213541f0e9e8e57011af8a56aca8c8216.tar.bz2 |
2003-11-19 Nicholas Wourms <nwourms@netscape.net>
* configure.host: Enable positional arguments for printf
family for Cygwin.
* libc/stdio/vfprintf.c (_VFPRINTF_R): Remove extraneous
pointer reference for quad_ptr_t.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 2de9108..5f13b8e 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,10 @@ +2003-11-19 Nicholas Wourms <nwourms@netscape.net> + + * configure.host: Enable positional arguments for printf + family for Cygwin. + * libc/stdio/vfprintf.c (_VFPRINTF_R): Remove extraneous + pointer reference for quad_ptr_t. + 2003-11-19 Jeff Johnston <jjohnstn@redhat.com> * libc/stdio/scanf.c: Don't include local.h more than once. |