Set ansi/oem/mac code pages from current locale.
[wine] / dlls / ntdll /
2000-06-25  Marcus MeissnerReturn "no debugger attached" in NtQueryInformationProc...
2000-06-24  Gerald PfeiferAdded missing #include <math.h>.
2000-06-23  Dave HawkesException handling for SIGFPE must always clear the...
2000-06-23  Alexandre JulliardMoved shared crtdll/ntdll functions into ntdll.
2000-06-13  Alexandre JulliardUse the Unicode string functions from wine/unicode...
2000-06-12  Alexandre JulliardReimplemented Unicode case mapping in a slightly more...
2000-06-08  Dmitry TimoshkovImplement NTDLL.towupper and NTDLL.towlower using alrea...
2000-06-07  Alexandre JulliardSetup signal handling and exceptions only after REQ_INI...
2000-06-04  Ulrich WeigandUpdated support for Solaris/Sparc architecture.
2000-06-01  Juergen SchmiedStub for RtlConvertSidToUnicodeString.
2000-04-15  Patrik StridvallFixed some issues reported by winapi_check.
2000-04-13  Alexandre JulliardFixed signal stack handling on Linux when sigaltstack...
2000-04-13  Alexandre JulliardImplemented guard pages and stack overflow exceptions.
2000-04-13  Andreas MohrStub for NtAllocateUuids.
2000-03-24  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-24  Patrik StridvallFixed some issues reported by winapi_check.
2000-03-24  Patrik StridvallFixed some ANSI C violations.
2000-03-10  Alexandre JulliardAdded specific routines for OUTPUT_DEBUG_STRING and...
2000-03-08  Alexandre JulliardRemoved PDB32_DEBUGGED flag and send all debug events...
2000-03-07  Alexandre JulliardAdded DbgBreakPoint. Fixed exception record contents...
2000-03-04  Dan ScottFixed typos in _alldiv() and _allmul().
2000-02-26  Juergen SchmiedFixed definition of the RtlMemory functions. Use macros...
2000-02-26  Alexandre JulliardImproved the selector get/set functions.
2000-02-26  Patrik StridvallFixed ANSI C violations.
2000-02-25  Dmitry TimoshkovDo not overwrite the valid ObjectAttributes->RootDirectory.
2000-02-20  Andreas MohrAdded stub for RtlAssert().
2000-02-13  David HowellsImplemented isw*() wctype.h functions.
2000-02-10  Alexandre JulliardOptimized debugging API to reduce code size.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-01-30  Ulrich WeigandMoved debugger to libwine to make it available to WineL...
2000-01-29  Alexandre JulliardRemoved debugstr.h.
2000-01-27  Juergen SchmiedSmall fix.
2000-01-26  Alexandre JulliardDon't crash when ObjectAttributes is NULL.
2000-01-24  Alexandre JulliardChanged the server to return STATUS_* error codes.
2000-01-24  Alexandre JulliardBuilt a complete translation table for RtlNtStatusToDos...
2000-01-23  Juergen Schmied- implementation of RtlReg* (read access), RtlEvent...
2000-01-05  Adam SacarnyFix for compilers that don't support 'long long' (From...
2000-01-04  Andreas MohrAdded spec entry for _itoa.
2000-01-01  Alexandre JulliardMake use of automatic ordinal allocation.
1999-12-11  Juergen SchmiedStubs for LsaFreeMemory, LsaQueryInformationPolicy...
1999-12-10  Marcus MeissnerAdded NtPowerInformation stub.
1999-11-29  Alexandre JulliardImplemented waitable timers.
1999-11-25  Juergen LockSet/use fs/gs from the sigcontext struct, the correspon...
1999-11-24  Alexandre JulliardAdded current context to the exception debug event...
1999-11-21  Niels Kristian Bec... Removed extra #include statements.
1999-11-13  Ulrich WeigandAdapted to new register function handling.
1999-11-13  Ulrich WeigandMoved GET_IP macro to winnt.h
1999-11-12  Ulrich WeigandAdded signal handling for SPARC / Solaris.
1999-11-10  Ulrich Weigand(Preliminary) CONTEXT structure for SPARC added.
1999-11-10  Ulrich WeigandBugfix: Exception handlers are *not* WINAPI.
1999-10-24  Patrik StridvallAdded spec file declarations for already implemented...
1999-10-24  Patrik StridvallSolaris compile fix.
1999-10-23  Gerard PatelReorder parameters to fix position of base reg relative...
1999-09-29  Patrik StridvallFixed some of the issues reported by winapi-check,...
1999-09-28  Alexandre JulliardSupport TRAP_sig for FreeBSD (with the help of Juergen...
1999-09-27  Alexandre JulliardMoved all signal support to a new platform-specific...
1999-09-22  Juergen SchmiedDo not set EH_NONCONTINUABLE.
1999-09-03  Juergen LockFix EXC_segv for the TRAP_sig undefined case (eg FreeBSD).
1999-08-08  Alexandre JulliardReplaced a few calls to lstr* functions by their CRTDLL...
1999-08-08  Alexandre JulliardReimplemented multi-byte and wide-chars functions to...
1999-08-01  Alexandre JulliardRemoved SIGNAL_MaskAsyncEvents and cleaned up signal...
1999-08-01  Alexandre JulliardChanged INSTR_EmulateInstruction to use a CONTEXT86...
1999-07-31  Patrik StridvallFixed some of the issues reported by winapi-check.
1999-07-25  Ulrich WeigandMoved .spec files to corresponding dlls/ directory.
1999-07-04  Patrik StridvallFixes for compile on non-Intel platforms.
1999-06-26  Alexandre JulliardChanged CONTEXT into CONTEXT86 everywhere we really...
1999-06-26  Patrik StridvallANSI C fixes.
1999-06-22  Alexandre JulliardMerged THDB and TEB structures.
1999-06-18  Alexandre JulliardMoved signal handling to exception.c, generate exceptio...
1999-06-12  Patrik StridvallAdded missing/wrong includes.
1999-05-23  Alexandre JulliardUse the new debug functions to send debug events at...
1999-05-23  Alexandre JulliardConverted to the new debug interface, using script...
1999-05-13  Alexandre JulliardAdapted for new register functions support (ESP_reg...
1999-05-12  Alexandre JulliardAdded macros and definitions for using exception inside...
1999-05-09  Alexandre JulliardImproved exception handling.
1999-05-08  Patrik StridvallANSI C fixes.
1999-04-25  Patrik StridvallFixed ANSI compabillity.
1999-04-22  Patrik StridvallFixed ANSI compabillity.
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-11  Juergen SchmiedImplemented NtTerminateProcess and NtDisplayString.
1999-03-25  David LuyerAdded string.h.
1999-03-12  Marcus MeissnerAdded #ifdef HAVE_WCTYPE_H.
1999-03-09  Juergen Schmied- sorted API by groups
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-19  Juergen Schmied- made the security functions consistent. advapi calls...
1999-02-19  Huw D M DaviesFixed a few broken includes.
1999-02-17  Francois GougetFixed a number of warnings concerning the matching...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-02-13  Juergen Schmied- documented most of the undocumented functions in...
1999-01-31  Alex KorobkaAdded an implementation of MRSW locks.
1999-01-28  Marcus MeissnerFixed a lot of warnings for possible problems.
1999-01-17  Alexandre JulliardGroup commit for recovery after disk crash.
1999-01-17  Alexandre JulliardRecovery of release 990110 after disk crash. wine-990110
1998-12-24  Juergen SchmiedNew stubs.
1998-12-11  Andreas MohrFixed a bunch of compiler warnings.
1998-11-14  Juergen SchmiedStubs: SetServiceStatus, RegisterServiceCtrlHandlerA/W,
1998-11-01  Marcus MeissnerMore Nt* and Rtl* function stubs, moved ntdll.c to...