Added a test case for %0f and %.0f.
[wine] / dlls / msvcrt / thread.c
2004-06-25  Dimitrie O. PaunSplit the MSVCRT implementation headers from the public...
2002-10-25  Michael StefaniucCompile the msvcrt dll with -DSTRICT.
2002-07-20  Alexandre JulliardAdded definition of msvcrt internal error codes.
2002-07-19  Alexandre JulliardFixed per-thread data handling.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-22  Alexandre JulliardDon't include debugtools.h in the header file, moved...
2001-10-08  Francois Gouget_beginthread: Don't store the trampoline on the stack.
2001-06-19  Patrik Stridvall- Added, cleaned up and/or documentated _{begin,end...
2001-04-10  Francois GougetInclude the msvcrt headers, remove duplicate definitions.
2001-04-10  Francois GougetAdjust the 'MSVCRT_' prefix to match the msvcrt headers
2001-01-22  Jon Griffiths- New msvcrt unicode functions, winapi_check/-Wall...
2001-01-10  Jon Griffiths- Migrate CRTDLL to MSVCRT.