Implemented NtQueueApcThread, and changed the server APC interface to
[wine] / dlls / ntdll / Makefile.in
2003-04-04  Alexandre JulliardImplemented NtQueueApcThread, and changed the server...
2003-04-03  Alexandre JulliardAdded --with-nptl configure option and necessary change...
2003-03-26  Alexandre JulliardImplemented file change notifications, based on a patch...
2003-03-05  Eric PouechRemoved SO loading type.
2002-12-17  Alexandre JulliardImplemented the Fiber* functions (with the help of...
2002-12-13  György 'Nog' Jeney- Reimplement time functions using ntdll functions.
2002-11-27  Jukka HeinonenMoved handlers for int25 and int26 to winedos.
2002-11-24  Jukka HeinonenMoved handlers for int11, int15 and int5c to winedos.
2002-11-23  Jukka HeinonenMove int2f handler to winedos.
2002-11-21  Andrew John HughesBuild ntdll with -DSTRICT.
2002-11-21  Jukka HeinonenRemoved last users of msdos/interrupts.c.
2002-11-20  Jukka HeinonenRemoved obsolete code.
2002-11-18  Jukka HeinonenRemoved last user of msdos/int1a.c.
2002-11-15  Martin Wilck- Allow setting NetBIOS ComputerName through registry.
2002-11-12  Jukka HeinonenMove simple interrupt handlers to winedos.
2002-11-06  Alexandre JulliardAdded winebuild -e option to specify the entry point...
2002-10-18  Alexandre JulliardAdded support for building certain dlls with -DSTRICT.
2002-10-02  Alexandre JulliardAdded --disable-win16 configure option.
2002-09-17  Alexandre JulliardImplemented the ntdll virtual memory functions, and...
2002-09-13  Alexandre JulliardCopied the registry functions needed by VMM into device...
2002-08-27  Marcus MeissnerImplemented signal handling for PPC.
2002-08-15  Alexandre JulliardFixed GetLocaleInfoW to handle Unicode properly and...
2002-08-15  Jon GriffithsImplement and test rtl bitmap functions.
2002-08-01  Alexandre JulliardCreate at most one glue file for a single dll.
2002-07-31  Eric PouechMoved all client-side console code to kernel.
2002-07-10  Admiral CoeymanAdded support for FPU emulation interrupts.
2002-06-14  Alexandre JulliardRemoved install_libdir targets and centralized the...
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-14  Alexandre JulliardSpecify the complete source file list for a dll inside...
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2002-02-15  Patrik StridvallAdded some defines for compatibility with Windows headers.
2002-01-29  Dmitry TimoshkovAdded LdrDisableThreadCalloutsForDll.
2002-01-13  Eric PouechChanged the Wine internal cdrom interface to the NT...
2002-01-06  Alexandre JulliardRemoved obsolete dosmod.
2001-12-19  Alexandre JulliardMoved heap functions to ntdll.
2001-12-11  Alexandre JulliardExported CALL32_Regs from ntdll, renamed to __wine_call...
2001-12-04  Alexandre JulliardMoved most of the real-mode stuff to dlls/winedos.
2000-12-26  Ove KaavenSeparated the MZ loader and core DOS VM into dlls/winedos.
2000-12-06  Alexandre JulliardUse libwine and libwine_unicode directly from their...
2000-11-10  Alexandre JulliardDon't link libwine_unicode into all dlls.
2000-11-05  Alexandre JulliardNew debug channel mechanism allowing decentralized...
2000-10-31  Alexandre JulliardBuild ntdll as a real dll, including everything that...
2000-10-01  Alexandre JulliardImplemented a bunch of large integer functions in ntdll.
2000-09-29  Alexandre JulliardMoved critical section implementation to ntdll.
2000-06-23  Alexandre JulliardMoved shared crtdll/ntdll functions into ntdll.
2000-01-24  Alexandre JulliardBuilt a complete translation table for RtlNtStatusToDos...
2000-01-23  Juergen Schmied- implementation of RtlReg* (read access), RtlEvent...
1999-11-12  Ulrich WeigandAdded signal handling for SPARC / Solaris.
1999-09-27  Alexandre JulliardMoved all signal support to a new platform-specific...
1999-07-25  Ulrich WeigandMoved .spec files to corresponding dlls/ directory.
1999-05-09  Alexandre JulliardImproved exception handling.
1999-03-09  Juergen Schmied- sorted API by groups
1999-02-13  Juergen Schmied- documented most of the undocumented functions in...
1998-11-01  Marcus MeissnerMore Nt* and Rtl* function stubs, moved ntdll.c to...