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)
commit9d16df3df3f9c645c824373c2f84f05aaa2da8fe
tree13221dc665ecbf73ce89b77c90268a106a78179d
parent0258122757adf3eeababf534a49ec22cb830bd4a
Replace __mingw_snprintf() with new generic family implementation; likewise, replace __mingw_vsnprintf().
winsup/mingw/ChangeLog
winsup/mingw/mingwex/Makefile.in [new file with mode: 0644]
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]