Keith Marshall
|
98ac2593b0
|
Correct hexadecimal formatting of double and long double values.
|
2011-01-07 22:57:00 +00:00 |
Keith Marshall
|
e97ad66a84
|
Make MinGW printf() "%p" format compatible with MSVCRT scanf().
|
2009-09-29 20:43:50 +00:00 |
Keith Marshall
|
0c27cfc9b0
|
Correct disposition of wchar_t output in printf().
|
2009-07-29 07:22:51 +00:00 |
Chris Sutcliffe
|
d826cbf322
|
2009-07-27 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* mingwex/stdio/pformat.c: Implement better fix for type punned warning.
|
2009-07-28 01:28:22 +00:00 |
Chris Sutcliffe
|
4f615d3ffe
|
2009-07-12 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* mingwex/stdio/pformat.c: Fix compiler warnings with GCC 4.4.0.
|
2009-07-12 23:02:10 +00:00 |
Keith Marshall
|
762cf3ee22
|
Correct mishandling of invalid characters in printf() format specs.
|
2008-12-31 15:34:09 +00:00 |
Keith Marshall
|
87ab6bfb62
|
Fix MinGW-Bug [2136252]: Remove extraneous radix point in printf( "%.0f", v ) for v < 0.5
|
2008-10-18 14:33:48 +00:00 |
Keith Marshall
|
05a6cb1bb2
|
Avoid access violations, passing NULL to printf( "...%s..." ).
|
2008-08-27 20:23:42 +00:00 |
Keith Marshall
|
f2cb69fd8e
|
Replace __mingw_snprintf() with new generic family implementation; likewise, replace __mingw_vsnprintf().
|
2008-07-28 23:24:20 +00:00 |