Use a struct as specified in the VBE 3.0 standard for the
[wine] / dlls / msvcrt /
2003-12-30  Ferenc WagnerFix undeleted temporary file.
2003-12-15  Uwe BonnesPatch and test for scanf %i.
2003-12-15  Ferenc WagnerAdded snprintf test.
2003-12-04  Alexandre JulliardImplement some more register functions using DEFINE_REG...
2003-11-28  Alexandre JulliardBetter support for div and ldiv in Winelib apps.
2003-11-20  Dimitrie O. PaunFix realloc() to match the documented behaviour.
2003-11-14  Kirill SmelkovAdded _execle/_execlpe & _spawnle/_spawnlpe stubs.
2003-10-31  Ulrich CzekallaDuplicate stdin/stdout handles to avoid closing them...
2003-10-28  Pierre d'HerbemontFixed _wfullpath prototype.
2003-10-28  Uwe BonnesAnother difference in the printf family.
2003-10-24  Uwe BonnesAdded a test case for sprintf.
2003-10-24  Pavel RoskinMake MSVCRT__sopen() complain louder about unknown...
2003-10-24  Pavel RoskinAdded test for tmpnam().
2003-10-24  Pavel RoskinMSVCRT_tmpnam(): complete rewrite. Use the same names...
2003-10-21  Dave BelangerFix splitpath and wsplitpath for the file extension.
2003-10-21  Gerald PfeiferRemove unused variables EXE, BAT, CMD, and COM.
2003-10-16  Rolf KalbermatterUse INVALID_FILE_ATTRIBUTES to test for failure of
2003-10-15  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-10-15  Alexandre JulliardRewrote splitpath and wsplitpath to avoid modifying...
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-10-10  Uwe BonnesAdded test for %n.
2003-10-10  Uwe Bonnes%n returns the number of consumed characters.
2003-10-07  Uwe BonnesAdded some tests around fget(w)s.
2003-10-07  Uwe Bonnesfget(w)s(): Don't drop characters when buffer is not...
2003-10-07  Uwe Bonnes_write(): Don't fragment WriteFile() for TEXT mode...
2003-10-07  Uwe Bonnes_read(): In _O_TEXT mode make Readfile calls in chunks...
2003-10-06  Uwe BonnesMSVCRT___RTDynamicCast: Reject a NULL cppobj.
2003-09-30  Daniel MarmierUse #ifdef instead of #if for all feature tests.
2003-09-27  Alexandre Julliard_tempnam and _wtempnam should not create the temp file...
2003-09-25  Jon GriffithsVarious test fixes for XP/msvc.
2003-09-24  Alexandre JulliardRewrote getenv and _wgetenv to avoid returning a pointe...
2003-09-24  Jon GriffithsAdded tests for cpp objects/RTTI.
2003-09-23  Jon GriffithsA first stab at wcstod().
2003-09-10  Alexandre JulliardRemoved the A/W constants for builtin cursors, icons...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-28  Alexandre JulliardStart using the exported TEB structure from winternl...
2003-08-28  Alexandre JulliardRenamed a few more TEB fields.
2003-08-28  Alexandre JulliardRenamed EXCEPTION_FRAME to EXCEPTION_REGISTRATION_RECOR...
2003-08-20  Dimitrie O. PaunStub out the _[w]popen/_pclose() functions.
2003-08-19  Jon GriffithsUse exception as the base for all exception derived...
2003-08-19  Alexandre Julliard_ftol should return a 64-bit int (spotted by Jon Griffi...
2003-08-06  Alexandre JulliardWarning fixes.
2003-07-28  André JohansenAdded a dummy implementation of the _set_error_mode...
2003-07-18  Jon GriffithsImplement __p__wpgmptr, _wpgmptr.
2003-06-17  Alexandre JulliardAdded an assembly wrapper to retrieve the this pointer...
2003-06-06  Martin FuchsStub implementation for _Gettnames.
2003-06-04  Marcus MeissnerImplemented localeconv() with libc function.
2003-05-13  Uwe BonnesFix some sscanf cases and testcase to get wxtide32...
2003-05-13  Francois GougetFix miscellaneous spelling errors and typos.
2003-05-13  Francois GougetChange the #include order so the test compiles with...
2003-05-12  Mike McCormackImplemented _wfullpath.
2003-05-08  Adam Gundy_open_osfhandle is expected to take the absence of...
2003-04-17  Michael Stefaniucmbtowc returns -1 if we can't find a valid multibyte...
2003-04-14  Andreas MohrFix blatantly wrong SetFilePointer() calls.
2003-03-30  Adam GundyMSVCRT_fclose() mustn't use the _flag field from the...
2003-03-27  Sylvain Petreolle_wsplitpath: Display correctly the path being split.
2003-03-20  Alexandre JulliardMoved [efg]cvt functions to msvcrt and fixed them to...
2003-03-20  Alexandre JulliardTake advantage of new winebuild syntax to remove redund...
2003-03-18  Jon GriffithsAdd __CxxDetectRethrow(), __CxxQueryExceptionSize().
2003-03-17  Jon GriffithsMove a couple of shared definitions into msvcrt.h.
2003-03-17  Jon Griffiths_EXIT_LOCK2 is used by type_info objects.
2003-03-17  Alexandre JulliardFixed a couple of relay arguments, and updated some...
2003-03-17  Alexandre JulliardReplaced forwards by normal function declarations.
2003-03-17  Alexandre JulliardImplemented _getdllprocaddr(), it cannot be simply...
2003-03-15  Alexandre JulliardImplemented _chkesp, based on a patch by Jon Griffiths.
2003-03-15  Jon GriffithsDisplay abnormal exit text in a message box for GUI...
2003-03-15  Jon GriffithsImplemented __p__pgmptr, _pgmptr.
2003-03-12  Dmitry TimoshkovMove vsnwprintf implementation to libwine_unicode,...
2003-03-12  Thomas MertesForward to the ntdll functions _itoa, _ltoa, _ultoa...
2003-03-04  Marcus MeissnerAdded _daylight stub int, and __p__daylight function.
2003-02-19  Uwe BonnesRough implementation of _O_TEXT/_O_BINARY translation...
2003-02-19  Warren Baird- Avoid possible seg fault when calling TRACE with...
2003-02-18  Alexandre JulliardPrint thread ids in traces with only 4 digits now that...
2003-02-14  Michael StefaniucImplemented _mbsnbcat.
2003-02-12  Marcus MeissnerFix warning in __crtLCMapStringA.
2003-02-12  Michael StefaniucRemove dead code after return or properly comment it...
2003-02-11  Marcus MeissnerImplemented __crtLCMapStringA.
2003-02-01  Alexandre JulliardStore mbstok() next pointer in the per-thread data.
2003-02-01  Michael StefaniucImplemented _mbstok and _mbsnbset.
2003-01-31  Marcus MeissnerImplemented mbsicoll (without locale handling).
2003-01-14  Francois GougetRemove (POINTER)NULL casts.
2003-01-11  Alexandre JulliardWarning fixes.
2003-01-11  Alexandre JulliardFixed EOF return value for sscanf.
2003-01-11  Dimitrie O. PaunCreate stubs for chsize, dup, and dup2.
2003-01-11  Mehmet Yasar- return EOF when stream is empty
2003-01-02  Patrik StridvallFixed some issues found by winapi_check.
2002-12-20  Alexandre JulliardHandle unknown format chars correctly (spotted by Györg...
2002-12-19  Alexandre JulliardUse MSVCRT_wchar_t instead of WCHAR so that the impleme...
2002-12-18  Alexandre JulliardAvoid including other headers from the msvcrt headers...
2002-12-17  Bill Curriefdopen: don't rewind the file after creating the FILE...
2002-12-12  Dimitrie O. PaunMove excpt.h out of include/msvcrt/ as it does not...
2002-12-12  Alexandre JulliardAdded .spec.def files.
2002-12-12  Alexandre JulliardAdded list of symbols to ignore by default in winebuild.
2002-12-10  Alexandre Julliardwinnt.h should not be self-contained, it must depend...
2002-11-25  Stefan LeichterConverted implementation of _lseek to _lseeki64, implem...
2002-11-25  Stefan LeichterConverted implementation of _stat and _fstat to _stati6...
2002-11-20  Alexandre JulliardRemoved -noimport on functions that are forwards to...
2002-11-19  Alexandre JulliardImplemented some ismbc* functions (based on a patch...
2002-11-13  Alexandre JulliardFixed data copying in msvcrt_argvtos (spotted by bill...
2002-11-12  Alberto MassariThe already implemented function swscanf was missing...
next