dbghelp: When handling a P augmentation in FDE/DIE parsing, throw away the DW_EH_indi...
[wine] / dlls / msvcrt /
2010-04-01  Piotr Cabanmsvcrt: Added implementation of _controlfp_s.
2010-04-01  Piotr Cabanmsvcrt: Fix _get/_set_invalid_parameter_handler impleme...
2010-04-01  Piotr Cabanmsvcrt: Move invalid parameter tests to msvcr90.
2010-03-29  Piotr Cabanmsvcrt: Added _strtoui64 implementation.
2010-03-29  Piotr Cabanmsvcrt: Added _strtoi64 implementation.
2010-03-29  Piotr Cabanmsvcrt: Avoid using localtime_r.
2010-03-29  Piotr Cabanmsvcrt: Avoid using scalb function.
2010-03-29  Piotr Cabanmsvcrt: Rename functions conflicting with mingw headers.
2010-03-25  Piotr Cabanmsvcr90: Added _get/set_invalid_parameter_handler imple...
2010-03-25  Piotr Cabanmsvcrt: Added strnlen implementation.
2010-03-25  Piotr Cabanmsvcrt: Update msvcrt.spec.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-02-24  David Hedbergmsvcrt: Implement _mbctombb.
2010-02-23  David Hedbergmsvcrt: Implement _ismbclegal.
2010-02-23  David Hedbergmsvcrt: Add trail bytes info for codepage 1361.
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2010-02-16  Alexandre Julliardmsvcrt/tests: Avoid size_t in a trace.
2010-02-04  Maarten Lankhorstmsvcrt: Forward _ftol2 to ntdll._ftol.
2010-01-28  Uwe Bonnesmsvcrt: read_i should pull in LF after CR only in unbuf...
2010-01-28  Uwe Bonnesmsvcrt: Check for EOF before correcting CR/LF.
2010-01-19  André Hentschelmsvcrt: Fix typo.
2010-01-18  Uwe Bonnesmsvcrt: Handle CR at buffer boundary and test case.
2010-01-18  Uwe Bonnesmsvcrt: xxopen() accepts spaces in the mode string.
2010-01-18  André Hentschelmsvcrt/tests: Add some demangle tests.
2010-01-18  Andrew Nguyenmsvcrt: Implement and test rand_s.
2010-01-18  André Hentschelmsvcrt: Forward __C_specific_handler to ntdll.
2010-01-14  Jeff Zaroykomsvcrt: Check if argument passed to _dup2 is positive.
2010-01-14  Jeff Zaroykomsvcrt/tests: Test _dup2 for failure when second arg...
2010-01-11  Uwe Bonnesmsvcrt: In unbuffered text mode reading \r\n with fgetc...
2010-01-11  Jason Edmeadesmsvcrt: Add support for sprintf_s.
2010-01-11  Jason Edmeadesmsvcrt: Add support for vsprintf_s.
2009-12-14  Rob Shearmanmsvcrt: Free memory allocated in TLS slot on module...
2009-12-09  Alexandre Julliardmsvcrt/tests: Fix the signal handler calling convention.
2009-12-07  Nikolay Sivovmsvcrt/tests: Free temporary file name after test.
2009-12-04  Marcus Meissnermsvcrt: Remove unnecessary NULL check (Coverity).
2009-12-03  Peter Rosinmsvcrt: Handle the SIGBREAK signal.
2009-12-03  Peter Rosinmsvcrt: Add test to check if signal(SIGBREAK, ...)...
2009-11-24  Andrew Nguyenmsvcrt: Forward _ftol2_sse to ntdll._ftol.
2009-11-24  Gregor Schneidermsvcrt: Calculate floating point decimals in internally...
2009-11-21  Alexandre Julliardinclude: Specify explicit alignment for __int64 types.
2009-11-18  Eric Pouechmscvrt: Fix some undname quirks (space at the end of...
2009-11-16  Andrew Nguyenmsvcrt: Implement and test _wcsupr_s.
2009-11-16  Eric Pouechmsvcrt: In undname functions, no longer use a fixed...
2009-11-16  Eric Pouechmsvcrt: In undname helpers, allow str_array_push to...
2009-11-04  André Hentschelmsvcrt: Do not overlap in strcpy (Valgrind).
2009-10-22  Alexandre Julliardmsvcrt: Implement __lconv_init.
2009-10-08  Michael Stefaniucmsvcrt/tests: Use LONG instead of long.
2009-10-06  Alexandre Julliardmsvcrt: Use strict function prototypes.
2009-10-05  Eric Pouechmsvcrt: Added __uncaught_exception support.
2009-10-05  Alexandre Julliardmsvcrt: Add an MSVCRT prefix to _wenviron.
2009-09-10  Alexandre Julliardmsvcrt/tests: Add tests for the handle inheritance...
2009-09-10  Alexandre Julliardmsvcrt: Add validity checks on the size of the handle...
2009-09-02  Ge van Geldorpmsvcrt/tests: Add acceptable error codes for W2K8+.
2009-09-01  Alexandre Julliardmsvcrt: Fix the strtol/strtoul definitions.
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-08-10  Andrew Nguyenmsvcrt: Remove dead code in wcscpy_s.
2009-07-14  Alexandre Julliardmsvcrt: Add an errno mapping for ERROR_SHARING_VIOLATION.
2009-06-25  Alexandre Julliardmsvcrt: Add call frame annotations in x86 assembly...
2009-06-15  Alexandre Julliardmsvcrt: Add appropriate stdcall decorations to assembly...
2009-05-27  Michael Stefaniucmsvcrt: Avoid using size_t when not neededed.
2009-05-27  Michael Stefaniucmsvcrt: Replace size_t with MSVCRT_size_t.
2009-05-23  Alexandre Julliardmsvcrt: Replace long by MSVCRT_long.
2009-05-23  Alexandre Julliardmsvcrt/tests: Make all msvcrt function pointers cdecl.
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-05-20  Alexandre Julliardmsvcrt/tests: Use the _winver etc. variables instead...
2009-05-11  Austin Englishmsvcrt/tests: Sign compare fixes.
2009-04-22  Rein Klazesmsvcrt/tests: Add some tests for strtok().
2009-04-20  Rein Klazesmsvcrt: Do not set the windows version to 0.5.
2009-04-15  Hans Leidekkermsvcrt: Implement ___lc_codepage_func, ___lc_collate_cp...
2009-04-14  Rein Klazesmsvcrt: Correct implementation of _ecvt() with tests.
2009-04-06  Alexandre Julliardmsvcrt: Fix scanf to correctly parse pointers on 64...
2009-03-26  Hans Leidekkermsvcrt: Add tests for _vscprintf and _vscwprintf.
2009-03-26  Hans Leidekkermsvcrt: Implement _vscprintf and _vscwprintf.
2009-03-09  Francois GougetRemove spaces before '\n's.
2009-02-18  Juan M. Navarromsvcrt/tests: Avoid size_t in printf format.
2009-02-18  Alexandre Julliardmsvcrt: Don't try to duplicate invalid handles. Don...
2009-02-11  Francois GougetAssorted spelling fixes.
2009-02-06  David Hedbergmsvcrt: Implement _mbcjistojms.
2009-01-30  Francois Gougetmsvcrt/tests: Remove a space before a '\n'.
2009-01-29  Michael Stefaniucmsvcrt: Remove superfluous pointer casts.
2009-01-29  Dan Kegelmsvcrt: Remove CRs earlier in ascii mode in fseek,...
2009-01-29  Dan Kegelmsvcrt: _flsbuf zeroes _cnt.
2009-01-28  Uwe Bonnesmsvcrt/tests: Test case to show Wine still mishandles...
2009-01-27  Hans Leidekkermsvcrt: Add a test for _vsnwprintf.
2009-01-19  Alexandre Julliardlibwine: Re-generate the Windows codepage data using...
2009-01-19  Hans Leidekkermsvcrt: Forward ANSI open functions to their Unicode...
2009-01-19  Dan Kegelmsvcrt: Remove CRs earlier in ascii mode.
2009-01-08  Alexandre Julliardmsvcrt: Fix an unused function warning on non-i386.
2009-01-08  Alexandre Julliardmsvcrt: Avoid size_t in printf format.
2009-01-08  Alexandre Julliardmsvcrt/tests: Avoid printing pointer differences in...
2009-01-07  Alexandre Julliardmsvcrt: Correctly walk up the list of trylevels in...
2009-01-05  Alexandre Julliardmsvcrt: Fix the time_t definition for the msvcrt build.
2009-01-04  Alexandre Julliardmsvcrt/tests: Fix the scanf pointer formatting tests...
2009-01-04  Alexandre Julliardmsvcrt/tests: Fix the printf pointer formatting tests...
2009-01-03  Alexandre Julliardmsvcrt/tests: Fix some printf formats for 64-bit.
2009-01-03  Alexandre Julliardmsvcrt/tests: Use unsigned int instead of size_t for...
2009-01-03  Alexandre Julliardmsvcrt: Add missing __cdecl on some function pointers.
next