2005-07-10 |
Felix Nawothnig | Allow reading 0 bytes in fread. |
blob | commitdiff | raw |
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 |
2002-10-25 |
Michael Stefaniuc | Compile the msvcrt dll with -DSTRICT. |
blob | commitdiff | raw | diff to current |
2002-09-17 |
Martin Wilck | MSVCRT needs a public errno.h file. |
blob | commitdiff | raw | diff to current |
2002-09-16 |
Martin Wilck | Fix MoveFileEx() flags in MSVCRT rename()/_wrename(). |
blob | commitdiff | raw | diff to current |
2002-09-12 |
Alexandre Julliard | Fixed warnings caused by new winternl.h. |
blob | commitdiff | raw | diff to current |
2002-09-12 |
Patrik Stridvall | Moved all the content of the DDK files ntdef.h and... |
blob | commitdiff | raw | diff to current |
2002-08-17 |
Daniel Gudbjartsson | Combined the implementation of all the scanf's in a... |
blob | commitdiff | raw | diff to current |
2002-08-17 |
Patrik Stridvall | Added include protection for unistd.h and sys/time.h. |
blob | commitdiff | raw | diff to current |
2002-07-31 |
Alexandre Julliard | Add MSVCRT prefix to _stat and _fstat (based on a patch... |
blob | commitdiff | raw | diff to current |
2002-07-19 |
Alexandre Julliard | Fixed per-thread data handling. |
blob | commitdiff | raw | diff to current |
2002-07-09 |
Uwe Bonnes | _open_osfhandle: set at least the _IOREAD flag. |
blob | commitdiff | raw | diff to current |
2002-07-08 |
Uwe Bonnes | MSVCRT_fread: expose feof flag. |
blob | commitdiff | raw | diff to current |
2002-07-08 |
Uwe Bonnes | MSVCRT_fseek: should return 0 on success. |
blob | commitdiff | raw | diff to current |
2002-07-05 |
Alexandre Julliard | Flush stdio on exit. |
blob | commitdiff | raw | diff to current |
2002-07-03 |
Gregg Mattinson | Cast void* to char* for pointer arithmetic. |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-05-19 |
Francois Gouget | Implemented _getws. |
blob | commitdiff | raw | diff to current |
2002-04-29 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2002-04-26 |
Alexandre Julliard | Better support for configure detection of missing types... |
blob | commitdiff | raw | diff to current |
2002-03-27 |
Andriy Palamarchuk | fwrite: fixed handling of already buffered data. |
blob | commitdiff | raw | diff to current |
2002-03-21 |
Andriy Palamarchuk | Added check to fwrite for size == 0. |
blob | commitdiff | raw | diff to current |
2002-03-20 |
Bill Medland | Connect the msvcrt file byte locking up to ntdll. |
blob | commitdiff | raw | diff to current |
2002-03-11 |
Waldek Hebisch | Implemented stdio buffering and ungetc. Misc stdio... |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2002-02-21 |
Peter Hunnisett | Add _lock,_unlock and header file for them. |
blob | commitdiff | raw | diff to current |
2002-02-08 |
C. Scott Ananian | Filled out the implementation of fscanf and _cscanf. |
blob | commitdiff | raw | diff to current |
2002-01-29 |
Dimitrie O. Paun | Make FIXMEs more grep-able. |
blob | commitdiff | raw | diff to current |
2002-01-22 |
Alexandre Julliard | Don't include debugtools.h in the header file, moved... |
blob | commitdiff | raw | diff to current |
2002-01-14 |
Uwe Bonnes | _stat: Better test for drive letter. |
blob | commitdiff | raw | diff to current |
2001-12-26 |
Dmitry Timoshkov | Fix definition of BY_HANDLE_FILE_INFORMATION structure. |
blob | commitdiff | raw | diff to current |
2001-10-15 |
Francois Gouget | The _IOXXX macros conflict with system headers on Solar... |
blob | commitdiff | raw | diff to current |
2001-09-26 |
Francois Gouget | Renamed W_OK to MSVCRT_W_OK. |
blob | commitdiff | raw | diff to current |
2001-07-23 |
Marcus Meissner | Pass handle to GetFileType, not MSVCRT fd. |
blob | commitdiff | raw | diff to current |
2001-07-10 |
Peter Hunnisett | CreateFile should be called with security attributes... |
blob | commitdiff | raw | diff to current |
2001-05-31 |
Francois Gouget | fclose should return EOF (-1) if an error condition... |
blob | commitdiff | raw | diff to current |
2001-05-09 |
Francois Gouget | Add '\n' at the end of traces. |
blob | commitdiff | raw | diff to current |
2001-04-10 |
Francois Gouget | Include the msvcrt headers, remove duplicate definitions. |
blob | commitdiff | raw | diff to current |
2001-04-10 |
Francois Gouget | Adjust the 'MSVCRT_' prefix to match the msvcrt headers |
blob | commitdiff | raw | diff to current |
2001-03-19 |
Eric Kohl | Added stub for _setjmp3(). |
blob | commitdiff | raw | diff to current |
2001-01-22 |
Jon Griffiths | - New msvcrt unicode functions, winapi_check/-Wall... |
blob | commitdiff | raw | diff to current |
2001-01-10 |
Jon Griffiths | - Migrate CRTDLL to MSVCRT. |
blob | commitdiff | raw | diff to current |
|