Implemented file change notifications, based on a patch by Mike
[wine] / dlls / kernel / Makefile.in
2003-03-26  Alexandre JulliardImplemented file change notifications, based on a patch...
2003-03-23  Alexandre JulliardList 16-bit spec files explicitly to avoid problems...
2003-03-23  Alexandre JulliardConverted winebuild option parsing to use getopt_long...
2003-03-22  Alexandre JulliardMoved date/time/currency format handling to new lcformat.c.
2003-03-20  Alexandre JulliardMoved libwine_uuid to the new libs/ directory.
2003-02-27  Alexandre JulliardReplaced most uses of the auto-generated glue code...
2003-01-09  Dimitrie O. PaunCollapse the -hHrs options into the -O option.
2002-12-11  Alexandre JulliardPass the -J option to wrc to avoid including installed...
2002-11-18  Alexandre JulliardRemoved support for 'rsrc' spec file statement.
2002-11-15  Martin Wilck- Allow setting NetBIOS ComputerName through registry.
2002-11-06  Alexandre JulliardAdded winebuild -e option to specify the entry point...
2002-10-29  Patrik StridvallAdded some defines for compatibility with Windows headers.
2002-10-25  Michael StefaniucCompile the kernel dll with -DSTRICT.
2002-10-18  Alexandre JulliardAdded support for building certain dlls with -DSTRICT.
2002-10-02  Alexandre JulliardAdded --disable-win16 configure option.
2002-09-12  Dimitrie O. PaunMove the name directive from the .spec file to the...
2002-09-09  Alexandre JulliardMoved 16-bit registry functions to kernel dll and imple...
2002-08-15  Alexandre JulliardFixed GetLocaleInfoW to handle Unicode properly and...
2002-08-09  Alexandre JulliardCreate separate makefiles for tests for more flexibility.
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-31  Alexandre JulliardRewrote atom test in C.
2002-06-14  Alexandre JulliardRemoved install_libdir targets and centralized the...
2002-05-29  Mehmet YasarAdded test for locale functions.
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-04-29  Jakob ErikssonAdded unit tests for file functions.
2002-04-21  Eric PouechAdded a framework for testing CreateProcess and a few...
2002-04-11  Geoffrey HausheerAdded test for GetFullPathNamesA, GetLongPathNamesA,
2002-04-02  Geoffrey HausheerAdded test for thread functions.
2002-03-27  Geoffrey HausheerAdded memory allocation test.
2002-03-26  Alexandre JulliardRenamed some 16-bit spec files to match the dll name.
2002-03-22  Dmitry TimoshkovAdded tests for GetSystemDirectoryA/W and GetWindowsDir...
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2002-01-15  Alexandre JulliardAdded atom test script.
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-05-31  Dmitry TimoshkovList 16-bit resources separately as RC_SRCS16.
2001-05-24  Dmitry TimoshkovRemove kernel32 dependency on user32 by implementing...
2001-03-08  Alexandre JulliardAdded version16.rc in RC_SRCS list.
2001-02-23  Dmitry TimoshkovAdd version information (16 and 32 bit) to core built...
2001-01-10  Alexandre JulliardAdded nls to EXTRASUBDIRS.
2000-11-06  Alexandre JulliardUse .mc.rc extension for rc files generated by the...
2000-10-31  Alexandre JulliardAdded import of ntdll.
2000-10-23  Alexandre JulliardBuild Win32 resources as .res files and dump them into...
2000-10-13  Mike McCormackMoved comm.c into kernel32.
2000-09-29  Alexandre JulliardMoved a bunch of routines to kernel32.dll (with the...
2000-08-14  Alexandre JulliardReplaced global Callbacks structure by appropriate...
2000-08-08  Alexandre JulliardSmall dll interfaces cleanups.
2000-08-03  Alexandre JulliardAdded explicit dependency on message files for people...
2000-07-31  Alexandre JulliardMoved toolhelp implementation into kernel32 dll.
2000-07-26  Alexandre JulliardMerged setupx.dll into setupapi.dll.
2000-07-25  Dave PicklesImproved FormatMessage:
2000-07-25  Alexandre JulliardMoved thunking functions off to kernel32.dll.
2000-07-24  Alexandre JulliardMerged msacm and msacm32 dlls.
2000-07-10  Dmitry TimoshkovMoved all NLS dependent data to the KERNEL resources.
2000-07-09  Alexandre JulliardCreated separate libraries for dplay, shfolder, shlwapi...
2000-06-20  Alexandre JulliardFor dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
2000-06-03  Alexandre JulliardMoved kernel initialization to kernel_main.c
2000-06-03  Dimitrie O. PaunStart to separate KERNEL out of libwine.