- 10 Jul, 2006 1 commit
-
-
Alexandre Julliard authored
-
- 19 Jun, 2006 1 commit
-
-
Jeremy White authored
-
- 13 Jun, 2006 1 commit
-
-
Alexandre Julliard authored
-
- 23 May, 2006 1 commit
-
-
Jonathan Ernst authored
-
- 23 Mar, 2006 1 commit
-
-
Alexandre Julliard authored
-
- 11 Feb, 2006 1 commit
-
-
Dmitry Timoshkov authored
-
- 23 Jan, 2006 1 commit
-
-
Hans Leidekker authored
-
- 14 Jan, 2006 1 commit
-
-
Alexandre Julliard authored
Make the code thread-safe by using asctime_r if available.
-
- 21 Dec, 2005 2 commits
-
-
Alexandre Julliard authored
-
Marcus Meissner authored
Free thread data in DLL_THREAD_DETACH.
-
- 30 Oct, 2005 1 commit
-
-
Robert Reif authored
-
- 27 Sep, 2005 1 commit
-
-
Alexandre Julliard authored
Added macros for _dstbias, _daylight, _timezone and _tzname.
-
- 24 May, 2005 1 commit
-
-
Phil Krylov authored
daylight variables, and emulation of these variables.
-
- 14 May, 2005 1 commit
-
-
Juan Lang authored
- implement _tzset, and initialize _daylight, _timezone, and _tzname from libc values
-
- 23 Apr, 2005 1 commit
-
-
Juan Lang authored
-
- 06 Nov, 2004 1 commit
-
-
Rein Klazes authored
structure. Instead return error when it is given an unormalized date. - Use better algorithms for RtlTimeToTimeFields and RtlTimeFieldsToTime. RtlTimeToTimeFields is about 3 times faster. - Add tests for RtlTimeFieldsToTime. - SystemTimeToFileTime must fail if RtlTimeFieldsToTime fails. Users of SystemTimeToFileTime must do likewise. - Remove a todo_wine from SystemTimeToFileTime tests. - Since msvcrt.mktime must accept unnormalized dates, it cannot use SystemTimeToFileTime and do the calculations itself. - Add some tests for mktime accepting unnormalized dates.
-
- 27 Oct, 2004 1 commit
-
-
Rein Klazes authored
time changes in the local time zone.
-
- 25 Oct, 2004 1 commit
-
-
Rein Klazes authored
-
- 21 Oct, 2004 1 commit
-
-
Rein Klazes authored
other fields of the supplied tm structure. - add prototype declarations for the time functions.
-
- 08 Sep, 2004 1 commit
-
-
Uwe Bonnes authored
-
- 25 Jun, 2004 1 commit
-
-
Dimitrie O. Paun authored
Fix some naming conventions aberrations. Add tests to ensure consistency between the two sets of symbols.
-
- 25 Mar, 2004 1 commit
-
-
Uwe Bonnes authored
Add test case.
-
- 19 Mar, 2004 1 commit
-
-
Hans Leidekker authored
Implement localtime()/gmtime().
-
- 11 Mar, 2004 1 commit
-
-
Hans Leidekker authored
-
- 04 Mar, 2003 1 commit
-
-
Marcus Meissner authored
-
- 26 Aug, 2002 1 commit
-
-
Patrik Stridvall authored
-
- 09 Mar, 2002 1 commit
-
-
Alexandre Julliard authored
Global replacement of debugtools.h by wine/debug.h.
-
- 22 Jan, 2002 1 commit
-
-
Alexandre Julliard authored
that need it (and used the new wine/debug.h while we are at it).
-
- 05 Dec, 2001 1 commit
-
-
François Gouget authored
-
- 12 Nov, 2001 1 commit
-
-
Gerard Patel authored
- reimplement mktime
-
- 23 Apr, 2001 1 commit
-
-
Francois Gouget authored
with MSVCRT_free!). We no longer need to include stdlib.h.
-
- 16 Apr, 2001 1 commit
-
-
Gerald Pfeifer authored
-
- 10 Apr, 2001 2 commits
-
-
Francois Gouget authored
Fixed the signature of a few functions. Don't use wcs* functions, use *W (from unicode.h) instead.
-
Francois Gouget authored
Prefix internal methods with 'msvcrt_' instead of 'MSVCRT_', '__MSVCRT_', etc. Remove '_cdecl', it's unnecessary
-
- 10 Jan, 2001 1 commit
-
-
Jon Griffiths authored
- Many fixes and a load of new functions.
-