user: Added fast A->W mapping for EM_GETLINE.
[wine] / dlls / msvcrt / time.c
2006-03-23  Alexandre Julliardmsvcrt: Implementation of wcsftime (based on a patch...
2006-02-11  Dmitry Timoshkovmsvcrt: localtime should accept any positive time value.
2006-01-23  Hans Leidekkermsvcrt: Stub implementation for wcsftime.
2006-01-14  Alexandre Julliardmsvcrt: Implemented asctime, ctime and strftime instead...
2005-12-21  Alexandre Julliardmsvcrt: Return a per-thread buffer in localtime and...
2005-12-21  Marcus Meissnermsvcrt: Implemented wctime(), wasctime().
2005-10-30  Robert ReifImplement _wstrdate and _wstrtime with tests.
2005-09-27  Alexandre JulliardAdded implementation of _dstbias and __p__dstbias.
2005-05-24  Phil KrylovAdded detection of platforms which don't have external...
2005-05-14  Juan Lang- move _timezone to time.c, and correct its type
2005-04-23  Juan LangExport _tzname, expected by Mozilla.
2004-11-06  Rein Klazes- RtlTimeFieldsToTime should not normalize the time...
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-09-08  Uwe BonnesAdded MSVCRT_CLOCKS_PER_SEC define.
2004-06-25  Dimitrie O. PaunSplit the MSVCRT implementation headers from the public...
2004-03-25  Uwe BonnesCorrect errors with move to kernel time functions.
2004-03-19  Hans LeidekkerReimplement time functions with Win32 APIs.
2004-03-11  Hans LeidekkerImplement _ftime with Win32 APIs.
2003-03-04  Marcus MeissnerAdded _daylight stub int, and __p__daylight function.
2002-08-26  Patrik StridvallMSVC compatibility fixes.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-22  Alexandre JulliardDon't include debugtools.h in the header file, moved...
2001-12-05  François Gougetmktime must normalize the struct tm fields.
2001-11-12  Gerard Patel- implement mbscspn mostly as a stub
2001-04-23  Francois GougetWe must not free the pointer returned by localtime...
2001-04-16  Gerald PfeiferFixed MSVCRT_clock return type.
2001-04-10  Francois GougetInclude the msvcrt headers, remove duplicate definitions.
2001-04-10  Francois GougetAdjust the 'MSVCRT_' prefix to match the msvcrt headers
2001-01-10  Jon Griffiths- Migrate CRTDLL to MSVCRT.