- fix perl syntax error in my own patch
[wine] / if1632 /
2002-08-31  Alexandre JulliardMoved internal context macros out of winnt.h.
2002-08-28  Patrik StridvallMSVC compatibility fixes.
2002-08-26  Patrik StridvallMSVC compatibility fixes.
2002-08-16  Alexandre JulliardForce loadorder of 16-bit dlls to builtin if their...
2002-08-13  Dmitry TimoshkovFix snooping of 16-bit dlls being loaded at the same...
2002-06-14  Alexandre JulliardUnregister 16-bit dlls on module unload.
2002-06-04  Alexandre JulliardMoved specification of relay and snoop include/exclude...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-17  Alexandre JulliardExport the debugging API from libwine instead of ntdll.
2002-05-16  Alexandre JulliardMoved the selector access functions out of winnt.h...
2002-05-14  Alexandre JulliardSpecify the complete source file list for a dll inside...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-12-17  Alexandre JulliardRemoved no longer used thunking and callout functions.
2001-12-17  Alexandre JulliardRemoved unnecessary includes.
2001-12-14  Alexandre JulliardMade register and interrupt flags instead of entry...
2001-12-11  Alexandre JulliardExported CALL32_Regs from ntdll, renamed to __wine_call...
2001-07-26  Alexandre JulliardRemoved a few unnecessary Callouts.
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-24  Alexandre JulliardRemoved HEAP_strdupA.
2001-06-19  Patrik StridvallFixed some issues found by winapi_check.
2001-05-08  Francois GougetPrint the tid in the first column when +tid is specified.
2001-03-28  Alexandre JulliardAlways load the 32-bit dll containing a given 16-bit...
2001-02-20  Alexandre JulliardRemoved a few Callout functions by doing a GetProcAddre...
2001-02-14  Patrik StridvallDocumentation ordinal fixes.
2001-01-15  Alexandre JulliardReplaced GLOBAL_Alloc by GlobalAlloc16 where possible.
2001-01-15  Alexandre JulliardRemoved some direct accesses to the 16-bit task structure.
2000-12-27  Ulrich WeigandFixed broken prototypes.
2000-12-27  Ulrich WeigandSilence silly error messages.
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-12  Alexandre JulliardGot rid of main.h.
2000-12-06  Alexandre JulliardUse libwine and libwine_unicode directly from their...
2000-12-05  Alexandre JulliardAlways pass lower-case filenames to wine_dll_load().
2000-12-03  Aric StewartAdded ASCII-only version of toupper, tolower, strcasecm...
2000-12-01  Alexandre JulliardRemoved some unnecessary includes.
2000-11-30  Alexandre JulliardUse the HEAP_WINE_SEGPTR flag to specify allocations...
2000-11-29  Alexandre JulliardRenamed CallTo16* functions to wine_call_to_16* and...
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-27  Alexandre JulliardChanged GetProcAddress16 and 16-bit resource functions...
2000-11-25  Patrik StridvallFixed some issues found by winapi_check.
2000-11-14  Alexandre JulliardMoved LDT handling to libwine.so. Changed the interface...
2000-11-13  Alexandre JulliardExport the CallFrom16xxx functions from kernel32. Renam...
2000-11-12  Alexandre JulliardRaise an exception for unimplemented 16-bit entry point...
2000-11-08  Alexandre JulliardCheck all Callouts function pointers for NULL before...
2000-10-29  Dimitrie O. PaunFixed a few compilation warnings
2000-10-29  Alexandre JulliardPatch flat cs of 16-bit entry points if current %cs...
2000-10-25  Alexandre JulliardAdded support for loading .res files for 16-bit resources.
2000-10-24  Patrik StridvallExplicitly initialize structures.
2000-10-23  Alexandre JulliardBuild Win32 resources as .res files and dump them into...
2000-10-13  Lawson WhitneyMake findfunc look for .spec files, and put it with...
2000-09-29  Alexandre JulliardMoved $(MODULE).o rule out of Make.rules into the indiv...
2000-09-27  Alexandre JulliardGenerate Win32 dll descriptor structure in the .spec...
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-09-25  Alexandre JulliardRemoved some of the XXX_reg macros now that we are...
2000-09-16  Alexandre JulliardRemoved a coupld of unused functions in the Callout...
2000-09-13  Ulrich WeigandModified CallTo16Register routines to update register...
2000-09-01  Alexandre JulliardAvoid buffer overflows in builtin dll loading (with...
2000-08-22  Marcus MeissnerFixed some warnings.
2000-08-14  Alexandre JulliardReplaced global Callbacks structure by appropriate...
2000-08-09  Alexandre JulliardRemoved obsolete SHMDATA parameter in GLOBAL_CreateBlock.
2000-08-06  Alexandre JulliardMoved most USER string functions to dlls/user.
2000-08-03  Alexandre JulliardAdded imports of user32/gdi32/kernel32 wherever necessary.
2000-07-30  Alexandre JulliardCleaned up a few USER dependencies.
2000-07-29  Alexandre JulliardRemoved some unnecessary inclusions of wingdi.h and...
2000-07-25  Alexandre JulliardMoved thunking functions off to kernel32.dll.
2000-07-23  Ove KaavenSay that "No handler" messages as fatal.
2000-06-23  Alexandre JulliardSplit the build program in several files.
2000-06-08  Alexandre JulliardRemoved a few unnecessary includes.
2000-06-07  Uwe BonnesUse "CALL" and "RET" in capital letters for distinction.
2000-06-03  Alexandre JulliardDelay loading of interrupt table functions until they...
2000-06-03  Alexandre JulliardMoved kernel initialization to kernel_main.c
2000-06-03  Dimitrie O. PaunStart to separate KERNEL out of libwine.
2000-05-30  Dimitrie O. PaunSeparate wineps out of Wine's core.
2000-05-30  Dimitrie O. PaunMoved DISPDIB out of the kernel into GDI.
2000-05-30  Alexandre JulliardDo not load wineps on startup.
2000-05-19  Dimitrie O. PaunMoved if1632/ole2{conv,prox,thk}.spec into dlls/ole32.
2000-05-14  Dimitrie O. PaunMoved DDEML into dlls/user.
2000-05-07  Dimitrie O. PaunSeparate OLE2NLS out of KERNEL.
2000-04-24  Patrik StridvallFixed some warnings.
2000-04-24  Alexandre JulliardImplemented on-demand loading of builtin dlls using...
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-24  Alexandre JulliardMoved gdi/user thunking functions into their respective...
2000-03-19  Alexandre JulliardCreated separate dlls for user,gdi,ttydrv,x11drv.
2000-02-26  Alexandre JulliardImproved the selector get/set functions.
2000-02-26  Patrik StridvallFixed ANSI C violations.
2000-02-18  Andreas MohrAdded/corrected ordinals of kernel, gdi, user.
2000-02-16  Alexandre JulliardMoved SystemHeap allocations to the process heap.
2000-02-13  Alexandre JulliardMoved global atoms to the server (based on the work...
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-29  Andreas Mohr- add some documentation items
2000-01-29  Alexandre JulliardRemoved debugstr.h.
2000-01-29  Alexandre JulliardUse a per-thread buffer and write(2) for debug traces.
2000-01-23  Alexandre JulliardMoved winsock implementation to dlls/winsock.
2000-01-16  Alexandre JulliardAdded automatic registration of built-in DLLs.
2000-01-09  Alexandre JulliardBuilt-in DLLs resources are now specified in spec file.
2000-01-09  Erez VolkAdded stubs for some BiDi API functions.
2000-01-04  Eric PouechRemoved the obsoleted CallTimeFuncProc, CallDriverProc,
2000-01-01  Peter GantenImplemented WaitForInputIdle.
1999-12-08  Dimitrie O. PaunMake use of the DEFAULT_DEBUG_CHANNEL where appropriate.
1999-12-06  Andreas MohrAdded .rc file support for Win16 NE modules.
next