gdiplus/tests: Cleanup resources on error path in test_font_height_scaling (coverity).
[wine] / dlls / msvcrt /
2012-10-24  Piotr Cabanmsvcrt: Fixed _ungetwc implementation.
2012-10-16  Piotr Cabanmsvcrt: Fixed tmpfile implementation.
2012-10-11  Piotr Cabanmsvcrt: Fixed exception information on 64-bit systems.
2012-09-13  Piotr Cabanmsvcrt/tests: Added more RTTI tests.
2012-09-13  Piotr Cabanmsvcrt: Fixed RTTI base pointer calculation if signatur...
2012-09-10  Piotr Cabanmsvcrt: Skip RTTI signature==1 tests on platforms that...
2012-09-07  Piotr Cabanmsvcrt: Fixed strncpy_s behavior when count equals 0.
2012-09-07  Piotr Cabanmsvcrt: Fixed RTTI structure on 64-bit systems.
2012-09-05  Piotr Cabanmsvcrt: Support 64-bit RTTI in __RTDynamicCast.
2012-09-05  Piotr Cabanmsvcrt: Support 64-bit RTTI in __RTtypeid function.
2012-09-05  Piotr Cabanmsvcrt: Moved RTTI and thiscall related macros to separ...
2012-08-21  Francois Gougetmsvcrt/tests: Add a trailing '\n' to a win_skip().
2012-08-20  Piotr Cabanmsvcrt/tests: Execute c++ related tests on 64-bit systems.
2012-08-20  Piotr Cabanmsvcrt: Fixed vector destructors implementation on...
2012-08-17  Dan Kegelmsvcrt: memmove_s shouldn't zero its output buffer...
2012-08-16  Alexandre Julliardmsvcrt: Add a number of floating point functions for...
2012-08-13  Michael Stefaniucmsvcrt: Aoid TRUE:FALSE conditional expressions.
2012-07-26  Alexandre Julliardmsvcrt: Make sure that errno is always set when calling...
2012-07-18  André Hentschelmsvcrt: Add tmpfile_s implementation.
2012-07-17  André Hentschelmsvcrt: Add bsearch_s implementation by reusing code...
2012-06-21  Francois Gougetmsvcrt: Use the CSTR_XXX macros instead of numeric...
2012-06-14  Piotr Cabanmsvcrt/tests: Fix Portuguese locale test on NT4.
2012-06-13  Francois Gougetmsvcrt: Fix the name of the Portuguese locale alias.
2012-05-30  Piotr Cabanmsvcrt: Handle rethrown exception in cxx_frame_handler.
2012-05-30  Piotr Cabanmsvcrt: Fixed typo in DEFINE_EXCEPTION_TYPE_INFO macro.
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-05-07  Thomas Fabermsvcrt: Fix malloc_func_t/free_func_t calling convention.
2012-04-24  Piotr Cabanmsvcrt: Rework wcsncpy_s to work on overlapping pointers.
2012-04-16  Piotr Cabanmsvcrt: Added more length modifiers in scanf function.
2012-04-16  Piotr Cabanmsvcrt: Fixed 'h' modifier handling when printing integers.
2012-04-16  Piotr Cabanmsvcrt: Added support for %W and %U format in strftime.
2012-04-13  Piotr Cabanmsvcrt: Fix months and weekday names in C locale.
2012-04-12  Piotr Cabanmsvcrt: Added support for _TRUNCATE flag in wcsncpy_s.
2012-04-11  Piotr Cabanmsvcrt/tests: Added more strftime tests.
2012-04-11  Piotr Cabanmsvcrt: Added _Strftime implementation.
2012-04-11  Piotr Cabanmsvcrt: Added field names to MSVCRT___lc_time_data...
2012-04-11  Piotr Cabanmsvcrt: Set correct date and time format for C locale.
2012-04-11  Piotr Cabanmsvcrt: Rewrite wasctime function.
2012-04-11  Piotr Cabanmsvcrt: Rewrite asctime function.
2012-04-04  Alexandre Julliardmsvcrt: Use macros to define exception type info struct...
2012-04-04  Alexandre Julliardmsvcrt: Use macros to define RTTI data.
2012-03-28  Robert van Herkmsvcrt: Fix file mode T (temporary file).
2012-03-26  Akihiro Sagawamsvcrt: Fix _mbsnbcmp and _mbsnbicmp implementation.
2012-03-26  Akihiro Sagawamsvcrt: Fix _mbcjistojms off by one error.
2012-03-26  Akihiro Sagawamsvcrt/tests: Add more tests for _mbcjistojms.
2012-03-26  Akihiro Sagawamsvcrt/tests: Rewrite test_mbcjisjms to test in various...
2012-03-26  Akihiro Sagawamsvcrt: Improve _mbbtombc to handle Japanese characters.
2012-03-26  Akihiro Sagawamsvcrt: Add test for _mbbtombc.
2012-03-26  André Hentschelmsvcrt: Fix a typo.
2012-03-16  Akihiro Sagawamsvcrt: Implement _mbcjmstojis.
2012-03-16  Akihiro Sagawamsvcrt: Add semi stub _mbcjmstojis implementation.
2012-03-16  Alexandre Julliardmsvcrt: Add entry points for the C++ exception function...
2012-03-16  Alexandre Julliardmsvcrt: Add a new file for the x86_64 exception handling.
2012-03-16  Alexandre Julliardmsvcrt: Move more i386-specific exception code to excep...
2012-03-16  Alexandre Julliardmsvcrt: Create an i386-specific file for exception...
2012-03-14  Akihiro Sagawamsvcrt: Add support for _flushall to clear all input...
2012-03-14  Akihiro Sagawamsvcrt: Add a helper function to flush all buffers.
2012-03-14  Akihiro Sagawamsvcrt: Add support for fflush to clear an input buffer.
2012-03-14  Akihiro Sagawamsvcrt/tests: Add tests for fflush on input stream.
2012-03-13  Piotr Cabanmsvcrt: Fixed printf behaviour on hexadecimal, zero...
2012-02-07  Piotr Cabanmsvcrt: Handle negative file->_cnt value in _flsbuf...
2012-02-06  Eric Pouechmsvcrt: Fix TRACE format modifier for wfreopen.
2012-01-10  Dmitry Timoshkovmsvcrt: Add some tests for strftime/wcsftime.
2012-01-09  Daniel Lehmanmsvcrt: Add _snwprintf_l.
2012-01-09  Daniel Lehmanmsvcrt: Sync _wtempnam with _tempnam.
2012-01-06  Alexandre Julliardmsvcrt: Use the correct type for findnext64.
2012-01-06  Alexandre Julliardmsvcrt: Don't name a local variable 'errno'.
2012-01-06  Daniel Lehmanmsvcrt: Make WEOF returned from swscanf signed.
2012-01-03  Marcus Meissnermsvcrt: Mark various internal functions as hidden.
2011-12-28  Piotr Cabanmsvcrt: NULL terminate strings returned by _Getdays...
2011-12-27  André Hentschelmsvcrt/tests: Fix two test messages.
2011-12-21  Piotr Cabanmsvcp90: Added ctype<char>::tolower functions implement...
2011-12-21  Alexandre Julliardmsvcrt: Fix formatting of pointers in printf.
2011-12-07  Piotr Cabanmsvcrt/tests: Added _Gettnames tests.
2011-12-07  Piotr Cabanmsvcrt: Added _Getmonths implementation.
2011-12-07  Piotr Cabanmsvcrt: Added _Getdays implementation.
2011-12-07  Piotr Cabanmsvcrt: Added _Gettnames implementation.
2011-12-07  Piotr Cabanmsvcrt: Initialize lc_time_curr inside create_locale.
2011-12-06  Piotr Cabanmsvcrt: Fix lc_collate_cp initialization.
2011-12-06  Piotr Cabanmsvcrt: Added _get_current_locale implementation.
2011-12-01  Akihiro Sagawamsvcrt: Add validity checks for _mbstrlen_l.
2011-12-01  Akihiro Sagawamsvcrt: Fix wctob in C locale.
2011-12-01  Akihiro Sagawamsvcrt: Use given locale info in _mbtowcs_l.
2011-11-30  André Hentschelmsvcrt: Implement _wasctime_s.
2011-11-30  André Hentschelmsvcrt: Implement asctime_s.
2011-11-29  Eric Pouechmsvcrt: Implemented _ultow_s.
2011-11-24  Piotr Cabanmsvcrt: Fix FILE critical section initialization.
2011-11-23  Piotr Cabanmsvcrt: Keep FILE critical section initialized after...
2011-11-23  Frédéric Delanoymsvcrt: Avoid hardcoding array lengths.
2011-11-16  Francois Gougetmsvcrt: Statically initialize and name the MSVCRT_file_...
2011-11-16  Piotr Cabanmsvcrt: Don't use fputc in flsbuf implementation.
2011-11-15  Piotr Cabanmsvcrt: Don't hold FILE critical section in some functions.
2011-11-15  André Hentschelmsvcrt: Implement _wfreopen_s.
2011-11-15  André Hentschelmsvcrt: Implement freopen_s.
2011-11-14  Francois Gougetmsvcrt: Give a name to the critical sections.
2011-11-14  Francois Gougetdlls: Remove unneeded include directives in resource...
2011-11-07  Thomas Fabermsvcrt: Fix MSVC build in locale.c.
2011-11-07  Thomas Fabermsvcrt: Fix MSVC build in exit.c and msvcrt.h.
2011-10-26  Piotr Cabanmsvcrt: Don't search for LCID in _setmbcp_l if it was...
2011-10-21  Frédéric Delanoymsvcrt: Avoid superfluous cast of MSVCRT_malloc return...
next