projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Reboot (int19) under DOS now does ExitProcess.
[wine]
/
dlls
/
msvcrt
/
file.c
2003-09-27
Alexandre Julliard
_tempnam and _wtempnam should not create the temp file...
blob
|
commitdiff
|
raw
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