mshtml: Implement IHTMLWindow2::get_top.
[wine] / dlls / msvcrt / msvcrt.spec
2009-11-16  Andrew Nguyenmsvcrt: Implement and test _wcsupr_s.
2009-10-05  Eric Pouechmsvcrt: Added __uncaught_exception support.
2009-10-05  Alexandre Julliardmsvcrt: Add an MSVCRT prefix to _wenviron.
2009-09-01  Eric Pouechmsvcrt: Correctly handle the error cases in strtol...
2009-08-24  Alexandre Julliardmsvcrt: The floating point adjust functions only make...
2009-05-23  Alexandre Julliardmsvcrt: Fix the stat and finddata structures for 64...
2009-05-23  Alexandre Julliardmsvcrt: Add explicit 32- and 64-bit versions of the...
2009-05-23  Alexandre Julliardmsvcrt: Add explicit 32- and 64-bit versions of the...
2009-04-15  Hans Leidekkermsvcrt: Implement ___lc_codepage_func, ___lc_collate_cp...
2009-03-26  Hans Leidekkermsvcrt: Implement _vscprintf and _vscwprintf.
2009-02-06  David Hedbergmsvcrt: Implement _mbcjistojms.
2009-01-19  Hans Leidekkermsvcrt: Forward ANSI open functions to their Unicode...
2008-12-15  Alexandre Julliardmsvcrt: Rename _ftime to avoid conflicts.
2008-12-15  Alexandre Julliardmsvcrt: The __p_* functions are only exported on i386.
2008-12-15  Alexandre Julliardmsvcrt: Add a few more *_func functions to replace...
2008-12-15  Alexandre Julliardmsvcrt: The _CI* math functions are only exported on...
2008-12-12  Francois Gougetmsvcrt: Point the set_new_handler() entrypoint to the...
2008-12-12  Alexandre Julliardmsvcrt: Use iob_func instead of p__iob on non-x86.
2008-12-01  Michael Karchermsvcrt: Out strings should be ptr instead of wstr in...
2008-10-21  Eric Pouechmsvcrt: Implemented vswprintf_s.
2008-10-13  Eric Pouechmsvcrt: Implemented wcscat_s.
2008-10-07  Eric Pouechmsvcrt: Implemented splitpath_s.
2008-10-06  Eric Pouechmsvcrt: Implemented wcsncpy_s.
2008-07-08  Jon Griffithsmsvcrt: Implement ___setlc_active_func/___unguarded_rea...
2008-04-30  Eric Pouechmsvcrt: Added __iob_func implementation.
2008-04-29  Alexandre Julliardmsvcrt: Rename a few functions to avoid conflicts with...
2008-03-11  Alexandre Julliardmsvcrt: Implemented __CppXcptFilter.
2008-02-27  Alistair Leslie... msvcrt: Implement wcscpy_s.
2008-02-05  Francois Gougetmsvcrt: __CxxDetectRethrow() and __CxxQueryExceptionSiz...
2008-01-23  Eric Pouechmsvcrt: Corrected the .spec definition for the printf...
2008-01-08  Hans Leidekkermsvcrt: Implement _wexecv{, e, p, pe}.
2008-01-08  Hans Leidekkermsvcrt: Implement _wspawnl{, e, p, pe}.
2008-01-08  Hans Leidekkermsvcrt: Implement _wexecl{, e, p, pe}.
2008-01-08  Hans Leidekkermsvcrt: Implement _wsystem and forward system to it...
2008-01-08  Dmitry Timoshkovmsvcrt: Rename _environ to avoid a conflict on Solaris.
2008-01-02  Hans Leidekker msvcrt: Fix spec file entries for the execv functions.
2007-11-16  Stefan Dösingermsvcrt: Implement _mbsnbcpy_s.
2007-11-16  Stefan Dösingermsvcrt: Implement strcat_s.
2007-11-16  Stefan Dösingermsvcrt: Implement strcpy_s.
2007-10-15  Francois Gougetmsvcrt: Fix the calling convention of _wsearchenv(...
2007-09-24  Hans Leidekkermsvcrt: Implement _wspawnv{, e, p, pe}.
2007-09-24  Hans Leidekkermsvcrt: Implement _wsearchenv.
2007-09-19  Alexandre Julliardmsvcrt: Added implementation of a few more __crt functions.
2007-09-19  Alexandre Julliardmsvcrt: Added implementation for __STRINGTOLD.
2007-09-19  Tijl Coosemansmsvcrt: Resolve symbols clashes with FreeBSD libc.
2007-08-24  Mikolaj Zalewskimsvcrt: Implement and test _mbsbtype.
2007-07-31  Robert Reifmsvcrt: Add _aligned_malloc functions.
2007-06-08  Alexandre Julliardmsvcrt: Set the correct ebp value before calling the...
2007-04-19  Hans Leidekkermsvcrt: Correct the spec file entry for _makepath.
2007-02-14  Damjan Jovanovicmsvcrt: Implemented stat64, wstat64 and fstat64.
2007-02-09  Eric Pouechmsvcrt: Implemented the raise function.
2007-02-07  Juan Langmsvcrt: Implement _mbbtype according to MSDN.
2007-01-16  Alexandre Julliardmsvcrt: Export various locale and codepage variables.
2006-12-24  Duane Clarkmsvcrt: Add function _mbsspnp.
2006-12-19  Louis Lendersmsvcrt: Add _atoldbl.
2006-12-16  Alexandre Julliardmsvcrt: Define __CxxLongjmpUnwind for i386 only.
2006-12-15  Alexandre Julliardmsvcrt: Implemented __CxxLongjmpUnwind.
2006-11-17  Louis Lendersmsvcrt: Add _fstat64 and _stat64 to msvcrt.spec.
2006-11-15  Sam Dennismsvcrt: Use the custom vsnprintf implementation for...
2006-10-31  Louis. Lendersmsvcrt: Add stub for _setmaxstdio + tiny test.
2006-10-18  Louis. Lendersmsvcrt: Add stub for _getmaxstdio.
2006-08-09  Tijl Coosemansmsvcrt: Rename _execve to MSVCRT__execve.
2006-08-07  Stefan Leichtermsvcrt: Some more exports requested from msvcr80.dll.
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.
next