diff options
author | Keith Marshall <keithmarshall@@users.sf.net> | 2007-08-25 13:49:37 +0000 |
---|---|---|
committer | Keith Marshall <keithmarshall@@users.sf.net> | 2007-08-25 13:49:37 +0000 |
commit | 01cd95204efdc980ec2a0ad6bc58b37e2ac32f76 (patch) | |
tree | bf9a0f16686d5b842434e1884902e6a107fe05d0 /winsup/mingw/ChangeLog | |
parent | 80bed8e0a40b0a42a4102abf0a38d1c49e38b7bb (diff) | |
download | newlib-01cd95204efdc980ec2a0ad6bc58b37e2ac32f76.zip newlib-01cd95204efdc980ec2a0ad6bc58b37e2ac32f76.tar.gz newlib-01cd95204efdc980ec2a0ad6bc58b37e2ac32f76.tar.bz2 |
Make snprintf() and vsnprintf() conform to C99.
Diffstat (limited to 'winsup/mingw/ChangeLog')
-rw-r--r-- | winsup/mingw/ChangeLog | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog index 1071dc7..407431a 100644 --- a/winsup/mingw/ChangeLog +++ b/winsup/mingw/ChangeLog @@ -1,4 +1,21 @@ -2007-03-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net> +2007-08-25 Keith Marshall <keithmarshall@users.sourceforge.net> + + Make snprintf() and vsnprintf() conform to C99. + + * include/stdio.h: Add note about incompatibility between... + (snprintf, vsnprintf): These two mingwex functions, and... + (_snprintf, _vsnprintf): these MSVCRT counterparts. + + * mingwex/Makefile.in (STDIO_OBJS): Remove snprintf.o and vsnprintf.o + (STDIO_DISTFILES): Remove snprintf.c and vsnprintf.c + + * mingwex/stdio/snprintf.c: Delete. + * mingwex/stdio/vsnprintf.c: Delete. + + * mingwex/gdtoa/mingw_snprintf.c (snprintf): Alias to __mingw_snprintf + (vsnprintf): Alias to __mingw_vsnprintf. + +2007-07-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net> * include/_mingw.h: Increment version to 3.13. * Makefile.in: Reset CYGRELEASE to 1 |