summaryrefslogtreecommitdiffstats
path: root/winsup/mingw/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/mingw/ChangeLog')
-rw-r--r--winsup/mingw/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog
index dcc57c62a..0d6c2f677 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -1,3 +1,12 @@
+2008-08-27 Keith Marshall <keithmarshall@users.sourceforge.net>
+
+ Avoid access violations, passing NULL to printf( "...%s..." );
+ (inconsistencency with MSVCRT and glibc, reported by Colin Harrison).
+
+ * mingwex/stdio/pformat.c (__pformat_puts): Substitute "(null)"
+ for argument value, if caller passes a NULL pointer.
+ (__pformat_wcputs): Likewise, substitute L"(null)".
+
2008-08-14 Keith Marshall <keithmarshall@users.sourceforge.net>
Add missing dependencies for building libmingwex.a.