Properly implement DllCanUnloadNow ref counting.
[wine] / dlls / msvcrt / file.c
2004-12-07  Juan LangFlush file in fputc when character is '\n'.
2004-12-06  Juan LangSet st_mode bits in _fstati64.
2004-11-03  Tony LambregtsFix up init_fp test for freopen.
2004-10-14  Hans LeidekkerPrefix _fsopen with MSVCRT_ to avoid collision with...
2004-09-08  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-09-03  Eric Pouech- msvcrt: the file descriptors are now inherited betwee...
2004-06-25  Dimitrie O. PaunSplit the MSVCRT implementation headers from the public...
2004-05-27  Uwe BonnesFixed typo.
2004-05-13  Alexandre JulliardFixed copy/paste bug in previous change.
2004-05-12  Eric Pouech- rewrote the file code so that streams manage low...
2004-03-16  Hans Leidekker- Prefix many more functions, types, structs, etc....
2004-02-19  Alexandre JulliardFixed varargs handling in the scanf functions (spotted...
2004-02-09  Alfons HoogervorstFix infinite loop in _flushall.
2004-01-13  Alexandre JulliardImplemented the remaining 64-bit file functions, and...
2004-01-06  Francois GougetAssorted spelling fixes.
2003-10-31  Ulrich CzekallaDuplicate stdin/stdout handles to avoid closing them...
2003-10-24  Pavel RoskinMake MSVCRT__sopen() complain louder about unknown...
2003-10-24  Pavel RoskinMSVCRT_tmpnam(): complete rewrite. Use the same names...
2003-10-16  Rolf KalbermatterUse INVALID_FILE_ATTRIBUTES to test for failure of
2003-10-15  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-10-07  Uwe Bonnesfget(w)s(): Don't drop characters when buffer is not...
2003-10-07  Uwe Bonnes_write(): Don't fragment WriteFile() for TEXT mode...
2003-10-07  Uwe Bonnes_read(): In _O_TEXT mode make Readfile calls in chunks...
2003-09-27  Alexandre Julliard_tempnam and _wtempnam should not create the temp file...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-05-08  Adam Gundy_open_osfhandle is expected to take the absence of...
2003-04-14  Andreas MohrFix blatantly wrong SetFilePointer() calls.
2003-03-30  Adam GundyMSVCRT_fclose() mustn't use the _flag field from the...
2003-02-19  Uwe BonnesRough implementation of _O_TEXT/_O_BINARY translation...
2003-01-11  Dimitrie O. PaunCreate stubs for chsize, dup, and dup2.
2002-12-19  Alexandre JulliardUse MSVCRT_wchar_t instead of WCHAR so that the impleme...
2002-12-18  Alexandre JulliardAvoid including other headers from the msvcrt headers...
2002-12-17  Bill Curriefdopen: don't rewind the file after creating the FILE...
2002-11-25  Stefan LeichterConverted implementation of _lseek to _lseeki64, implem...
2002-11-25  Stefan LeichterConverted implementation of _stat and _fstat to _stati6...
2002-10-25  Michael StefaniucCompile the msvcrt dll with -DSTRICT.
2002-09-17  Martin WilckMSVCRT needs a public errno.h file.
2002-09-16  Martin WilckFix MoveFileEx() flags in MSVCRT rename()/_wrename().
2002-09-12  Alexandre JulliardFixed warnings caused by new winternl.h.
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-08-17  Daniel GudbjartssonCombined the implementation of all the scanf's in a...
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-07-31  Alexandre JulliardAdd MSVCRT prefix to _stat and _fstat (based on a patch...
2002-07-19  Alexandre JulliardFixed per-thread data handling.
2002-07-09  Uwe Bonnes_open_osfhandle: set at least the _IOREAD flag.
2002-07-08  Uwe BonnesMSVCRT_fread: expose feof flag.
2002-07-08  Uwe BonnesMSVCRT_fseek: should return 0 on success.
2002-07-05  Alexandre JulliardFlush stdio on exit.
2002-07-03  Gregg MattinsonCast void* to char* for pointer arithmetic.
2002-05-31  Vincent BéronRemoved trailing whitespace.
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.