Added support for Unix code page in NTDLL.
[wine] / dlls / ntdll / ntdll_misc.h
2004-01-18  Eric PouechAdded support for Unix code page in NTDLL.
2004-01-07  Alexandre JulliardDon't use constructors for ntdll and kernel32 initializ...
2003-12-08  Dimitrie O. PaunMove content of global.h into the appropriate private...
2003-11-25  Alexandre JulliardStore the thread entry point in the startup info passed...
2003-11-17  Alexandre JulliardRemoved some unnecessary includes.
2003-11-09  Alexandre JulliardMoved the remaining SYSDEPS_* functions to the wine_pth...
2003-11-06  Alexandre JulliardAdded server_abort_thread to replace SYSDEPS_AbortThread.
2003-11-04  Alexandre JulliardAllocate the TEB and signal stack separately from the...
2003-10-10  Alexandre JulliardChanged the init code to make libwine load only ntdll...
2003-10-08  Alexandre JulliardAdded hack to call CreateFileW through a pointer so...
2003-10-07  Alexandre JulliardRemoved references to GetSystemDirectoryW.
2003-10-06  Alexandre JulliardMoved the final process init and dependency loading to
2003-09-29  Alexandre JulliardConverted most of the loader code to Unicode.
2003-09-25  Alexandre JulliardMoved loadorder support to dlls/ntdll.
2003-09-19  Alexandre JulliardMoved 32-bit relay and snoop support to dlls/ntdll.
2003-09-19  Alexandre JulliardMoved the 32-bit builtin loader and the remaining bits...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-30  Alexandre JulliardImplemented NtDelayExecution and make Sleep call it.
2003-06-24  Eric Pouech- started implementing ntdll.NtDeviceIoControlFile...
2003-06-18  Eric Pouech- fixed a couple of bugs in ntdll environment functions...
2003-05-22  Alexandre JulliardStart to make use of the proper PEB structure for process
2003-05-08  Eric PouechImplemented a bunch of environment related NTDLL APIs.
2003-04-07  Alexandre JulliardAdded possibility to filter relay traces based on the...
2003-04-05  Alexandre JulliardRewrote most of the import fixup code to avoid doing...
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-21  Eric PouechRemoved no longer needed MODREF.find_export field.
2003-03-14  Eric Pouech- implementation of LdrLoadDll out of loader/module.c
2003-03-14  Eric Pouech- implementation of LdrUnloadDll out of loader/module.c
2003-03-06  Eric Pouech- implemented LdrGetProcedureAddress and made use of...
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-12-05  Alexandre JulliardRemoved ntdll dependency on MultiByteToWideChar/WideCha...
2000-10-15  Alexandre JulliardFixed a few prototypes.
2000-08-26  Alexandre JulliardFixed debugstr_as/us prototypes.
2000-02-10  Alexandre JulliardOptimized debugging API to reduce code size.
2000-01-23  Juergen Schmied- implementation of RtlReg* (read access), RtlEvent...