msvcrt: Do not treat %ll as an IntegerDouble in printf.
[wine] / dlls / msvcrt /
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...
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-27  Alexandre JulliardAdded implementation of _dstbias and __p__dstbias.
2005-09-26  Francois GougetMake it clear the empty body sections are not accidental.
2005-09-25  Alexandre JulliardReplace DPRINTF by TRACE in a few places.
2005-09-23  Vijay Kiran KamujuImplementation of _get_sbh_threshold and _set_sbh_threshold
2005-09-19  Vijay Kiran KamujuAdded __p__amblksiz implementation.
2005-09-12  Alexandre JulliardFixed a number of pointer to integer conversions that...
2005-09-09  Alexandre JulliardSpecify 64-bit integers as double instead of long long...
2005-09-06  Vijay Kiran KamujuAdded a test for failing _ismbblead.
2005-09-06  Eric PouechFixes for function prototypes without arguments.
2005-09-02  Mike McCormackFix gcc 4.0 warnings.
2005-08-27  Alexandre JulliardExplicitly import kernel32 in tests that use it.
2005-08-24  Vitaly LipatovAdd missed _mbscoll function.
2005-08-23  Mike McCormackFix gcc 4.0 warnings.
2005-08-19  Jason Edmeades_swab failed if src == dest, plus some testcases.
2005-08-11  Mike McCormackTurn off gcc 4.0's builtin wchar inlines.
2005-07-11  Vijay Kiran KamujuFix _setmbcp behavior for unreal codepages.
2005-07-10  Felix NawothnigAllow reading 0 bytes in fread.
2005-07-05  Eric PouechFixed erroneous file flag in _popen.
2005-07-05  Stefan HuehnerFix some more -Wmissing-declarations warnings.
2005-07-03  Marcus Meissnerchar pointer must be 11 byte to fit 10 characters ...
2005-06-27  Stefan HuehnerFix some -Wstrict-prototypes warnings.
2005-06-27  Eric Pouech- OpenConsole: try to open the Unix console if we fail...
2005-06-25  Paul RupeMake ungetc(EOF) a no-op.
2005-06-22  Alexandre JulliardFix duplication of _Getnames and _Gettnames, only the...
2005-06-21  Stefan HuehnerFix some more -Wstrict-prototypes warnings.
2005-06-20  Stefan HuehnerMake some function static.
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-16  Alexandre JulliardStore vtables in the data segment to avoid text relocat...
2005-05-29  Eric Pouech_findclose() exists on MinGW, so prefix it.
2005-05-24  Phil KrylovAdded detection of platforms which don't have external...
2005-05-23  Uwe BonnesImplement minimal _stricoll.
2005-05-19  Juan LangImplement _XcptFilter using signal handlers, and add...
2005-05-16  Uwe BonnesCorrect return value of fsetpos.
2005-05-14  Juan Lang- move _timezone to time.c, and correct its type
2005-05-13  Juan LangImplement signals.
2005-05-12   <wine.larry.engho... Flush output buffers from _close() rather than MSVCRT_f...
2005-05-11   <wine.larry.engho... Add test for correctly interpreting %% printf format...
2005-05-10   <wine.larry.engho... Interpret %% correctly in printf format string.
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-07  Alexandre JulliardPrefix the internal name of all register functions...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-05-05   <wine.larry.engho... Return ENOENT rather than EBADF from MSVCRT_fopen(...
2005-04-25  Alexandre JulliardRemove a few more instances of strncpy.
2005-04-23  Juan LangExport _tzname, expected by Mozilla.
2005-04-18  Peter Berg LarsenReplace strncpy with memcpy or lstrcpyn.
2005-04-18  Eric PouechFixed some signed / unsigned pointer casts.
2005-04-14  Rein KlazesFix decoding printf format in case the field width...
2005-03-31  Hans LeidekkerImplement and test _chsize.
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-03-10  C. Scott AnanianAllow scanf to continue parsing format string after...
2005-03-07  Jason EdmeadesMake msvcrt printf use the internal routines which...
2005-03-05  Mike McCormackHandle %ls in sprintf.
2005-03-04  Mike McCormackHandle the printf %F format modifier.
2005-03-02  Francois GougetAssorted spelling fixes.
2005-02-25  Uwe BonnesAdvance over * argument for precision.
2005-02-25  Jon GriffithsDocumentation spelling fixes.
2005-02-18  Gunnar DalsnesWhen getting current directory on a drive different...
next