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>2005-10-12 03:59:32 +0400
committerJeff Johnston <jjohnstn@redhat.com>2005-10-12 03:59:32 +0400
commit339195bf127d273d8acc8a1e6eacc0261c3056f8 (patch)
tree7fa79809f99f36a7d7c698922704d7f79ef85d74 /newlib/ChangeLog
parentda71e51811022b21354b3d833191c4eeba5b43a7 (diff)
2005-10-11 Shaun Jackman <sjackman@gmail.com>
* libc/include/stdio.h (dprintf): New declaration. (vdprintf): Ditto. * libc/stdio/Makefile.am (GENERAL_SOURCES): Add dprintf.c and vdprintf.c. * libc/stdio/Makefile.in: Regenerate. * libc/stdio/dprintf.c: New file. * libc/stdio/vdprintf.c: New file. * libc/stdio/stdio.tex (dprintf): New entry.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 05e9a0092..a66b2dfab 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,14 @@
+2005-10-11 Shaun Jackman <sjackman@gmail.com>
+
+ * libc/include/stdio.h (dprintf): New declaration.
+ (vdprintf): Ditto.
+ * libc/stdio/Makefile.am (GENERAL_SOURCES): Add dprintf.c
+ and vdprintf.c.
+ * libc/stdio/Makefile.in: Regenerate.
+ * libc/stdio/dprintf.c: New file.
+ * libc/stdio/vdprintf.c: New file.
+ * libc/stdio/stdio.tex (dprintf): New entry.
+
2005-10-11 David Weatherford <weath@tensilica.com>
* libc/stdio/vfprintf.c (_VFPRINTF_R): Recognize 'F' format.