msvcrt: Add semi stub _mbcjmstojis implementation.
[wine] / dlls / msvcrt /
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...
2011-10-18  Piotr Cabanmsvcrt: Initialize all ctype fields.
2011-10-18  Marcus Meissnermsvcrt: Use correct sizeof to realloc (Coverity).
2011-10-17  Marcus Meissnermsvcrt: Replaced bad memcpy by strcpy (Coverity).
2011-10-14  Piotr Cabanmsvcrt: Fix handling of locales without region in MSVCR...
2011-10-14  Piotr Cabanmsvcrt: Added missing calling convention specification.
2011-10-13  Piotr Cabanmsvcrt: Don't duplicate _setmbcp functionality inside...
2011-10-12  Piotr Cabanmsvcrt: Added _mbtowc_l implementation.
2011-10-12  Piotr Cabanmsvcrt: Move _pctype definition to locale.c.
2011-10-12  Piotr Cabanmsvcrt: Use _ismbblead instead of _isleadbyte in mbcode...
2011-10-12  Piotr Cabanmsvcrt: Use ismbcodepage instead of mb_cur_max in mbcod...
2011-10-12  Piotr Cabanmsvcrt: Handle C locale in _setmbcp.
2011-10-12  Piotr Cabanmsvcrt: Don't overwrite mbcinfo inside setlocale.
2011-10-08  Andrew Talbotmsvcrt: Remove a superfluous semicolon.
2011-10-08  Andrew Talbotmsvcrt: Mark some fall-throughs in a switch statement.
2011-10-06  Piotr Cabanmsvcrt: Added _iswdigit_l implementation.
2011-10-06  Piotr Cabanmsvcrt: Free fd entries with incorrect HANDLE value.
2011-10-06  Piotr Cabanmsvcrt: Fix __pioinfo block size.
2011-10-04  Piotr Cabanmsvcrt: Fix wcsncpy_s implementation.
2011-09-28  Frédéric Delanoymsvcrt/tests: Remove dead assignments (Clang).
2011-09-20  Piotr Cabanmsvcr90: Fix _vswprintf_p implementation.
2011-09-20  Francois Gougetmsvcrt: Fix printing NULL strings.
2011-09-13  Piotr Cabanmsvcrt: Improve operator new implementation.
2011-09-05  Piotr Cabanmsvcrt: Fix _vswprintf* arguments.
2011-08-23  Andrew Talbotmsvcrt: Constify some variables.
2011-08-22  Andrew Talbotmsvcrt: void functions should not return a value.
2011-08-04  Frédéric Delanoytests: Assorted spelling fixes.
2011-08-03  Austin Englishmsvcrt/tests: Make sure to use return values.
2011-08-03  Frédéric Delanoydlls: Assorted spelling fixes.
2011-08-01  Piotr Cabanmsvcrt: Added vscwprintf_{l,p_l} functions implementation.
2011-07-29  Piotr Cabanmsvcrt: Fixed vswprintf* exports.
2011-07-28  Piotr Cabanmsvcrt: Fix uninitialized memory access in wcsrtombs_l...
2011-07-26  Piotr Cabanmsvcrt: Fix %f format handling in printf so it works...
2011-07-26  Piotr Cabanmsvcrt: Fixed tmpnam and _wtmpname implementation.
2011-07-04  Daniel Verkampmsvcrt/tests: Add test for _get_pgmptr.
2011-07-04  Daniel Verkampmsvcrt: Add _get_pgmptr and _get_wpgmptr.
2011-06-20  Damjan Jovanovicmsvcrt: The time passed to utime functions can be NULL.
2011-06-20  Piotr Cabanmsvcrt: Avoid deadlock when _beginthread is executed...
2011-06-20  Piotr Cabanmsvcrt: Fix __p__pctype implementation.
2011-06-14  Marcus Meissnermscvrt: Do not shadow fmt (Coverity).
2011-06-08  Piotr Cabanmsvcrt: Fix broken exports in spec file.
2011-06-06  Piotr Cabanmsvcrt: Fixed buffer overflow in snprintf functions...
2011-06-03  Piotr Cabanmsvcrt: Improved tolower_l and toupper_l implementation.
2011-06-03  Piotr Cabanmsvcrt: Fix pclmap and pcumap for "C" locale.
2011-06-03  Piotr Cabanmsvcrt: Fix mingw compilation issues.
2011-05-26  Piotr Cabanmsvcrt: Improved locale initialization.
2011-05-25  Piotr Cabanmsvcr90/tests: Added _getptd tests.
2011-05-25  Piotr Cabanmsvcrt: Added _get_unexpected implementation.
2011-05-25  Piotr Cabanmsvcrt: Added _getptd implementation.
2011-05-25  Piotr Cabanmsvcrt: Improved tmpnam/wtmpnam implementation.
2011-05-25  Piotr Cabanmsvcrt: Change the way how localtime/gmtime buffer...
next