msvcr90/tests: Added _getptd tests.
[wine] / dlls / msvcrt / msvcrt.h
2011-05-25  Piotr Cabanmsvcr90/tests: Added _getptd tests.
2011-05-25  Piotr Cabanmsvcrt: Improved tmpnam/wtmpnam implementation.
2011-05-25  Piotr Cabanmsvcrt: Change the way how localtime/gmtime buffer...
2011-05-25  Piotr Cabanmsvcrt: Change the way locale information is stored...
2011-05-25  Piotr Cabanmsvcrt: Use get_locinfo instead of get_locale.
2011-05-25  Piotr Cabanmsvcrt: Use _create_locale instead of setlocale during...
2011-05-25  Piotr Cabanmsvcrt: Reorder fields of __thread_data structure.
2011-05-25  Piotr Cabanmsvcrt: Close thread handle when _beginthread is used.
2011-05-20  Piotr Cabanmsvcrt: Fix __pctype_func implementation.
2011-05-19  Piotr Cabanmsvcrt: Make scanf functions thread safe.
2011-05-12  Piotr Cabanmsvcrt: Added _strlwr_s_l implementation.
2011-05-11  Piotr Cabanmsvcrt: Don't pass NULL as __ms_va_list in printf imple...
2011-05-03  Francois Gougetmsvcrt: Make printf_arg arg_clbk_positional() and MSVCR...
2011-04-28  Piotr Cabanmsvcrt: Added wcsrtombs implementation.
2011-04-27  Piotr Cabanmsvcrt: Added sprintf_p_l implementation.
2011-04-25  Piotr Cabanmsvcrt: Removed pf_vnsprintf internal function.
2011-04-25  Piotr Cabanmsvcrt: Use callback based printf in cprintf functions...
2011-04-25  Piotr Cabanmsvcrt: Copy and reorganize printf implementation.
2011-04-05  Piotr Cabanmsvcrt: Added _wassert implementation.
2011-03-16  Hans Leidekkermsvcrt: Implement _set_security_error_handler.
2011-03-09  Nikolay Sivovmsvcrt: Add _get_output_format() and return default...
2011-02-17  Jörg Höhlemsvcrt: sizeof(long double) is 12 with MS, but not...
2011-02-01  Alexandre Julliardmsvcrt: Implement longjmp for x86_64.
2011-01-28  Detlef Riekenbergmsvcrt: Add private define and header tests for _set_er...
2011-01-26  Alexandre Julliardmsvcrt: Implemented __control87_2.
2011-01-20  Nikolay Sivovmsvcrt: Partially implement _set_abort_behavior.
2011-01-19  Nikolay Sivovmsvcrt: Add _atoflt and _atoflt_l implementations.
2010-11-26  Alexandre Julliardinclude/msvcrt: Define more CPU control word flags.
2010-11-08  Eric Pouechmsvcrt: For internal msvcrt use, added ability to grow...
2010-11-03  Eric Pouechmsvcrt: Implemented (_)wcserror.
2010-11-01  Eric Pouechmsvcrt: Added macro to ease implementation of so called...
2010-10-19  Damjan Jovanovicmsvcrt: Define STRUNCATE.
2010-10-11  Andrew Nguyenmsvcrt: Implement _localtime64_s.
2010-08-30  Piotr Cabanmsvcrt: Added _splitpath_s implementation.
2010-08-27  Piotr Cabanmsvcrt: Added _gcvt_s implementation.
2010-08-25  Piotr Cabanmsvcrt: Added _set_purecall_handler implementation.
2010-06-07  Alexander Scott... msvcrt: Rename _TRUNCATE to MSVCRT__TRUNCATE.
2010-05-20  Piotr Cabanmsvcrt: Fix compilation error (x86_64-pc-mingw32).
2010-05-10  Piotr Cabanmsvcrt: Fix strtod and wcstod implementation.
2010-04-19  Piotr Cabanmsvcrt: Added _vsnwprintf* implementation.
2010-04-19  Piotr Cabanmsvcrt: Added _vsnprintf* implementation.
2010-04-15  Piotr Cabanmsvcrt: Added _configthreadlocale implementation.
2010-04-15  Piotr Cabanmsvcrt: Add helper function that returns current locale.
2010-04-15  Piotr Cabanmsvcrt: Change implementation of setlocale.
2010-04-14  Alexandre Julliardmsvcrt: Implement _invalid_parameter and fix the handle...
2010-04-08  Piotr Cabanmsvcrt: Added implemenatation of _create_locale and...
2010-03-29  Piotr Cabanmsvcrt: Added _strtoi64 implementation.
2010-03-29  Piotr Cabanmsvcrt: Rename functions conflicting with mingw headers.
2010-03-25  Piotr Cabanmsvcr90: Added _get/set_invalid_parameter_handler imple...
2009-11-21  Alexandre Julliardinclude: Specify explicit alignment for __int64 types.
2009-10-05  Alexandre Julliardmsvcrt: Add an MSVCRT prefix to _wenviron.
2009-09-01  Eric Pouechmsvcrt: Correctly handle the error cases in strtol...
2009-05-23  Alexandre Julliardmsvcrt: Replace long by MSVCRT_long.
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-01-05  Alexandre Julliardmsvcrt: Fix the time_t definition for the msvcrt build.
2009-01-03  Alexandre Julliardmsvcrt: Add missing __cdecl on some function pointers.
2009-01-03  Alexandre Julliardmsvcrt: Convert all the printf functions to use MS...
2008-12-15  Alexandre Julliardmsvcrt: Rename _ftime to avoid conflicts.
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 Julliardmsvcrt: Don't include msvcrt headers, instead duplicate...
2008-11-25  Maarten Lankhorstmsvcrt: Add CDECL to all cdecl functions.
2008-10-07  Eric Pouechmsvcrt: Implemented splitpath_s.
2008-01-08  Hans Leidekkermsvcrt: Correct search strategy for the exec/spawn...
2008-01-08  Hans Leidekkermsvcrt: Implement _wexecv{, e, p, pe}.
2008-01-08  Hans Leidekkermsvcrt: Implement _wpopen and forward _popen to it.
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.
2007-09-24  Hans Leidekkermsvcrt: Implement _wspawnv{, e, p, pe}.
2007-09-24  Hans Leidekkermsvcrt: Implement _wsearchenv.
2007-09-19  Tijl Coosemansmsvcrt: Resolve symbols clashes with FreeBSD libc.
2007-08-30  Francois Gougetmsvcrt: Add a prototype for _atoldbl() & co and declare...
2007-07-27  Alexandre Julliardmsvcrt: Get rid of the now unused strndup/wstrndup...
2007-02-14  Damjan Jovanovicmsvcrt: Added declarations for functions and structures...
2007-02-09  Eric Pouechmsvcrt: Use raise(SIGABRT) for abort() and assert().
2007-02-06  Damjan Jovanovicmsvcrt: Align struct _stati64's st_size on an 8 byte...
2007-01-16  Alexandre Julliardmsvcrt: Export various locale and codepage variables.
2006-12-19  Louis Lendersmsvcrt: Add _atoldbl.
2006-07-10  Alexandre Julliardmsvcrt: Avoid including system headers in msvcrt.h.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-24  Alexandre JulliardAvoid importing _strlwr/_strupr from ntdll.
2006-01-24  Alexandre Julliardmsvcrt: Use the msvcrt version of printf everywhere.
2006-01-23  Alexandre Julliardmsvcrt: Properly implemented strerror and perror (based...
2006-01-23  Alexandre Julliardmsvcrt: Added EILSEQ definition.
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...
2005-12-21  Alexandre Julliardmsvcrt: Return a per-thread buffer in localtime and...
2005-12-21  Marcus Meissnermsvcrt: Implemented wctime(), wasctime().
2005-12-12  Eric PouechFunctions with no paramters must be (void).
2005-12-01  Alexandre JulliardPrefix signal definitions with MSVCRT_ to avoid conflic...
2005-11-03  Kevin KoltzauFix warnings and errors in 64bit.
2005-09-02  Mike McCormackFix gcc 4.0 warnings.
2005-05-14  Juan Lang- move _timezone to time.c, and correct its type
2005-05-13  Juan LangImplement signals.
2005-03-07  Jason EdmeadesMake msvcrt printf use the internal routines which...
2005-01-04  Lionel Ulmerfpos_t should be 64 bits (verified with native MSVCRT...
next