Nikolay Sivov
|
b82b1306a4
|
kernel32: Added QueryUnbiasedInterruptTime().
|
2014-04-02 15:50:09 +02:00 |
Nikolay Sivov
|
95142cad53
|
kernel32: Partial implementation for GetCalendarInfoEx().
|
2014-03-03 17:02:14 +01:00 |
Frédéric Delanoy
|
7ab78b4e03
|
kernel32: Use BOOL type where appropriate.
|
2013-10-24 10:49:11 +02:00 |
Daniel Jelinski
|
debd62cf9f
|
kernel32: Improved stub for GetCalendarInfo's CAL_SCALNAME.
Based on patch by Mike Blumenkrantz.
|
2013-05-21 12:13:09 +02:00 |
Daniel Jelinski
|
81dc0fe87b
|
kernel32: Implement CAL_ICALINTVALUE in GetCalendarInfo.
Based on patch by Mike Blumenkrantz.
|
2013-05-21 12:12:57 +02:00 |
Piotr Caban
|
e5a25ec5c5
|
kernel32: Fixed TIME_CompTimeZoneID behavior on dates close to New Year's Eve.
|
2012-12-10 17:36:25 +01:00 |
Austin English
|
843390f9c9
|
kernel32: Add a stub for GetDynamicTimeZoneInformation.
|
2012-07-09 15:46:35 -04:00 |
Alexandre Julliard
|
81183c1e20
|
kernel32: Fix the handling of CAL_ITWODIGITYEARMAX in GetCalendarInfo.
|
2011-06-08 16:18:26 +02:00 |
Juan Lang
|
2ca58402e7
|
kernel32: Add some parameter checking to FileTimeToDosDateTime.
|
2011-03-09 12:28:41 +01:00 |
Juan Lang
|
6614323807
|
kernel32: Set time between interrupts in GetSystemTimeAdjustment.
|
2009-10-01 11:33:27 +02:00 |
Alexandre Julliard
|
4964374570
|
ntdll: The large integer functions are 32-bit only.
|
2009-08-24 15:17:33 +02:00 |
Dmitry Timoshkov
|
545b40adf7
|
kernel32: Make SystemTimeToTzSpecificLocalTime and TzSpecificLocalTimeToSystemTime prototypes match PSDK.
|
2009-05-04 12:53:32 +02:00 |
Christian Costa
|
de90eccd1a
|
kernel32: Add stub for GetSystemTimes.
|
2009-03-27 11:23:21 +01:00 |
Huw Davies
|
d5f6d841c1
|
kernel32: GetCalendarInfo shouldn't return HRESULT codes. Change a MESSAGE to a FIXME.
|
2008-08-18 13:37:31 +02:00 |
Austin English
|
cb2274e690
|
Spelling fixes.
|
2008-04-04 11:51:40 +02:00 |
Austin English
|
d5de9977df
|
kernel32: Spelling fixes.
|
2008-03-18 11:44:09 +01:00 |
Andrew Talbot
|
54a376f228
|
kernel32: Assign to structs instead of using memcpy.
|
2008-03-04 11:54:20 +01:00 |
Damjan Jovanovic
|
f3c9a9b1b6
|
kernel32: Use sysconf instead of the obsolete CLK_TCK.
|
2007-09-11 11:49:14 +02:00 |
Rob Shearman
|
11d75beeed
|
kernel32: Remove an unused #define in time.c.
|
2007-09-10 16:13:57 +02:00 |
Dmitry Timoshkov
|
18060ed7d4
|
kernel32: Restore check for StandardDate.wMonth being 0.
|
2007-08-21 21:39:06 +02:00 |
Dmitry Timoshkov
|
87f119cfe0
|
kernel32: Fix test case failures for time zones with absolute transition dates.
|
2007-08-21 12:40:46 +02:00 |
Dmitry Timoshkov
|
ae271f275c
|
kernel32: Fix TIME_CompTimeZoneID return type.
|
2007-07-30 13:39:18 +02:00 |
Alexandre Julliard
|
849ee1c2bb
|
kernel32: Fixed DosDateTimeToFileTime behavior when timegm() is missing.
The tm_isdst field needs to be initialized for mktime to do the right thing.
|
2007-03-08 21:06:41 +01:00 |
Alexandre Julliard
|
2b01f6e07c
|
kernel32: Use the appropriate Unix locale for GetLocaleInfo when a default LCID is used.
For instance LOCALE_SDATE is looked up in the lcid corresponding to
LC_TIME, LOCALE_IDIGITS in the LC_NUMERIC lcid, etc.
|
2006-11-16 22:11:58 +01:00 |
Michael Stefaniuc
|
8c38b88068
|
kernel32: Win64 printf format warning fixes.
|
2006-10-13 12:08:25 +02:00 |
Andrew Talbot
|
2b164a2d41
|
kernel32: Cast-qual warnings fix.
|
2006-09-20 12:22:55 +02:00 |
Alexandre Julliard
|
489d87d1e5
|
kernel32: Renamed the kernel directory to kernel32.
Also get rid of the kernel/messages subdirectory.
|
2006-09-12 13:34:06 +02:00 |