Add and fix some stubs.
[wine] / dlls / msvcrt /
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...
2004-10-19  Alexandre JulliardOutput the virtual tables for the exception classes...
2004-10-18  Alexandre JulliardFixed __RTDynamicCast to return the correct pointer...
2004-10-14  Alexandre JulliardFixed spelling of 'hierarchy'.
2004-10-14  Hans LeidekkerPrefix _fsopen with MSVCRT_ to avoid collision with...
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.
next