msvcrt: symbol undecoration: Added support for a couple of more calling conventions.
[wine] / dlls / msvcrt / file.c
2007-12-24  Andrew Talbotmsvcrt: Remove unneeded cast.
2007-10-09  Dan Kegelmsvcrt: Fix ^Z handling in text mode.
2007-10-05  Dan Kegelmsvcrt: Improve CR CR LF handling.
2007-09-24  Hans Leidekkermsvcrt: Implement _wspawnv{, e, p, pe}.
2007-09-19  Tijl Coosemansmsvcrt: Resolve symbols clashes with FreeBSD libc.
2007-07-04  Michael Stefaniucmsvcrt: Remove superfluous casts of void pointers to...
2007-06-25  Michael Stefaniucmsvcrt: Do not use wide character constants.
2007-05-22  Francois Gougetmsvcrt: When operating on a closed pipe, read() should...
2007-05-15  Andrew Talbotmsvcrt: Exclude unused headers.
2007-03-12  Jan Zerebeckimsvcrt: Add DebugInfo to critical sections.
2007-02-16  Damjan Jovanovicmsvcrt: Fix fstat's handling of pipes and char devices.
2007-02-14  Damjan Jovanovicmsvcrt: Implemented stat64, wstat64 and fstat64.
2007-02-07  Alexandre Julliardmsvcrt: Implement fopen/wfopen on top of fsopen/wfsopen...
2007-01-23  Eric Pouechmsvcrt: Fix the internal flag computation for _open_osf...
2007-01-18  Francois GougetDon't put single quotes around '%s' when using the...
2006-11-06  Andrew Talbotmsvcrt: Cast-qual warnings fix.
2006-10-31  Louis. Lendersmsvcrt: Add stub for _setmaxstdio + tiny test.
2006-10-27  Duane Clarkmsvcrt: Fix fread on large buffers in ascii mode.
2006-10-18  Louis. Lendersmsvcrt: Add stub for _getmaxstdio.
2006-10-13  Markus Amslermsvcrt: Fix fread eof handling.
2006-10-13  Markus Amslermsvcrt: fread: Fill buffer on small reads.
2006-10-04  Michael Stefaniucmsvcrt: Win64 printf format warning fixes.
2006-09-26  Duane Clarkmsvcrt: fgetc needs to use unsigned parameters.
2006-09-20  Andrew Talbotmsvcrt: Cast-qual warnings fix.
2006-08-09  Duane Clarkmsvcrt: In text mode a ctrl-z signals EOF.
2006-08-09  Michael Stefaniucmsvcrt: Remove redundant NULL checks before MSVCRT_free.
2006-07-31  Duane Clarkmsvcrt: Fix fgetwc/s in binary mode.
2006-07-31  Duane Clarkmsvcrt: Remove read_i loop and fix fread.
2006-07-31  Duane Clarkmsvcrt: Fix _getw.
2006-07-31  Duane Clarkmsvcrt: Fix fread.
2006-07-31  Duane Clarkmsvcrt: Fix _read and fgetc.
2006-06-13  Alexandre Julliardmsvcrt: Explicitly specify CDECL calling convention...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-08  qingdoa daoomsvcrt: Don't duplicate handle in _get_osfhandle.
2006-04-11  Eric Pouechmsvcrt: IO init.
2006-03-27  Alexandre Julliardmsvcrt: Fix fflush() of files opened for read.
2006-02-17  Peter Beutnermsvcrt: Correctly set EOF flag in fread().
2006-02-17  Peter Beutnermsvcrt: Fix use of uninitialized variable.
2006-02-10  Uwe Bonnesmsvcrt: In _mktemp sixth generated charater always...
2006-01-24  Alexandre Julliardmsvcrt: Use the msvcrt version of printf everywhere.
2006-01-18  Sasha Slijepcevicmsvcrt: In _tempnam, if TMP is set, it has a precedence...
2005-11-16  Saulius KrasuckasFix _fcloseall() return value.
2005-10-07  Vitaliy MargolenFix initial position for files opened with O_APPEND...
2005-09-26  Francois GougetMake it clear the empty body sections are not accidental.
2005-09-02  Mike McCormackFix gcc 4.0 warnings.
2005-07-10  Felix NawothnigAllow reading 0 bytes in fread.
2005-06-25  Paul RupeMake ungetc(EOF) a no-op.
2005-05-16  Uwe BonnesCorrect return value of fsetpos.
2005-05-12   <wine.larry.engho... Flush output buffers from _close() rather than MSVCRT_f...
2005-05-05   <wine.larry.engho... Return ENOENT rather than EBADF from MSVCRT_fopen(...
2005-03-31  Hans LeidekkerImplement and test _chsize.
2005-03-07  Jason EdmeadesMake msvcrt printf use the internal routines which...
2005-03-02  Francois GougetAssorted spelling fixes.
2005-01-10  Bill MedlandOnly report the unsupported flags.
2005-01-04  Lionel UlmerHandle buffering in fgetpos / fsetpos.
2004-12-14  Juan Lang- make file functions (mostly) thread-safe
2004-12-10  Rein Klazes- implement __pioinfo, __badioinfo and _adjust_fdiv
2004-12-09  Juan Lang- implement _dup, _dup2, and _pipe
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.
next