2008-08-19 |
Michael Karcher | msvcrt/file: stdio should clamp characters to 8 bits. |
blob | commitdiff | raw |
2008-07-21 |
Alexandre Julliard | Avoid exporting common symbols since that's broken... |
blob | commitdiff | raw | diff to current |
2008-04-29 |
Alexandre Julliard | msvcrt: Rename a few functions to avoid conflicts with... |
blob | commitdiff | raw | diff to current |
2008-04-09 |
Erik de Castro Lopo | msvcrt: Clear end-of-file flag on fseek. |
blob | commitdiff | raw | diff to current |
2008-03-07 |
Andrew Talbot | msvcrt: Assign to structs instead of using memcpy. |
blob | commitdiff | raw | diff to current |
2008-03-01 |
James Hawkins | janitorial: Remove links to any microsoft site. |
blob | commitdiff | raw | diff to current |
2008-02-12 |
Dan Kegel | msvcrt: Fix EOF behavior on read from pipe or console. |
blob | commitdiff | raw | diff to current |
2007-12-24 |
Andrew Talbot | msvcrt: Remove unneeded cast. |
blob | commitdiff | raw | diff to current |
2007-10-09 |
Dan Kegel | msvcrt: Fix ^Z handling in text mode. |
blob | commitdiff | raw | diff to current |
2007-10-05 |
Dan Kegel | msvcrt: Improve CR CR LF handling. |
blob | commitdiff | raw | diff to current |
2007-09-24 |
Hans Leidekker | msvcrt: Implement _wspawnv{, e, p, pe}. |
blob | commitdiff | raw | diff to current |
2007-09-19 |
Tijl Coosemans | msvcrt: Resolve symbols clashes with FreeBSD libc. |
blob | commitdiff | raw | diff to current |
2007-07-04 |
Michael Stefaniuc | msvcrt: Remove superfluous casts of void pointers to... |
blob | commitdiff | raw | diff to current |
2007-06-25 |
Michael Stefaniuc | msvcrt: Do not use wide character constants. |
blob | commitdiff | raw | diff to current |
2007-05-22 |
Francois Gouget | msvcrt: When operating on a closed pipe, read() should... |
blob | commitdiff | raw | diff to current |
2007-05-15 |
Andrew Talbot | msvcrt: Exclude unused headers. |
blob | commitdiff | raw | diff to current |
2007-03-12 |
Jan Zerebecki | msvcrt: Add DebugInfo to critical sections. |
blob | commitdiff | raw | diff to current |
2007-02-16 |
Damjan Jovanovic | msvcrt: Fix fstat's handling of pipes and char devices. |
blob | commitdiff | raw | diff to current |
2007-02-14 |
Damjan Jovanovic | msvcrt: Implemented stat64, wstat64 and fstat64. |
blob | commitdiff | raw | diff to current |
2007-02-07 |
Alexandre Julliard | msvcrt: Implement fopen/wfopen on top of fsopen/wfsopen... |
blob | commitdiff | raw | diff to current |
2007-01-23 |
Eric Pouech | msvcrt: Fix the internal flag computation for _open_osf... |
blob | commitdiff | raw | diff to current |
2007-01-18 |
Francois Gouget | Don't put single quotes around '%s' when using the... |
blob | commitdiff | raw | diff to current |
2006-11-06 |
Andrew Talbot | msvcrt: Cast-qual warnings fix. |
blob | commitdiff | raw | diff to current |
2006-10-31 |
Louis. Lenders | msvcrt: Add stub for _setmaxstdio + tiny test. |
blob | commitdiff | raw | diff to current |
2006-10-27 |
Duane Clark | msvcrt: Fix fread on large buffers in ascii mode. |
blob | commitdiff | raw | diff to current |
2006-10-18 |
Louis. Lenders | msvcrt: Add stub for _getmaxstdio. |
blob | commitdiff | raw | diff to current |
2006-10-13 |
Markus Amsler | msvcrt: Fix fread eof handling. |
blob | commitdiff | raw | diff to current |
2006-10-13 |
Markus Amsler | msvcrt: fread: Fill buffer on small reads. |
blob | commitdiff | raw | diff to current |
2006-10-04 |
Michael Stefaniuc | msvcrt: Win64 printf format warning fixes. |
blob | commitdiff | raw | diff to current |
2006-09-26 |
Duane Clark | msvcrt: fgetc needs to use unsigned parameters. |
blob | commitdiff | raw | diff to current |
2006-09-20 |
Andrew Talbot | msvcrt: Cast-qual warnings fix. |
blob | commitdiff | raw | diff to current |
2006-08-09 |
Duane Clark | msvcrt: In text mode a ctrl-z signals EOF. |
blob | commitdiff | raw | diff to current |
2006-08-09 |
Michael Stefaniuc | msvcrt: Remove redundant NULL checks before MSVCRT_free. |
blob | commitdiff | raw | diff to current |
2006-07-31 |
Duane Clark | msvcrt: Fix fgetwc/s in binary mode. |
blob | commitdiff | raw | diff to current |
2006-07-31 |
Duane Clark | msvcrt: Remove read_i loop and fix fread. |
blob | commitdiff | raw | diff to current |
2006-07-31 |
Duane Clark | msvcrt: Fix _getw. |
blob | commitdiff | raw | diff to current |
2006-07-31 |
Duane Clark | msvcrt: Fix fread. |
blob | commitdiff | raw | diff to current |
2006-07-31 |
Duane Clark | msvcrt: Fix _read and fgetc. |
blob | commitdiff | raw | diff to current |
2006-06-13 |
Alexandre Julliard | msvcrt: Explicitly specify CDECL calling convention... |
blob | commitdiff | raw | diff to current |
2006-05-23 |
Jonathan Ernst | Update the address of the Free Software Foundation. |
blob | commitdiff | raw | diff to current |
2006-05-08 |
qingdoa daoo | msvcrt: Don't duplicate handle in _get_osfhandle. |
blob | commitdiff | raw | diff to current |
2006-04-11 |
Eric Pouech | msvcrt: IO init. |
blob | commitdiff | raw | diff to current |
2006-03-27 |
Alexandre Julliard | msvcrt: Fix fflush() of files opened for read. |
blob | commitdiff | raw | diff to current |
2006-02-17 |
Peter Beutner | msvcrt: Correctly set EOF flag in fread(). |
blob | commitdiff | raw | diff to current |
2006-02-17 |
Peter Beutner | msvcrt: Fix use of uninitialized variable. |
blob | commitdiff | raw | diff to current |
2006-02-10 |
Uwe Bonnes | msvcrt: In _mktemp sixth generated charater always... |
blob | commitdiff | raw | diff to current |
2006-01-24 |
Alexandre Julliard | msvcrt: Use the msvcrt version of printf everywhere. |
blob | commitdiff | raw | diff to current |
2006-01-18 |
Sasha Slijepcevic | msvcrt: In _tempnam, if TMP is set, it has a precedence... |
blob | commitdiff | raw | diff to current |
2005-11-16 |
Saulius Krasuckas | Fix _fcloseall() return value. |
blob | commitdiff | raw | diff to current |
2005-10-07 |
Vitaliy Margolen | Fix initial position for files opened with O_APPEND... |
blob | commitdiff | raw | diff to current |
2005-09-26 |
Francois Gouget | Make it clear the empty body sections are not accidental. |
blob | commitdiff | raw | diff to current |
2005-09-02 |
Mike McCormack | Fix gcc 4.0 warnings. |
blob | commitdiff | raw | diff to current |
2005-07-10 |
Felix Nawothnig | Allow reading 0 bytes in fread. |
blob | commitdiff | raw | diff to current |
2005-06-25 |
Paul Rupe | Make ungetc(EOF) a no-op. |
blob | commitdiff | raw | diff to current |
2005-05-16 |
Uwe Bonnes | Correct return value of fsetpos. |
blob | commitdiff | raw | diff to current |
2005-05-12 |
<wine.larry.engho... | Flush output buffers from _close() rather than MSVCRT_f... |
blob | commitdiff | raw | diff to current |
2005-05-05 |
<wine.larry.engho... | Return ENOENT rather than EBADF from MSVCRT_fopen(... |
blob | commitdiff | raw | diff to current |
2005-03-31 |
Hans Leidekker | Implement and test _chsize. |
blob | commitdiff | raw | diff to current |
2005-03-07 |
Jason Edmeades | Make msvcrt printf use the internal routines which... |
blob | commitdiff | raw | diff to current |
2005-03-02 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2005-01-10 |
Bill Medland | Only report the unsupported flags. |
blob | commitdiff | raw | diff to current |
2005-01-04 |
Lionel Ulmer | Handle buffering in fgetpos / fsetpos. |
blob | commitdiff | raw | diff to current |
2004-12-14 |
Juan Lang | - make file functions (mostly) thread-safe |
blob | commitdiff | raw | diff to current |
2004-12-10 |
Rein Klazes | - implement __pioinfo, __badioinfo and _adjust_fdiv |
blob | commitdiff | raw | diff to current |
2004-12-09 |
Juan Lang | - implement _dup, _dup2, and _pipe |
blob | commitdiff | raw | diff to current |
2004-12-07 |
Juan Lang | Flush file in fputc when character is '\n'. |
blob | commitdiff | raw | diff to current |
2004-12-06 |
Juan Lang | Set st_mode bits in _fstati64. |
blob | commitdiff | raw | diff to current |
2004-11-03 |
Tony Lambregts | Fix up init_fp test for freopen. |
blob | commitdiff | raw | diff to current |
2004-10-14 |
Hans Leidekker | Prefix _fsopen with MSVCRT_ to avoid collision with... |
blob | commitdiff | raw | diff to current |
2004-09-08 |
Hans Leidekker | Fix signed/unsigned comparison warnings. |
blob | commitdiff | raw | diff to current |
2004-09-03 |
Eric Pouech | - msvcrt: the file descriptors are now inherited betwee... |
blob | commitdiff | raw | diff to current |
2004-06-25 |
Dimitrie O. Paun | Split the MSVCRT implementation headers from the public... |
blob | commitdiff | raw | diff to current |
2004-05-27 |
Uwe Bonnes | Fixed typo. |
blob | commitdiff | raw | diff to current |
2004-05-13 |
Alexandre Julliard | Fixed copy/paste bug in previous change. |
blob | commitdiff | raw | diff to current |
2004-05-12 |
Eric Pouech | - rewrote the file code so that streams manage low... |
blob | commitdiff | raw | diff to current |
2004-03-16 |
Hans Leidekker | - Prefix many more functions, types, structs, etc.... |
blob | commitdiff | raw | diff to current |
2004-02-19 |
Alexandre Julliard | Fixed varargs handling in the scanf functions (spotted... |
blob | commitdiff | raw | diff to current |
2004-02-09 |
Alfons Hoogervorst | Fix infinite loop in _flushall. |
blob | commitdiff | raw | diff to current |
2004-01-13 |
Alexandre Julliard | Implemented the remaining 64-bit file functions, and... |
blob | commitdiff | raw | diff to current |
2004-01-06 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2003-10-31 |
Ulrich Czekalla | Duplicate stdin/stdout handles to avoid closing them... |
blob | commitdiff | raw | diff to current |
2003-10-24 |
Pavel Roskin | Make MSVCRT__sopen() complain louder about unknown... |
blob | commitdiff | raw | diff to current |
2003-10-24 |
Pavel Roskin | MSVCRT_tmpnam(): complete rewrite. Use the same names... |
blob | commitdiff | raw | diff to current |
2003-10-16 |
Rolf Kalbermatter | Use INVALID_FILE_ATTRIBUTES to test for failure of |
blob | commitdiff | raw | diff to current |
2003-10-15 |
Daniel Marmier | Fixed warnings with gcc option "-Wwrite-strings". |
blob | commitdiff | raw | diff to current |
2003-10-07 |
Uwe Bonnes | fget(w)s(): Don't drop characters when buffer is not... |
blob | commitdiff | raw | diff to current |
2003-10-07 |
Uwe Bonnes | _write(): Don't fragment WriteFile() for TEXT mode... |
blob | commitdiff | raw | diff to current |
2003-10-07 |
Uwe Bonnes | _read(): In _O_TEXT mode make Readfile calls in chunks... |
blob | commitdiff | raw | diff to current |
2003-09-27 |
Alexandre Julliard | _tempnam and _wtempnam should not create the temp file... |
blob | commitdiff | raw | diff to current |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
blob | commitdiff | raw | diff to current |
2003-05-08 |
Adam Gundy | _open_osfhandle is expected to take the absence of... |
blob | commitdiff | raw | diff to current |
2003-04-14 |
Andreas Mohr | Fix blatantly wrong SetFilePointer() calls. |
blob | commitdiff | raw | diff to current |
2003-03-30 |
Adam Gundy | MSVCRT_fclose() mustn't use the _flag field from the... |
blob | commitdiff | raw | diff to current |
2003-02-19 |
Uwe Bonnes | Rough implementation of _O_TEXT/_O_BINARY translation... |
blob | commitdiff | raw | diff to current |
2003-01-11 |
Dimitrie O. Paun | Create stubs for chsize, dup, and dup2. |
blob | commitdiff | raw | diff to current |
2002-12-19 |
Alexandre Julliard | Use MSVCRT_wchar_t instead of WCHAR so that the impleme... |
blob | commitdiff | raw | diff to current |
2002-12-18 |
Alexandre Julliard | Avoid including other headers from the msvcrt headers... |
blob | commitdiff | raw | diff to current |
2002-12-17 |
Bill Currie | fdopen: don't rewind the file after creating the FILE... |
blob | commitdiff | raw | diff to current |
2002-11-25 |
Stefan Leichter | Converted implementation of _lseek to _lseeki64, implem... |
blob | commitdiff | raw | diff to current |
2002-11-25 |
Stefan Leichter | Converted implementation of _stat and _fstat to _stati6... |
blob | commitdiff | raw | diff to current |
next |