Added more error codes to dxerr8 and dxerr9 which were extracted from
[wine] / dlls / msvcrt /
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...
2005-02-14  Francois GougetCast the GetProcAddress() return value to avoid warning...
2005-02-14  Mike McCormackAdd handling of %ws, %S and %C to _vns(w)printf, improv...
2005-02-10  Francois GougetAssorted spelling fixes.
2005-01-28  Francois GougetFix handling of EOF for the '%c' and '%C' cases in...
2005-01-10  Bill MedlandOnly report the unsupported flags.
2005-01-04  Lionel Ulmerfpos_t should be 64 bits (verified with native MSVCRT...
2005-01-04  Lionel UlmerHandle buffering in fgetpos / fsetpos.
2005-01-03  Eric PouechSome missing const correctness fixes.
2004-12-27  Rein KlazesCorrect cases where arguments of ok() calls depend...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-14  Juan LangImplement _popen and _pclose, and use debugstr_a to...
2004-12-14  Juan LangUse debugstr_a to avoid crash tracing long command...
2004-12-14  Juan Lang- make file functions (mostly) thread-safe
2004-12-14  Francois GougetAdd trailing '\n's to ok() calls.
2004-12-13  Eric PouechFixed some errors in function prototypes.
2004-12-10  Rein Klazes- implement __pioinfo, __badioinfo and _adjust_fdiv
2004-12-09  Juan Lang- implement _dup, _dup2, and _pipe
2004-12-09  Alexandre JulliardJanitorial: C booleans must not be compared against...
2004-12-07  Juan LangFlush file in fputc when character is '\n'.
2004-12-06  Juan LangSet st_mode bits in _fstati64.
2004-12-06  Juan Langmsvcrt_spawn should free STARTUPINFOA's lpReserved2...
2004-12-02  Peter ChapmanFix up several inline assembler blocks so that they...
2004-11-30  Eric PouechConst correctness fixes.
2004-11-28  Eric PouechFixed file name when opening NUL.
2004-11-21  Bill MedlandDon't mess up the msvcrt codepage on e.g. _MB_CP_ANSI.
2004-11-08  Eric PouechNow that name undecoration works, fix the type info.
2004-11-08  Eric PouechImplemented __unDName and __unDNameEx functions.
2004-11-06  Rein Klazes- RtlTimeFieldsToTime should not normalize the time...
2004-11-04  Aneurin Price- Move printf tests from scanf.c to printf.c (and fix...
2004-11-03  Tony LambregtsFix up init_fp test for freopen.
2004-10-27  Rein KlazesIn MSVCRT_localtime() return tm_isdst = 0 when there...
2004-10-25  Rein KlazesCorrectly use the returned value from GetTimeZoneInform...
2004-10-21  Rein Klazes- mktime should compute the tm_wday, tm_yday and renorm...
next