aboutsummaryrefslogtreecommitdiff
path: root/newlib/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 51e9c1d..0bc78ed 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,9 @@
+2005-03-21 Nicholas Wourms <nwourms@netscape.net>
+
+ * libc/stdio/vfprintf.c: Move newlib.h before _WANT_IO_POS_ARGS test,
+ since _WANT_IO_POS_ARGS is now defined in there. Remove duplicate
+ reent.h include.
+
2005-03-18 Hans-Peter Nilsson <hp@axis.com>
Corinna Vinschen <corinna@vinschen.de>