po: Update French translation.
[wine] / dlls / msvcrt /
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...
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.
next