oleaut32: Fix differences between the size returned in sizing the
[wine] / dlls / msvcrt / msvcrt.spec
2006-02-28  Mike McCormackmsvcrt: Add a stub for _wsetlocale.
2006-01-24  Alexandre Julliardntdll: memcpy should behave like memmove in ntdll too.
2006-01-23  Hans Leidekkermsvcrt: Stub implementation for wcsftime.
2006-01-14  Alexandre Julliardmsvcrt: Forward functions to ntdll instead of libc...
2006-01-14  Alexandre Julliardmsvcrt: Added wrappers for a few functions instead...
2006-01-14  Alexandre Julliardmsvcrt: Set errno in the standard math functions too...
2006-01-14  Alexandre Julliardmsvcrt: Make snprintf and snwprintf use the msvcrt...
2006-01-14  Alexandre Julliardmsvcrt: Reimplement rand() and srand() to use per-threa...
2006-01-14  Alexandre Julliardmsvcrt: Make strtok and wcstok thread-safe by using...
2006-01-14  Alexandre Julliardmsvcrt: Implemented asctime, ctime and strftime instead...
2006-01-05  Alexandre Julliardmsvcrt: Added assembly routines to save/restore registe...
2006-01-05  Alexandre Julliardmsvcrt: Added some assembly glue for the asm bits of...
2005-12-21  Marcus Meissnermsvcrt: Implemented wctime(), wasctime().
2005-12-16  Alexandre JulliardAdd -register hint in ntdll, kernel and msvcrt spec...
2005-11-21  Rein KlazesDo not forward _mbccpy to strcpy.
2005-11-01  Alexandre JulliardFixed _wstrdate/_wstrtime parameters.
2005-10-30  Robert ReifImplement _wstrdate and _wstrtime with tests.
2005-09-27  Alexandre JulliardAdded implementation of _dstbias and __p__dstbias.
2005-09-23  Vijay Kiran KamujuImplementation of _get_sbh_threshold and _set_sbh_threshold
2005-09-19  Vijay Kiran KamujuAdded __p__amblksiz implementation.
2005-09-09  Alexandre JulliardSpecify 64-bit integers as double instead of long long...
2005-08-24  Vitaly LipatovAdd missed _mbscoll function.
2005-06-22  Alexandre JulliardFix duplication of _Getnames and _Gettnames, only the...
2005-05-29  Eric Pouech_findclose() exists on MinGW, so prefix it.
2005-05-23  Uwe BonnesImplement minimal _stricoll.
2005-05-14  Juan Lang- move _timezone to time.c, and correct its type
2005-04-23  Juan LangExport _tzname, expected by Mozilla.
2005-02-14  Mike McCormackAdd handling of %ws, %S and %C to _vns(w)printf, improv...
2004-12-10  Rein Klazes- implement __pioinfo, __badioinfo and _adjust_fdiv
2004-12-09  Juan Lang- implement _dup, _dup2, and _pipe
2004-10-14  Hans LeidekkerPrefix _fsopen with MSVCRT_ to avoid collision with...
2004-06-25  Dimitrie O. PaunSplit the MSVCRT implementation headers from the public...
2004-06-02  Mike McCormackCopy the vsnprintfW implementation from libunicode...
2004-05-12  Alexandre JulliardFixed the prototypes of the _adj_fdiv_* functions.
2004-03-24  Rein KlazesThe name is _longjmpex (with the underscore).
2004-03-19  Uwe BonnesRelay msvcrt_memcpy to memmove, CString::Insert seems...
2004-03-19  Hans LeidekkerReimplement time functions with Win32 APIs.
2004-03-16  Hans Leidekker- Prefix many more functions, types, structs, etc....
2004-01-13  Rein KlazesTwo "unknown" parameters of _unDName() turn out to...
2004-01-13  Alexandre JulliardImplemented the remaining 64-bit file functions, and...
2004-01-13  Alexandre Julliard_set_error_mode is cdecl not stdcall.
2003-12-04  Alexandre JulliardImplement some more register functions using DEFINE_REG...
2003-11-14  Kirill SmelkovAdded _execle/_execlpe & _spawnle/_spawnlpe stubs.
2003-09-23  Jon GriffithsA first stab at wcstod().
2003-08-20  Dimitrie O. PaunStub out the _[w]popen/_pclose() functions.
2003-08-19  Alexandre Julliard_ftol should return a 64-bit int (spotted by Jon Griffi...
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-12  Mike McCormackImplemented _wfullpath.
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-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  Jon GriffithsImplemented __p__pgmptr, _pgmptr.
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-14  Michael StefaniucImplemented _mbsnbcat.
2003-02-11  Marcus MeissnerImplemented __crtLCMapStringA.
2003-02-01  Michael StefaniucImplemented _mbstok and _mbsnbset.
2003-01-31  Marcus MeissnerImplemented mbsicoll (without locale handling).
2003-01-11  Dimitrie O. PaunCreate stubs for chsize, dup, and dup2.
2003-01-02  Patrik StridvallFixed some issues found by winapi_check.
2002-12-12  Alexandre JulliardAdded list of symbols to ignore by default in winebuild.
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-12  Alberto MassariThe already implemented function swscanf was missing...
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-10-31  Marcus Meissner_seh_longjmp_unwind is i386 only for now.
2002-10-16  Alexandre JulliardImplemented _seh_longjmp_unwind.
2002-08-17  Daniel GudbjartssonCombined the implementation of all the scanf's in a...
2002-07-31  Alexandre JulliardAdd MSVCRT prefix to _stat and _fstat (based on a patch...
2002-07-24  Alexandre JulliardFirst pass implementation of CxxFrameHandler (thanks...
2002-07-19  Alexandre JulliardFixed per-thread data handling.
2002-07-08  Uwe Bonnesfgets, fgetws: don't treat the possible uninitialized...
2002-07-08  Uwe BonnesAdded _U@YAPAXI@Z and _V@YAPAXI@Z.
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-06-01  Alexandre JulliardRemoved some more trailing whitespace.
2002-05-25  Alexandre JulliardFixed typo in iswalpha forward.
2002-05-19  Francois GougetImplemented _getws.
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-04-02  François GougetImplemented _mbsnbicmp.
2002-03-26  Uwe BonnesAdd stub for __lconv_init().
2002-03-20  Bill MedlandConnect the msvcrt file byte locking up to ntdll.
2002-03-20  Bill MedlandHook back into the correct MSVCRT__tolower/upper.
2002-03-11  Waldek HebischImplemented stdio buffering and ungetc. Misc stdio...
2002-02-21  Peter HunnisettAdd _lock,_unlock and header file for them.
2002-01-29  Dmitry TimoshkovImplemented _wmakepath.
2002-01-07  Patrik StridvallFixed some issues found by winapi_check.
2001-12-21  Alexandre JulliardAuthors: Jon Griffiths <jon_p_griffiths@yahoo.com>...
2001-12-21  Alexandre JulliardAuthors: Jon Griffiths <jon_p_griffiths@yahoo.com>...
2001-12-05  François GougetCleanup and improve the mbcs support.
2001-11-12  Gerard Patel- implement mbscspn mostly as a stub
2001-09-17  Francois GougetImplemented _mbsupr.
next