Fix signed/unsigned comparison warnings.
[wine] / dlls / msvcrt /
2004-09-08  Uwe BonnesAdded MSVCRT_CLOCKS_PER_SEC define.
2004-09-08  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-09-03  Eric Pouech- msvcrt: the file descriptors are now inherited betwee...
2004-09-01  Alexandre JulliardFunction parameters don't need WINE_UNUSED.
2004-09-01  Alexandre JulliardInline functions don't need WINE_UNUSED.
2004-08-26  Francois GougetAssorted spelling fixes.
2004-08-23  Francois GougetUpdate RTL_BITMAP and RTL_BITMAP_RUN to match the 2000...
2004-08-22  Francois GougetRemove these Wine-only types:
2004-08-13  Francois GougetThe Windows headers don't define PEXCEPTION_REGISTRATIO...
2004-08-11  Francois GougetDon't define __WINE_USE_MSVCRT in the Visual C++ projec...
2004-07-23  Francois GougetAssorted spelling fixes.
2004-07-19  Mike HearnAdd some test cases for _wputenv, fix deletion of non...
2004-07-16  Alexandre JulliardImplemented _spawnle and _spawnlpe.
2004-07-12  Pierre d'HerbemontDon't test i386 types on non i386.
2004-07-06  Alexandre JulliardAdded tests for div_t and ldiv_t.
2004-07-06  Pierre d'HerbemontDefine MSVCRT_div_t and MSVCRT_ldiv_t.
2004-06-25  Dimitrie O. PaunSplit the MSVCRT implementation headers from the public...
2004-06-02  Mike McCormackCopy the vsnprintfW implementation from libunicode...
2004-05-27  Uwe BonnesFixed typo.
2004-05-19  Eric PouechGetModuleFileName[AW] doesn't terminate the string...
2004-05-17  Patrik StridvallFixed some issues found by winapi_check.
2004-05-17  Raphael JunqueiraFix scanf handling of float numbers (beginning with...
2004-05-13  Alexandre JulliardFixed copy/paste bug in previous change.
2004-05-12  Alexandre JulliardFixed the prototypes of the _adj_fdiv_* functions.
2004-05-12  Eric Pouech- rewrote the file code so that streams manage low...
2004-05-04  Francois GougetMake our ascii strings static const.
2004-04-09  Francois GougetUse named constants instead of magic numbers.
2004-04-08  Alexandre JulliardPortability fix.
2004-04-08  Dave Belangerwcstod: added exponent parsing and fixed handling of...
2004-03-25  Uwe BonnesCorrect errors with move to kernel time functions.
2004-03-24  Rein KlazesThe name is _longjmpex (with the underscore).
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
2004-03-19  Uwe BonnesRelay msvcrt_memcpy to memmove, CString::Insert seems...
2004-03-19  Hans LeidekkerReimplement time functions with Win32 APIs.
2004-03-16  Hans Leidekker- Prefix many more functions, types, structs, etc....
2004-03-11  Hans LeidekkerImplement _ftime with Win32 APIs.
2004-03-11  Dimitrie O. PaunHeap tests cleanup.
2004-03-02  Alexandre JulliardWe no longer use the .exe.spec.c files.
2004-02-24  Uwe BonnesImplement I64 modifier, move WARN to TRACE.
2004-02-19  Alexandre JulliardFixed varargs handling in the scanf functions (spotted...
2004-02-09  Francois GougetAssorted spelling and case fixes.
2004-02-09  Alfons HoogervorstFix infinite loop in _flushall.
2004-02-09  Jon GriffithsUse Unicode calls instead of ASCII where applicable.
2004-01-27  Francois GougetAdd trailing '\n's to ok() calls.
2004-01-13  Rein KlazesTwo "unknown" parameters of _unDName() turn out to...
2004-01-13  Alexandre JulliardImplemented the remaining 64-bit file functions, and...
2004-01-13  Alexandre Julliard_set_error_mode is cdecl not stdcall.
2004-01-06  Francois GougetAssorted spelling fixes.
2004-01-06  Peter Berg Larsen%[a-z] and %[z-a] are interpreted as equivalent to...
2004-01-06  Peter Berg LarsenAdded _BITMAPSIZE_ and split _CONVERT_ macro to remove...
2003-12-30  Ferenc WagnerFix undeleted temporary file.
2003-12-15  Uwe BonnesPatch and test for scanf %i.
2003-12-15  Ferenc WagnerAdded snprintf test.
2003-12-04  Alexandre JulliardImplement some more register functions using DEFINE_REG...
2003-11-28  Alexandre JulliardBetter support for div and ldiv in Winelib apps.
2003-11-20  Dimitrie O. PaunFix realloc() to match the documented behaviour.
2003-11-14  Kirill SmelkovAdded _execle/_execlpe & _spawnle/_spawnlpe stubs.
2003-10-31  Ulrich CzekallaDuplicate stdin/stdout handles to avoid closing them...
2003-10-28  Pierre d'HerbemontFixed _wfullpath prototype.
2003-10-28  Uwe BonnesAnother difference in the printf family.
2003-10-24  Uwe BonnesAdded a test case for sprintf.
2003-10-24  Pavel RoskinMake MSVCRT__sopen() complain louder about unknown...
2003-10-24  Pavel RoskinAdded test for tmpnam().
2003-10-24  Pavel RoskinMSVCRT_tmpnam(): complete rewrite. Use the same names...
2003-10-21  Dave BelangerFix splitpath and wsplitpath for the file extension.
2003-10-21  Gerald PfeiferRemove unused variables EXE, BAT, CMD, and COM.
2003-10-16  Rolf KalbermatterUse INVALID_FILE_ATTRIBUTES to test for failure of
2003-10-15  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-10-15  Alexandre JulliardRewrote splitpath and wsplitpath to avoid modifying...
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-10-10  Uwe BonnesAdded test for %n.
2003-10-10  Uwe Bonnes%n returns the number of consumed characters.
2003-10-07  Uwe BonnesAdded some tests around fget(w)s.
2003-10-07  Uwe Bonnesfget(w)s(): Don't drop characters when buffer is not...
2003-10-07  Uwe Bonnes_write(): Don't fragment WriteFile() for TEXT mode...
2003-10-07  Uwe Bonnes_read(): In _O_TEXT mode make Readfile calls in chunks...
2003-10-06  Uwe BonnesMSVCRT___RTDynamicCast: Reject a NULL cppobj.
2003-09-30  Daniel MarmierUse #ifdef instead of #if for all feature tests.
2003-09-27  Alexandre Julliard_tempnam and _wtempnam should not create the temp file...
2003-09-25  Jon GriffithsVarious test fixes for XP/msvc.
2003-09-24  Alexandre JulliardRewrote getenv and _wgetenv to avoid returning a pointe...
2003-09-24  Jon GriffithsAdded tests for cpp objects/RTTI.
2003-09-23  Jon GriffithsA first stab at wcstod().
2003-09-10  Alexandre JulliardRemoved the A/W constants for builtin cursors, icons...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-28  Alexandre JulliardStart using the exported TEB structure from winternl...
2003-08-28  Alexandre JulliardRenamed a few more TEB fields.
2003-08-28  Alexandre JulliardRenamed EXCEPTION_FRAME to EXCEPTION_REGISTRATION_RECOR...
2003-08-20  Dimitrie O. PaunStub out the _[w]popen/_pclose() functions.
2003-08-19  Jon GriffithsUse exception as the base for all exception derived...
2003-08-19  Alexandre Julliard_ftol should return a 64-bit int (spotted by Jon Griffi...
2003-08-06  Alexandre JulliardWarning fixes.
2003-07-28  AndrĂ© JohansenAdded a dummy implementation of the _set_error_mode...
2003-07-18  Jon GriffithsImplement __p__wpgmptr, _wpgmptr.
2003-06-17  Alexandre JulliardAdded an assembly wrapper to retrieve the this pointer...
2003-06-06  Martin FuchsStub implementation for _Gettnames.
2003-06-04  Marcus MeissnerImplemented localeconv() with libc function.
2003-05-13  Uwe BonnesFix some sscanf cases and testcase to get wxtide32...
2003-05-13  Francois GougetFix miscellaneous spelling errors and typos.
2003-05-13  Francois GougetChange the #include order so the test compiles with...
next