Use the Unix codepage to convert the user name to Unicode.
[wine] / dlls / ntdll / time.c
2004-04-02  Alexandre JulliardA couple of optimizations and bug fixes.
2004-04-02  Rein KlazesFix incorrect calculation of leap year in RtlTimeFields...
2004-03-11  Alexandre JulliardPortability fixes.
2004-03-01  Rein KlazesIn TIME_GetBias make sure there is a cached value for...
2004-02-27  Huw DaviesCache the result of TIME_GetBias for up to 1 second.
2004-02-26  Huw DaviesCall TIME_GetBias rather than RtlQueryTimeZoneInfo...
2004-02-25  Huw DaviesSpeed up RtlTimeFieldsToTime.
2004-02-24  Huw DaviesSpeed up RtlTimeToTimeFields.
2004-01-23  Ge van GeldorpRename LARGE_INTEGER and ULARGE_INTEGER members "s...
2003-10-02  Gerald PfeiferCast time_t parameters to fprintf(...,"%l",...) to...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-19  Jon GriffithsMake RtlTimeToSecondsSince1970 consistent with other...
2003-07-02  Francois GougetFixed some common spelling errors.
2003-06-18  Francois GougetTypos/spelling fixes.
2003-04-02  Alexandre JulliardAdded abs_time_t structure to the server protocol,...
2003-03-31  Alexandre JulliardMoved WaitForMultipleObjects to ntdll (based on a patch...
2003-03-18  Jon GriffithsDocumentation updates.
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2002-12-18  Alexandre JulliardImplemented RtlTimeToElapsedTimeFields.
2002-12-13  Alexandre JulliardAvoid casts between LARGE_INTEGER and FILETIME.
2002-12-11  György 'Nog' Jeney- Implement RtlLocalTimeToSystemTime and RtlSystemTimeT...
2002-11-27  Vincent BéronFix for implicit declaration of abs.
2002-11-25  György 'Nog' Jeney- Move SetSystemTime, GetTimeZoneInformation and
2002-11-06  György 'Nog' Jeney- Fix RtlTimeToTimeFields to actually work.
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-08-31  Patrik StridvallMSVC compatibility fixes.
2002-08-27  Patrik StridvallMSVC long long fixes.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-07-01  Gregg MattinsonAvoid alignment problem in NtQuerySystemTime.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-29  Alexandre JulliardFixed some alignment issues (based on a patch by Gregg...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-07-11  Patrik StridvallDocumentation fixes.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2000-10-01  Alexandre JulliardImplemented a bunch of large integer functions in ntdll.
2000-07-29  Alexandre JulliardRemoved a few external dependencies from ntdll.
2000-03-24  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
1999-05-23  Alexandre JulliardConverted to the new debug interface, using script...
1999-05-08  Patrik StridvallANSI C fixes.
1999-04-22  Patrik StridvallFixed ANSI compabillity.
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-03-25  David LuyerAdded string.h.
1999-03-09  Juergen Schmied- sorted API by groups