makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / ntdll / Makefile.in
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-07-26  Alexandre Julliardwinegcc: Don't import winecrt0 by default when building...
2010-07-21  Alexandre Julliardmakefiles: Specify -nodefaultlibs when building low...
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-01-16  Alexandre Julliardwinebuild: Output the asm relay functions as needed...
2009-03-26  Alexandre Julliardntdll: Get rid of the no longer used pthread emulation.
2009-02-18  Alexandre Julliardntdll: Determine the Unix tid for the server directly...
2009-01-28  Alexandre Julliardntdll: Copy the msvcrt printf implementation to ntdll...
2008-10-30  Alexandre Julliardkernel32: Moved the pthread emulation support to ntdll.
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2007-12-11  Alexandre JulliardMakedll.rules: Add a generic EXTRADLLFLAGS variable...
2007-07-19  Alexandre Julliardkernel32: Move activation context creation to ntdll...
2007-03-07  Alexandre JulliardAdded version information for a number of dlls.
2006-11-13  Dmitry Timoshkovntdll: Alphabetically sort the Makefile entries.
2006-10-18  Hans Leidekkerntdll: Win64 printf format warning fixes.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-08-28  Alexandre Julliardmakefiles: Only run test and documentation targets...
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2006-03-13  Robert Shearmanntdll: Very crude implementation of RtlQueueWorkItem.
2006-01-26  Hans Leidekkerntdll: Add implementation of tape IOCTLs.
2006-01-12  Eric Pouechntdll: Created infrastructure to support IOCTL for...
2005-09-21  Alexandre JulliardGenerate 16-bit spec files as assembly code too.
2005-09-16  Alexandre JulliardPreliminary implementation of signal handling for x86-64.
2005-08-09  Alexandre JulliardSpecify a base address for kernel and ntdll.
2005-05-11  Eric PouechImplemented NTDLL atom support.
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2004-12-07  Robert ShearmanImplement handle tables and add tests for them.
2004-08-19  Emmanuel Maillard- Update build system to support IOKit and CoreFoundati...
2004-03-18  Raphael JunqueiraStub implementations of RtlCreateQueryDebugBuffer,
2004-03-16  Alexandre JulliardImplemented NtQueryDirectoryFile (partly based on a...
2003-11-11  Alexandre JulliardMoved the exec_wine_binary function to the wine library...
2003-11-09  Alexandre JulliardMoved the remaining SYSDEPS_* functions to the wine_pth...
2003-11-05  Alexandre JulliardAdded wine_pthread_create_thread and wine_pthread_exit_...
2003-10-10  Alexandre JulliardMoved the pthread emulation into the main binary so...
2003-10-08  Alexandre JulliardMoved a few more functions to the dlls/kernel directory.
2003-10-08  Alexandre JulliardLink all remaining files that contain kernel APIs into...
2003-09-25  Alexandre JulliardMoved loadorder support to dlls/ntdll.
2003-09-24  Alexandre JulliardMoved DLLFLAGS to a separate variable instead of includ...
2003-09-24  Alexandre JulliardMoved the Windows version code to dlls/ntdll, and imple...
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-19  Eric PouechImplemented kernel32.GetIoProcessCounters and stubbed
2003-09-18  Alexandre JulliardMoved the wine server client-side support to dlls/ntdll...
2003-09-18  Alexandre JulliardMoved 16-bit global heap, DOS memory and selector funct...
2003-09-18  Alexandre JulliardMoved synchronization and syslevel routines to dlls...
2003-09-18  Alexandre JulliardLink msdos/int21.c into kernel for now, until it is...
2003-09-17  Alexandre JulliardMoved I/O port handling to dlls/winedos.
2003-09-17  Alexandre JulliardMoved almost all remaining process, thread, fiber and...
2003-09-17  Alexandre JulliardMoved instruction emulation to dlls/kernel.
2003-09-16  Alexandre JulliardMoved most 32-bit heap functions to dlls/kernel.
2003-08-26  Alexandre JulliardMoved profile functions to dlls/kernel.
2003-08-26  Alexandre JulliardMoved 16-bit relay and snoop support to dlls/kernel.
2003-08-23  Alexandre JulliardMoved 16-bit builtin module handling to dlls/kernel...
2003-08-23  Alexandre JulliardMoved most of the 16-bit task support and NE module...
2003-06-27  Alexandre JulliardMoved some of the process functions to dlls/kernel.
2003-06-24  Alexandre JulliardMoved tape.c to dlls/kernel.
2003-05-21  Alexandre JulliardMoved misc/error.c to dlls/kernel/error16.c.
2003-05-20  Alexandre JulliardMoved all process initialisation code to process.c...
2003-05-20  Alexandre JulliardMoved system.dll implementation to dlls/kernel.
2003-05-20  Eric PouechImplement anonymous pipes on top of named pipes.
2003-05-20  Alexandre JulliardMoved timer functions to dlls/kernel.
2003-05-16  Alexandre JulliardMoved atom functions to dlls/kernel.
2003-05-15  Alexandre JulliardMoved vxd support to winedos.
2003-05-08  Eric PouechImplemented a bunch of environment related NTDLL APIs.
2003-05-07  Alexandre JulliardMoved the EnumResource* functions to the kernel dll...
2003-04-30  Alexandre JulliardMoved most of the kernel resource APIs to dlls/kernel.
2003-04-29  Alexandre JulliardImplemented ntdll resource functions.
2003-04-21  Alexandre JulliardRemoved no longer needed uses of LDPATH.
2003-04-21  Jukka HeinonenMoved dosconf.c to winedos.
2003-04-12  Alexandre JulliardImplemented RtlDetermineDosPathNameType_U and RtlIsDosD...
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...
next