shdocvw: Added WebBrowser v1 registration.
[wine] / dlls / msvcrt / tests / file.c
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-02-24  Francois GougetAdd trailing '\n's to ok() calls.
2006-02-17  Peter Beutnermsvcrt: Correctly set EOF flag in fread().
2006-02-17  Peter Beutnermsvcrt: Add test for fread/feof.
2005-11-21  Saulius KrasuckasMinor MSVCRT test changes:
2005-11-16  Saulius KrasuckasFix _fcloseall() return value.
2005-10-10  Richard CohenFix an error message.
2005-10-08  Vitaliy MargolenAdd a few tests that fail under wine.
2005-10-07  Vitaliy MargolenFix initial position for files opened with O_APPEND...
2005-06-25  Paul RupeMake ungetc(EOF) a no-op.
2005-05-16  Uwe BonnesCorrect return value of fsetpos.
2005-03-31  Hans LeidekkerImplement and test _chsize.
2005-02-14  Francois GougetCast the GetProcAddress() return value to avoid warning...
2004-12-27  Rein KlazesCorrect cases where arguments of ok() calls depend...
2004-12-14  Francois GougetAdd trailing '\n's to ok() calls.
2004-09-03  Eric Pouech- msvcrt: the file descriptors are now inherited betwee...
2004-05-04  Francois GougetMake our ascii strings static const.
2004-01-27  Francois GougetAdd trailing '\n's to ok() calls.
2003-12-30  Ferenc WagnerFix undeleted temporary file.
2003-10-24  Pavel RoskinAdded test for tmpnam().
2003-10-07  Uwe BonnesAdded some tests around fget(w)s.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-05-13  Francois GougetChange the #include order so the test compiles with...
2003-02-19  Uwe BonnesRough implementation of _O_TEXT/_O_BINARY translation...
2002-12-17  Bill Curriefdopen: don't rewind the file after creating the FILE...