2004-08-15 Casper S. Hornstrup <chorns@users.sourceforge.net>
[reactos.git] / reactos / ntoskrnl / rtl / swprintf.c
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...
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