msvcrt: Use macros to define RTTI data.
[wine] / dlls / msvcrt / time.c
2011-11-30  André Hentschelmsvcrt: Implement _wasctime_s.
2011-11-30  André Hentschelmsvcrt: Implement asctime_s.
2011-08-22  Andrew Talbotmsvcrt: void functions should not return a value.
2011-06-03  Piotr Cabanmsvcrt: Fix mingw compilation issues.
2011-05-25  Piotr Cabanmsvcrt: Change the way how localtime/gmtime buffer...
2010-12-29  Eryk Wieliczkomsvcrt: Implement _ftime64_s and _ftime32_s.
2010-11-24  Michael Stefaniucmsvcrt: Add missing dereference of the time pointer.
2010-11-23  Eryk Wieliczkomsvcrt: Implement _ctime32/64_s.
2010-11-04  Eryk Wieliczkomsvcrt: Implement _get_tzname.
2010-10-11  Andrew Nguyenmsvcrt: Implement _localtime32_s.
2010-10-11  Andrew Nguyenmsvcrt: Use the write_invalid_msvcrt_tm helper in _gmti...
2010-10-11  Andrew Nguyenmsvcrt: Implement _localtime64_s.
2010-09-28  Andrew Nguyenmsvcrt: Convert the Unix asctime string from CP_UNIXCP...
2010-08-27  Piotr Cabanmsvcrt: Added _gmtime32_s and _gmtime64_s implementation.
2010-08-27  Piotr Cabanmsvcrt: Added _strdate_s and _wstrdate_s implementation.
2010-08-27  Piotr Cabanmsvcrt: Added _strtime_s and _wstrtime_s implementation.
2010-04-27  Piotr Cabanmsvcrt: Added _mkgmtime implementation.
2010-03-29  Piotr Cabanmsvcrt: Avoid using localtime_r.
2009-05-23  Alexandre Julliardmsvcrt: Replace long by MSVCRT_long.
2009-05-23  Alexandre Julliardmsvcrt: Add explicit 32- and 64-bit versions of the...
2009-01-29  Michael Stefaniucmsvcrt: Remove superfluous pointer casts.
2008-12-15  Alexandre Julliardmsvcrt: Rename _ftime to avoid conflicts.
2008-12-12  Alexandre Julliardmsvcrt: Use intptr_t or size_t instead of long where...
2008-12-05  Michael Stefaniucmsvcrt: Use NULL instead of casting zero.
2008-10-02  Jeff Zaroykomsvcrt: Avoid a NULL pointer deref in ctime.
2007-08-21  Dmitry Timoshkovmsvcrt: Restore error handling code in localtime.
2007-08-21  Dmitry Timoshkovmsvcrt: Route mktime and localtime to glibc.
2006-07-10  Alexandre Julliardmsvcrt: Avoid including system headers in msvcrt.h.
2006-06-19  Jeremy Whitemsvcrt: Solaris asctime_r compilation fix.
2006-06-13  Alexandre Julliardmsvcrt: Explicitly specify CDECL calling convention...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
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.