hlink: Fix memory leaks in test.
[wine] / include / msvcrt /
2009-11-21  Alexandre Julliardinclude: Specify explicit alignment for __int64 types.
2009-05-23  Alexandre Julliardinclude/msvcrt: Add explicit msvcrt_long types to repla...
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-03-26  Hans Leidekkermsvcrt: Implement _vscprintf and _vscwprintf.
2009-01-07  Alexandre Julliardinclude/msvcrt: Replace va_list by __ms_va_list for...
2009-01-04  Alexandre Julliardinclude: Fix the msvcrt time_t definition on 64-bit.
2009-01-03  Alexandre Julliardmsvcrt: Add missing __cdecl on some function pointers.
2008-12-17  Alexandre Julliardinclude: Use __p__iob on i386 to avoid problems with...
2008-12-17  Alexandre Julliardmsvcrt: Add __cdecl to all function prototypes.
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-12  Alexandre Julliardmsvcrt: Use iob_func instead of p__iob on non-x86.
2008-12-12  Alexandre Julliardmsvcrt: Use intptr_t or size_t instead of long where...
2008-12-12  Alexandre Julliardinclude: Add the msvcrt/crtdefs.h header and include...
2008-12-09  Alexandre Julliardinclude: Fix the definition of 64-bit types for Mingw64.
2008-12-09  Alexandre Julliardinclude: Added the msvcrt memory.h header.
2008-11-25  Maarten Lankhorstincludes: Add win64 calling convention.
2008-06-18  Jon Griffithsinclude/msvcrt: Wrap remaining msvcrt headers for C...
2008-04-22  Austin EnglishSpelling fixes.
2007-08-30  Francois Gougetmsvcrt: Add a prototype for _atoldbl() & co and declare...
2007-07-31  Robert Reifmsvcrt: Add _aligned_malloc functions.
2007-06-06  Dmitry Timoshkovinclude/msvcrt: Make sure that __int64 is properly...
2007-05-22  Francois Gougetmsvcrt: Remove the S_ISXXX() macros as they are not...
2007-02-20  Dmitry Timoshkovmsvcrt: Pack the structures on a 8-byte boundary like...
2007-02-14  Damjan Jovanovicmsvcrt: Added declarations for functions and structures...
2007-02-06  Damjan Jovanovicmsvcrt: Align struct _stati64's st_size on an 8 byte...
2006-12-05  Francois GougetAssorted spelling fixes.
2006-10-16  Alexandre Julliardconfigure: Don't define _WIN64 on the command line...
2006-10-09  Nick Burnsmsvcrt/process.h: __stdcall__ defined safely for Mac...
2006-09-22  Detlef Riekenberginclude: Open Watcom compatibility (Fix _BSDTYPES_DEFIN...
2006-07-10  Alexandre Julliardinclude/msvcrt: Fix all definitions of size_t for Win64.
2006-07-03  Ge van Geldorpinclude/msvcrt: Make sure size_t is properly defined...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-06  Eric PouechFixes for missing prototypes warnings.
2006-01-23  Alexandre Julliardmsvcrt: Added EILSEQ definition.
2005-11-03  Kevin KoltzauFix warnings and errors in 64bit.
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-07-21  Saulius Krasuckas- Declare implemented functions inside #ifndef _DEBUG...
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.
next