migrate substitution keywords to SVN
[reactos.git] / reactos / lib / ntdll / stdio / sprintf.c
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2004-07-03 Filip Navara- Fix errors during optimized build.
2004-06-15 Hartmut Birr- Interpret the sign for qualifier 'l'.
2004-01-10 Hartmut Birr- Check first for string length and second for the...
2003-09-12 Vizzininew patch for more stubs and misc changes
2003-09-02 Hartmut Birr- Don't put the digits strings on the stack.
2003-07-11 Royce Mitchell IIIapplied @implemented and @unimplemented comments to...
2002-09-13 Hartmut BirrFixed a buffer overflow if there is given a not null...
2002-09-12 guidoPrevent buffer overflows in vsn(w)printf
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2001-07-29 Hartmut BirrFixed a bug in _vsnprintf() with formats %wZ and %Z.
2001-05-30 Eric KohlFixed potential crash when empty ANSI_STRING or UNICODE...
2001-02-19 David WelchCorrected va_arg bugs
2000-02-27 Eric KohlFixed bugs in '%wZ' string output
2000-02-21 Eric KohlChanged RtlCopyMemory() from function to macro
2000-01-14 Eric KohlAdded missing features and functions