msvcrt: Follow Vista behaviour in wcscpy_s.
[wine] / dlls / msvcrt / msvcrt.spec
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.