OSDN Git Service

Replace __mingw_snprintf() with new generic family implementation; likewise, replace...
authorkeithmarshall <keithmarshall>
Mon, 28 Jul 2008 23:24:20 +0000 (23:24 +0000)
committerkeithmarshall <keithmarshall>
Mon, 28 Jul 2008 23:24:20 +0000 (23:24 +0000)
commit8cb3e6b7b6d77e42975d9d40c27823bef4c500cf
tree7df438f2eb7d97d0f544e4c5076d732a3fdf9e17
parentc52c04798c2192821a4224d2534dc56d627359f4
Replace __mingw_snprintf() with new generic family implementation; likewise, replace __mingw_vsnprintf().
winsup/mingw/ChangeLog
winsup/mingw/mingwex/Makefile.in
winsup/mingw/mingwex/gdtoa/mingw_snprintf.c [deleted file]
winsup/mingw/mingwex/stdio/pformat.c [new file with mode: 0644]
winsup/mingw/mingwex/stdio/pformat.h [new file with mode: 0644]
winsup/mingw/mingwex/stdio/snprintf.c [new file with mode: 0644]
winsup/mingw/mingwex/stdio/vsnprintf.c [new file with mode: 0644]