Added LGPL standard comment, and copyright notices where necessary.
[wine] / dlls / msvcrt / file.c
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.