msvcrt: Added _fwscanf_s(_l) implementation.
[wine] / dlls / msvcrt / file.c
2010-04-21  Piotr Cabanmsvcrt: Added _wfopen_s implementation.
2010-04-19  Piotr Cabanmsvcrt: Added fopen_s implementation.
2010-04-15  Piotr Cabanmsvcrt: Use per thread locale in many functions.
2010-03-29  Piotr Cabanmsvcrt: Rename functions conflicting with mingw headers.
2010-01-28  Uwe Bonnesmsvcrt: read_i should pull in LF after CR only in unbuf...
2010-01-28  Uwe Bonnesmsvcrt: Check for EOF before correcting CR/LF.
2010-01-18  Uwe Bonnesmsvcrt: Handle CR at buffer boundary and test case.
2010-01-18  Uwe Bonnesmsvcrt: xxopen() accepts spaces in the mode string.
2010-01-14  Jeff Zaroykomsvcrt: Check if argument passed to _dup2 is positive.
2009-09-10  Alexandre Julliardmsvcrt: Add validity checks on the size of the handle...
2009-05-27  Michael Stefaniucmsvcrt: Replace size_t with MSVCRT_size_t.
2009-05-23  Alexandre Julliardmsvcrt: Replace long by MSVCRT_long.
2009-05-23  Alexandre Julliardmsvcrt: Fix the stat and finddata structures for 64...
2009-05-23  Alexandre Julliardmsvcrt: Add explicit 32- and 64-bit versions of the...
2009-02-18  Alexandre Julliardmsvcrt: Don't try to duplicate invalid handles. Don...
2009-01-29  Michael Stefaniucmsvcrt: Remove superfluous pointer casts.
2009-01-29  Dan Kegelmsvcrt: Remove CRs earlier in ascii mode in fseek,...
2009-01-29  Dan Kegelmsvcrt: _flsbuf zeroes _cnt.
2009-01-19  Hans Leidekkermsvcrt: Forward ANSI open functions to their Unicode...
2009-01-19  Dan Kegelmsvcrt: Remove CRs earlier in ascii mode.
2009-01-03  Alexandre Julliardmsvcrt: Convert the open functions to use MS ABI varargs.
2009-01-03  Alexandre Julliardmsvcrt: Convert all the printf functions to use MS...
2008-12-16  Dan Kegelmsvcrt: fread: Exhaust buffered data before using unbuf...
2008-12-15  Alexandre Julliardmsvcrt: Add a few more *_func functions to replace...
2008-12-12  Alexandre Julliardmsvcrt: Use iob_func instead of p__iob on non-x86.
2008-12-12  Alexandre Julliardmsvcrt: Use intptr_t or size_t instead of long where...
2008-12-10  Francois Gougetmsvcrt: Fix the permissions returned by fstat*() (with...
2008-10-22  Andrew Talbotmsvcrt: Sign-compare warnings fix.
2008-08-19  Michael Karchermsvcrt/file: stdio should clamp characters to 8 bits.
2008-07-21  Alexandre JulliardAvoid exporting common symbols since that's broken...
2008-04-29  Alexandre Julliardmsvcrt: Rename a few functions to avoid conflicts with...
2008-04-09  Erik de Castro Lopomsvcrt: Clear end-of-file flag on fseek.
2008-03-07  Andrew Talbotmsvcrt: Assign to structs instead of using memcpy.
2008-03-01  James Hawkinsjanitorial: Remove links to any microsoft site.
2008-02-12  Dan Kegelmsvcrt: Fix EOF behavior on read from pipe or console.
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...
next