user: Added fast A->W mapping for EM_GETLINE.
[wine] / dlls / msvcrt /
2006-05-16  Peter Beutnermsvcrt: Fix handling of 'h' prefix in swprintf.
2006-05-15  Vitaliy Margolenmsvcrt: Fix times tests to pass on windows.
2006-05-08  qingdoa daoomsvcrt: Don't duplicate handle in _get_osfhandle.
2006-04-13  qingdoa daoomsvcrt: If caller passes a NULL deallocator to __unDNam...
2006-04-11  Eric Pouechmsvcrt: IO init.
2006-04-06  qingdoa daoomsvcrt: Append extension(.exe) for _spawnve argument.
2006-04-05  qingdoa daoomsvcrt: Fix a TRACE message to avoid buffer overflow.
2006-04-03  qingdoa daoomsvcrt: Allow environment strings longer than 512 chara...
2006-03-30  Rein Klazesmsvcrt: Fix read beyond end of string in __unDNameEx().
2006-03-27  H. Verbeetmsvcrt: Fix reading of signed numbers with unsigned...
2006-03-27  Alexandre Julliardmsvcrt: Fix fflush() of files opened for read.
2006-03-23  Alexandre Julliardmsvcrt: Implementation of wcsftime (based on a patch...
2006-03-06  Eric Pouechmsvcrt: Some more fixes to name demangling.
2006-02-28  Mike McCormackmsvcrt: Add a stub for _wsetlocale.
2006-02-24  Francois GougetAdd trailing '\n's to ok() calls.
2006-02-22  Peter Beutnermsvcrt: Save esp before calling catch block and restore...
2006-02-22  Peter Beutnermsvcrt: Fix handling of multiple nested exceptions.
2006-02-22  Peter Beutnermsvcrt: Fix handling of nested exceptions.
2006-02-20  Michael Stefaniucmsvcrt: Misc cleanups in undname.c.
2006-02-20  Michael Stefaniucmsvcrt: Add some tests for __unDName().
2006-02-20  Michael Stefaniucmsvcrt: Use a separate stack for back references to...
2006-02-20  Michael Stefaniucmsvcrt: Move code to parse a literal string out of...
2006-02-20  Michael Stefaniucmsvcrt: Wrap get_class() and get_class_string() for...
2006-02-20  Michael Stefaniucmsvcrt: Fix 20 tests from demangle_test() on old Win...
2006-02-17  Peter Beutnermsvcrt: Correctly set EOF flag in fread().
2006-02-17  Peter Beutnermsvcrt: Add test for fread/feof.
2006-02-17  Peter Beutnermsvcrt: Remove bogus code.
2006-02-17  Peter Beutnermsvcrt: Fix use of uninitialized variable.
2006-02-13  Mike McCormackmsvcrt: Fix a typo.
2006-02-11  Dmitry Timoshkovmsvcrt: localtime should accept any positive time value.
2006-02-10  Uwe Bonnesmsvcrt: In _mktemp sixth generated charater always...
2006-02-08  Michael Stefaniucmsvcrt: __unDNameEx is not a stub.
2006-02-07  Michael Stefaniucmsvcrt: Handle data types B,R,S in C++ symbol demangling.
2006-02-06  Eric PouechFixes for missing prototypes warnings.
2006-01-24  Alexandre Julliardmsvcrt: Make error strings static.
2006-01-24  Alexandre Julliardntdll: memcpy should behave like memmove in ntdll too.
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 _sys_errlist (based on a patch by Uwe...
2006-01-23  Alexandre Julliardmsvcrt: Added EILSEQ definition.
2006-01-23  Hans Leidekkermsvcrt: Stub implementation for wcsftime.
2006-01-21  Alexandre Julliardmsvcrt: Preserve all registers in call_ebp_func.
2006-01-18  Sasha Slijepcevicmsvcrt: In _tempnam, if TMP is set, it has a precedence...
2006-01-17  Marcus Meissnermsvcrt: _makepath(): operate on target buffer directly.
2006-01-14  Alexandre Julliardmsvcrt: Forward functions to ntdll instead of libc...
2006-01-14  Alexandre Julliardmsvcrt: Added wrappers for a few functions instead...
2006-01-14  Alexandre Julliardmsvcrt: Set errno in the standard math functions too...
2006-01-14  Alexandre Julliardmsvcrt: Make snprintf and snwprintf use the msvcrt...
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...
2006-01-11  Aric Stewartmsvcrt: Modify dir test to create its own directory...
2006-01-06  Aric Stewartmsvcrt: Add a regression test for _fullpath.
2006-01-06  Aric Stewartmsvcrt: Reworked _fullpath.
2006-01-05  Alexandre Julliardmsvcrt: Added assembly routines to save/restore registe...
2006-01-05  Alexandre Julliardmsvcrt: Added some assembly glue for the asm bits of...
2005-12-26  Jesse Allenmsvcrt: More printf tests for I64 integer size support.
2005-12-26  Jesse Allenmsvcrt: pf_integer_conv for I64.
2005-12-26  Jesse Allenmsvcrt: Do not treat %ll as an IntegerDouble in printf.
2005-12-26  Jesse Allenmsvcrt: Parse I, I32, and I64 integer size flags in...
2005-12-26  Maxime Bellengémsvcrt: Prevent a crash if TlsGetValue returns NULL...
2005-12-21  Alexandre Julliardmsvcrt: Return a per-thread buffer in localtime and...
2005-12-21  Marcus Meissnermsvcrt: Implemented wctime(), wasctime().
2005-12-21  Jesse Allenmsvcrt: Fix printf sign flags.
2005-12-20  Jesse Allenmsvcrt: Ignore PadZero when LeftAlign is true in printf...
2005-12-19  Jesse Allenmsvcrt: Require exact uppercase and lowercase format...
2005-12-16  Alexandre JulliardTake advantage of the __EXCEPT_PAGE_FAULT macro.
2005-12-16  Alexandre JulliardAdd -register hint in ntdll, kernel and msvcrt spec...
2005-12-12  Eric PouechFunctions with no paramters must be (void).
2005-12-01  Alexandre JulliardImproved the CHECK_DEF macro to avoid code duplication.
2005-12-01  Alexandre JulliardPrefix signal definitions with MSVCRT_ to avoid conflic...
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-24  Mike McCormackAdd some tests for _fcvt.
2005-11-23  Alexandre JulliardPreserve 16-byte stack alignment in the various assembly
2005-11-21  Rein KlazesFix bogus unreal code page messages in _setmbcp().
2005-11-21  Rein KlazesDo not forward _mbccpy to strcpy.
2005-11-21  Rein KlazesFix _mbsspn() with conformance tests.
2005-11-21  Saulius KrasuckasMinor MSVCRT test changes:
2005-11-18  Eric PouechEnsures, when we cannot demangle the string, to return...
2005-11-17  Eric PouechProvide a sample of the joy of MSC symbol mangling.
2005-11-16  Saulius KrasuckasFix _fcloseall() return value.
2005-11-14  Uwe BonnesUndname: Allow more then one coded character in demangl...
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-11-03  Kevin KoltzauFix warnings and errors in 64bit.
2005-11-03  Marcus MeissnerSpecify a DLL version for msvcrt.dll.
2005-11-01  Alexandre JulliardFixed _wstrdate/_wstrtime parameters.
2005-10-30  Robert ReifImplement _wstrdate and _wstrtime with tests.
2005-10-30  Peter BeutnerFix exception handling for non CXX_EXCEPTIONs.
2005-10-29  Kevin KoltzauEnable line editing for _cgets.
2005-10-28  Mike McCormackUse the correct buffer - reported by Jesse Allen.
2005-10-27  Vijay Kiran KamujuAdded a test case for %0f and %.0f.
2005-10-27  Mike McCormackMissing and zero precision specifiers are different.
2005-10-26  Eric PouechPrevious fix incorrectly removed all test for strings...
2005-10-21  Alexandre Julliard_cexit should call the atexit functions.
2005-10-20  Vijay Kiran KamujuFix msvcrt symbol demangling for non MS symbols.
2005-10-10  Vitaliy MargolenFix _ismbblead test to pass on windows.
2005-10-10  Richard CohenFix an error message.
2005-10-08  Vitaliy MargolenAdd a few tests that fail under wine.
2005-10-07  Vitaliy MargolenFix initial position for files opened with O_APPEND...
next