Nikolay Sivov
1228f0bba5
msvcrt: Added __dstbias() export.
2014-09-10 21:36:52 +02:00
Daniel Lehman
15b35f4d37
msvcrt: Return wall-clock time from clock().
2013-11-25 19:30:20 +01:00
Michael Stefaniuc
9463dba830
tests: Use the explicit LoadLibraryA function.
2013-10-02 11:02:21 +02:00
André Hentschel
43bdfce436
msvcrt/tests: Mark win8 behaviour as broken.
2013-02-28 21:00:31 +01:00
Piotr Caban
61f82d6d02
msvcrt: Mark gmtime32 tests with negative argument as broken on win8.
2013-02-20 16:28:30 +01:00
Piotr Caban
59776ccc99
msvcrt: Added _tzset tests.
2012-12-10 17:36:26 +01:00
Piotr Caban
bfa3045816
msvcrt: Added support for %W and %U format in strftime.
2012-04-16 17:49:24 +02:00
Piotr Caban
43d208d215
msvcrt/tests: Added more strftime tests.
2012-04-11 18:23:27 +02:00
Piotr Caban
ef08e80765
msvcrt: Added _Strftime implementation.
2012-04-11 18:23:23 +02:00
Piotr Caban
0f7c834bd1
msvcrt: Rewrite asctime function.
2012-04-11 18:20:14 +02:00
Dmitry Timoshkov
42157151d0
msvcrt: Add some tests for strftime/wcsftime.
2012-01-10 17:55:51 +01:00
Nikolay Sivov
78dc7af9ce
msvcrt: Add __daylight() call export.
2011-03-15 17:14:07 +01:00
Andrew Nguyen
6086610314
msvcrt: Implement _localtime32_s.
2010-10-11 17:11:37 +02:00
Andrew Nguyen
e245cb52c6
msvcrt: Implement _localtime64_s.
2010-10-11 17:11:37 +02:00
Piotr Caban
6467c8325f
msvcrt: Added _gmtime32_s and _gmtime64_s implementation.
2010-08-27 12:06:00 +02:00
Piotr Caban
471bad1ee8
msvcrt: Added _strdate_s and _wstrdate_s implementation.
2010-08-27 12:05:42 +02:00
Piotr Caban
7d0c04d31c
msvcrt: Added _strtime_s and _wstrtime_s implementation.
2010-08-27 12:05:10 +02:00
Piotr Caban
c4d6877894
msvcrt: Added _mkgmtime implementation.
2010-04-27 13:04:45 -05:00
Alexandre Julliard
64de271939
msvcrt/tests: Run time tests for the current year instead of 1970 and fix wrong DST assumptions.
2008-11-13 14:15:56 +01:00
Alexandre Julliard
1d9fa06aea
msvcrt/tests: Trace the timezone being used.
2008-11-12 12:54:11 +01:00
Michael Stefaniuc
4f199a10ad
Remove the remaining casts of NULL.
2008-11-03 13:42:09 +01:00
Jeff Zaroyko
82f77cc17a
msvcrt: Avoid a NULL pointer deref in ctime.
2008-10-02 11:24:01 -05:00
Dmitry Timoshkov
1e5b131d7a
msvcrt: Route mktime and localtime to glibc.
2007-08-21 12:41:35 +02:00
Michael Stefaniuc
223b92fc67
msvcrt/tests: Win64 printf format warning fixes.
2006-10-06 12:33:29 +02:00
Jonathan Ernst
360a3f9142
Update the address of the Free Software Foundation.
2006-05-23 14:11:13 +02:00
Vitaliy Margolen
99cfc8bdf8
msvcrt: Fix times tests to pass on windows.
...
Add more tests for daylight-time savings.
2006-05-15 14:25:52 +02:00
Robert Reif
b8d1544661
Implement _wstrdate and _wstrtime with tests.
2005-10-30 19:03:58 +00:00
Stefan Huehner
ffe53258aa
Fix some -Wstrict-prototypes warnings.
2005-06-27 09:57:28 +00:00
Stefan Huehner
863a4b1488
Fix some more -Wstrict-prototypes warnings.
2005-06-21 20:53:13 +00:00
Rein Klazes
dceae02d73
- RtlTimeFieldsToTime should not normalize the time fields
...
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.
2004-11-06 03:53:53 +00:00
Rein Klazes
4ca34c4b2f
Correctly use the returned value from GetTimeZoneInformation.
2004-10-25 21:48:57 +00:00
Francois Gouget
dff5004bc0
Assorted spelling fixes.
2004-08-26 00:31:20 +00:00
Uwe Bonnes
1c6cb382bc
Correct errors with move to kernel time functions.
...
Add test case.
2004-03-25 00:12:40 +00:00