msvcrt/tests: When compiling with Visual C++ 2005, one must define _CRT_NON_CONFORMIN...
[wine] / dlls / msvcrt / file.c
2002-05-19  Francois GougetImplemented _getws.
2002-04-29  Patrik StridvallFixed some issues found by winapi_check.
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-03-27  Andriy Palamarchukfwrite: fixed handling of already buffered data.
2002-03-21  Andriy PalamarchukAdded check to fwrite for size == 0.
2002-03-20  Bill MedlandConnect the msvcrt file byte locking up to ntdll.
2002-03-11  Waldek HebischImplemented stdio buffering and ungetc. Misc stdio...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-21  Peter HunnisettAdd _lock,_unlock and header file for them.
2002-02-08  C. Scott AnanianFilled out the implementation of fscanf and _cscanf.
2002-01-29  Dimitrie O. PaunMake FIXMEs more grep-able.
2002-01-22  Alexandre JulliardDon't include debugtools.h in the header file, moved...
2002-01-14  Uwe Bonnes_stat: Better test for drive letter.
2001-12-26  Dmitry TimoshkovFix definition of BY_HANDLE_FILE_INFORMATION structure.
2001-10-15  Francois GougetThe _IOXXX macros conflict with system headers on Solar...
2001-09-26  Francois GougetRenamed W_OK to MSVCRT_W_OK.
2001-07-23  Marcus MeissnerPass handle to GetFileType, not MSVCRT fd.
2001-07-10  Peter HunnisettCreateFile should be called with security attributes...
2001-05-31  Francois Gougetfclose should return EOF (-1) if an error condition...
2001-05-09  Francois GougetAdd '\n' at the end of traces.
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-03-19  Eric KohlAdded stub for _setjmp3().
2001-01-22  Jon Griffiths- New msvcrt unicode functions, winapi_check/-Wall...
2001-01-10  Jon Griffiths- Migrate CRTDLL to MSVCRT.