Implement ClearCustData.
[wine] / dlls / msvcrt / msvcrt.spec
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.
2001-09-07  Marcus MeissnerImplemented mbsnbcnt, added stubs for _Gettnames and...
2001-09-07  Dmitry TimoshkovCorrect .spec file parameters for msvcrt._fullpath...
2001-08-10  Mike McCormackImplemented msvcrt._mbspbrk.
2001-08-09  Mike McCormackImplemented multibyte string reverse.
2001-07-11  Uwe BonnesSemistubs for _ismbcdigit,_ismbcspace,_mbslwr,_mbsnbcmp...
2001-06-19  Patrik Stridvall- Added, cleaned up and/or documentated _{begin,end...
2001-06-13  Marcus Meissner_tzset just forwards to libc tzset().
2001-06-11  Patrik StridvallFixed some issues found by winapi_check.
2001-05-31  Francois GougetAdded msvcrt/eh.h.
2001-05-22  Mike BondFixed spawnlp and added exec variants.
2001-05-18  Mike BondImplementation of spawnl and spawnlp.
2001-05-02  Francois Gougetntdll._iswctype should be ntdll.iswctype.
2001-04-25  Patrik StridvallFixed some issues found by winapi_check.
2001-04-16  Ove KaavenChanged the spec definition of *s*printf from *str...
2001-04-10  Francois GougetInclude the msvcrt headers, remove duplicate definitions.
2001-04-10  Francois GougetAdjust the 'MSVCRT_' prefix to match the msvcrt headers
2001-03-19  Eric KohlAdded stub for _setjmp3().
2001-02-20  Dmitry TimoshkovFix prototypes of MSVCRT___getmainargs and MSVCRT___wge...
2001-01-25  Patrik StridvallFixed some issues found by winapi_check.
2001-01-22  Jon Griffiths- New msvcrt unicode functions, winapi_check/-Wall...
2001-01-15  Alexandre JulliardFixed toupper/_toupper mixup.
2001-01-11  Jon GriffithsAdded binary compatible __EH_prolog.
2001-01-10  Jon Griffiths- Migrate CRTDLL to MSVCRT.