d3drm: Avoid LPD3DVECTOR.
[wine] / include / msvcrt /
2005-07-08  Vijay Kiran KamujuAdd _MB_CP_* defines.
2005-05-13  Juan LangImplement signals.
2005-04-25  Marcus Meissnergcc4 alias fixes.
2005-01-04  Lionel Ulmerfpos_t should be 64 bits (verified with native MSVCRT...
2004-12-13  Eric PouechFixed some errors in function prototypes.
2004-10-11  Martin FuchsDefine pid_t and ssize_t if not already defined.
2004-06-25  Dimitrie O. PaunSplit the MSVCRT implementation headers from the public...
2004-05-12  Eric Pouech- rewrote the file code so that streams manage low...
2004-04-26  Dimitrie O. PaunFix the _WCTYPE_T_DEFINED sentry for compatibility.
2004-04-09  Dimitrie O. PaunAdded definition for HUGE_VAL.
2004-04-02  Felix NawothnigDefine all macros described on MSDN.
2004-03-25  Felix NawothnigDefine (L)DBL_* and FLT_*.
2004-03-25  Felix NawothnigDefine stat in msvcrt/wchar.h.
2004-03-16  Hans Leidekker- Prefix many more functions, types, structs, etc....
2004-03-12  Hans LeidekkerThe beginnings of math.h and float.h.
2004-02-19  Alexandre JulliardFixed varargs handling in the scanf functions (spotted...
2003-11-28  Alexandre JulliardBetter support for div and ldiv in Winelib apps.
2003-10-28  Pierre d'HerbemontFixed _wfullpath prototype.
2003-10-24  Pavel RoskinMSVCRT_tmpnam(): complete rewrite. Use the same names...
2003-09-02  Vincent BéronAdded msvcrt headers limits.h and math.h.
2003-08-28  Dimitrie O. PaunUse angle brackets (<>) rather than quotes ("") for...
2003-08-13  Dimitrie O. PaunAlias _vsnprintf as vsnprintf.
2003-08-13  Dimitrie O. PaunAdd definitions for the S_IS* macros.
2003-07-18  Jon GriffithsDon't redefine __WINE_USE_MSVCRT (msvc warning).
2003-06-04  Antonio Larrosa... Added CLOCKS_PER_SEC.
2003-04-19  Vincent BéronTerminate the lfind inline function.
2003-04-17  Alexandre JulliardFixed alloca handling the way mingw does it (reported...
2003-03-28  Dimitrie O. PaunFix errno linkage when compiling in C++.
2003-03-26  Alexandre JulliardUse aliases instead of #defines for the varargs functio...
2003-03-22  Madhura SahasrabudheChanged the macros in the msvcrt headers to static...
2003-03-17  Dimitrie O. PaunDefine the u_{char,short,int,long} in msvcrt/sys/types...
2003-01-15  Alexandre JulliardDefine __stdcall in msvcrt/process.h if windef.h hasn...
2003-01-13  Dimitrie O. PaunDefine the (old name) struct stat, it is used by progra...
2003-01-11  Dimitrie O. PaunUse inline functions instead of macros to avoid problem...
2003-01-11  Dimitrie O. PaunDefine qsort and bsearch in stdlib.h.
2003-01-11  Dimitrie O. PaunAdd dirent.h header for Unix/mingw compatibility.
2003-01-10  Dimitrie O. PaunAdd unistd.h files for mingw/Unix compatibility.
2003-01-04  Alexandre JulliardRemoved a few more #ifdef __WINE__.
2003-01-03  Dimitrie O. PaunDefine NULL if it's not defined already.
2002-12-18  Dimitrie O. PaunMap strcasecmp to _stricmp.
2002-12-18  Alexandre JulliardAvoid including other headers from the msvcrt headers...
2002-12-12  Dimitrie O. PaunMove excpt.h out of include/msvcrt/ as it does not...
2002-12-10  Alexandre Julliardwinnt.h should not be self-contained, it must depend...
2002-12-05  Francois GougetAdded EDEADLOCK.
2002-11-30  Dimitrie O. PaunAdd a way to tell msvcrt to define wchar_t.
2002-11-30  Francois GougetAdded constants for _set_error_mode().
2002-09-24  Patrick J. McNerthneyAdded casts to all macros to avoid compiler warnings.
2002-09-17  Martin WilckMSVCRT needs a public errno.h file.
2002-08-17  Daniel GudbjartssonCombined the implementation of all the scanf's in a...
2002-07-31  Rafael KitoverPortability fixes for Cygwin.
2002-07-19  Alexandre JulliardFixed per-thread data handling.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-04-27  Alexandre JulliardFreeBSD compile fix.
2002-03-20  Bill MedlandConnect the msvcrt file byte locking up to ntdll.
2002-03-11  Waldek HebischImplemented stdio buffering and ungetc. Misc stdio...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-25  Peter HunnisettNew file msvcrt/excpt.h. Move some stuff out of winnt...
2002-02-22  Peter Hunnisettatexit doesn't take a _onexit_t parameter.
2002-02-02  Patrik StridvallMove __stdcall/__cdecl to the right place.
2002-01-29  Francois GougetPrefix _JBLEN to avoid conflict on FreeBSD.
2001-12-21  Alexandre JulliardAuthors: Jon Griffiths <jon_p_griffiths@yahoo.com>...
2001-12-21  Bill MedlandAnd in addition to Mingw32 we will want the _ versions.
2001-12-19  Bill MedlandAdded share.h from Mingw32.
2001-12-05  François GougetCleanup and improve the mbcs support.
2001-11-23  Uwe Bonnes_dev_t is an unsigned integer.
2001-11-19  Francois GougetA few typos.
2001-10-22  Francois GougetAdded __WINE_USE_MSVCRT.
2001-10-15  Francois GougetThe _IOXXX macros conflict with system headers on Solar...
2001-09-19  Francois GougetAdd msvcrt/locale.h.
2001-07-18  Patrik Stridvall- Made sure that the files that contains the declarations
2001-06-19  Patrik Stridvall- Added, cleaned up and/or documentated _{begin,end...
2001-05-31  Francois GougetAdded msvcrt/eh.h.
2001-05-07  Francois GougetRC_INVOKED (&NOWINRES) special cases.
2001-04-24  Francois GougetDon't use Windows types like LONGLONG in msvcrt headers.
2001-04-23  Francois GougetAdded offsetof (for the MFC).
2001-04-23  Francois GougetAdd msvcrt/malloc.h (for the MFC).
2001-04-23  Francois GougetProvide limited support for the msvcrt debug API.
2001-04-10  Francois GougetAdded headers for the msvcrt library.