migrate substitution keywords to SVN
[reactos.git] / reactos / ntoskrnl / rtl / sprintf.c
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
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-12-30 Aleksey BraginContinue of MSVC-compiling changes....
2003-12-14 Hartmut Birr- Replaced ctype.h with internal\ctype.h.
2003-09-02 Hartmut Birr- Don't put the digits strings on the stack.
2003-07-11 Royce Mitchell IIIfinished applying @implemented and @unimplemented comme...
2002-09-13 Hartmut BirrReduced some overhead for strings.
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...
2002-02-26 Phillip SusiFixed _vsnprintf() to actually use the buffer size...
2002-02-18 Hartmut BirrFixed some overruns with a not zero terminated string...
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