Framework for the doppler effect.
[wine] / dlls / msvcrt /
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...
2002-11-06  Patrik StridvallFixed some issues found by winapi_check.
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-11-01  Alexandre JulliardAdded clobber lists to the inline assembly functions.
2002-10-31  Marcus Meissner_seh_longjmp_unwind is i386 only for now.
2002-10-31  Alexandre JulliardAdded support for nested exceptions happening inside...
2002-10-30  Uwe BonnesFirst version of msvcrt scanf test.
2002-10-25  Michael StefaniucCompile the msvcrt dll with -DSTRICT.
2002-10-18  Alexandre JulliardAdded support for building certain dlls with -DSTRICT.
2002-10-16  Alexandre JulliardImplemented _seh_longjmp_unwind.
2002-10-15  György 'Nog' JeneyImplement [ format specifier.
2002-10-10  Alexandre JulliardFixed sign extension bug in EH_prolog, and made tryleve...
2002-10-04  Alexandre JulliardFixed some handle conversions in prevision of void...
2002-10-02  Alexandre Julliardexcept_handler3: Set correct %ebp when calling exceptio...
2002-09-29  Jukka HeinonenFunctions sscanf and swscanf now expect strings to...
2002-09-17  Martin WilckMSVCRT needs a public errno.h file.
2002-09-16  Martin WilckFix MoveFileEx() flags in MSVCRT rename()/_wrename().
2002-09-12  Alexandre JulliardFixed warnings caused by new winternl.h.
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-09-09  Uwe BonnesMake the scanf family recognize characters again.
2002-08-26  Patrik StridvallMSVC compatibility fixes.
2002-08-17  Daniel GudbjartssonCombined the implementation of all the scanf's in a...
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-08-09  Marcus MeissnerCopy va_lists by using va_copy, not by just assigning...
2002-08-07  Gregg MattinsonFixes for Sparc build.
2002-07-31  Alexandre JulliardAdd MSVCRT prefix to _stat and _fstat (based on a patch...
2002-07-28  Alexandre JulliardFixed potential memory corruption.
2002-07-24  Alexandre JulliardFirst pass implementation of CxxFrameHandler (thanks...
2002-07-23  Uwe BonnesTake a snapshot of the environment strings when buildin...
2002-07-23  Alexandre JulliardRemoved non-exported string functions.
2002-07-20  Alexandre JulliardAdded definition of msvcrt internal error codes.
2002-07-19  Alexandre JulliardFixed per-thread data handling.
2002-07-09  Uwe Bonnes_open_osfhandle: set at least the _IOREAD flag.
2002-07-08  Uwe Bonnesfgets, fgetws: don't treat the possible uninitialized...
2002-07-08  Uwe BonnesMSVCRT_fread: expose feof flag.
2002-07-08  Uwe BonnesAdded _U@YAPAXI@Z and _V@YAPAXI@Z.
2002-07-08  Uwe BonnesMSVCRT_fseek: should return 0 on success.
2002-07-05  Alexandre JulliardFlush stdio on exit.
2002-07-05  Uwe BonnesMSVCRT_operator_new: Call handler only when "new" opera...
2002-07-03  Gregg MattinsonCast void* to char* for pointer arithmetic.
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-06-01  Alexandre JulliardRemoved some more trailing whitespace.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-25  Alexandre JulliardFixed typo in iswalpha forward.
2002-05-20  John K. HohmFix msvcrt._vsnwprintf format reading bug like NTDLL_vs...
2002-05-19  Francois GougetImplemented _getws.
2002-05-16  Alexandre JulliardExport global argc/argv variables from libwine and...
2002-05-16  Warren BairdSome fixes for compiling on Sparc.
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-05-01  Alexandre JulliardAttempt at fixing MAX_PATH issues for mingw.
2002-04-29  Patrik StridvallFixed some issues found by winapi_check.
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-04-25  Alexandre JulliardMoved __ASM_GLOBAL_FUNC macros and interlocked function...
next