- eb9a863 Exported CALL32_Regs from ntdll, renamed to __wine_call_from_32_regs by Alexandre Julliard · 23 years ago
- 5edf4e1 Removed a few unnecessary Callouts. by Alexandre Julliard · 24 years ago
- 1922c72 Removed unnecessary inclusion of heap.h. by Alexandre Julliard · 24 years ago
- 5f728ca Removed HEAP_strdupA. by Alexandre Julliard · 24 years ago
- c01c193 Fixed some issues found by winapi_check. by Patrik Stridvall · 24 years ago
- e17d1a3 Print the tid in the first column when +tid is specified. by Francois Gouget · 24 years ago
- 04689b2 Always load the 32-bit dll containing a given 16-bit builtin. by Alexandre Julliard · 24 years ago
- ea2a9a8 Removed a few Callout functions by doing a GetProcAddress at the time by Alexandre Julliard · 24 years ago
- d0a4177 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
- 4f2df51 Replaced GLOBAL_Alloc by GlobalAlloc16 where possible. by Alexandre Julliard · 24 years ago
- 7d5bc5c Removed some direct accesses to the 16-bit task structure. by Alexandre Julliard · 24 years ago
- 391cd11 Fixed broken prototypes. by Ulrich Weigand · 24 years ago
- 9a07b16 Silence silly error messages. by Ulrich Weigand · 24 years ago
- 982a223 Replaced PTR_SEG_TO_LIN macro by exported MapSL function. by Alexandre Julliard · 24 years ago
- 751625e Got rid of main.h. by Alexandre Julliard · 24 years ago
- e2222fd Use libwine and libwine_unicode directly from their build directory by Alexandre Julliard · 24 years ago
- 886604c Always pass lower-case filenames to wine_dll_load(). by Alexandre Julliard · 24 years ago
- e4d0932 Added ASCII-only version of toupper, tolower, strcasecmp and the like by Aric Stewart · 24 years ago
- ef57e18 Removed some unnecessary includes. by Alexandre Julliard · 24 years ago
- 71d68bb Use the HEAP_WINE_SEGPTR flag to specify allocations on the segptr heap. by Alexandre Julliard · 24 years ago
- e296bf3 Renamed CallTo16* functions to wine_call_to_16* and export them from by Alexandre Julliard · 24 years ago
- 24a62ab Got rid of the Wine internal lstrcpy* functions and of winestring.h. by Alexandre Julliard · 24 years ago
- ac7efef Changed GetProcAddress16 and 16-bit resource functions to take normal by Alexandre Julliard · 24 years ago
- 024d6c5 Fixed some issues found by winapi_check. by Patrik Stridvall · 24 years ago
- 914406f Moved LDT handling to libwine.so. Changed the interface to use the by Alexandre Julliard · 24 years ago
- 745ec84 Export the CallFrom16xxx functions from kernel32. Renamed them by Alexandre Julliard · 24 years ago
- 0a8114c Raise an exception for unimplemented 16-bit entry points too. by Alexandre Julliard · 24 years ago
- 4e951ea Check all Callouts function pointers for NULL before using them. by Alexandre Julliard · 24 years ago
- 334a42f Fixed a few compilation warnings by Dimitrie O. Paun · 24 years ago
- aa5a116 Patch flat cs of 16-bit entry points if current %cs is different from by Alexandre Julliard · 24 years ago
- cbeb644 Added support for loading .res files for 16-bit resources. by Alexandre Julliard · 24 years ago
- a9f6a9d Explicitly initialize structures. by Patrik Stridvall · 24 years ago
- 21ec006 Build Win32 resources as .res files and dump them into the .spec.c file. by Alexandre Julliard · 24 years ago
- 4713236 Make findfunc look for .spec files, and put it with the other tools. by Lawson Whitney · 24 years ago
- 15bfcd0 Moved $(MODULE).o rule out of Make.rules into the individual Makefiles. by Alexandre Julliard · 25 years ago
- a80d8c6 Generate Win32 dll descriptor structure in the .spec.c file so that we by Alexandre Julliard · 25 years ago
- 83f52d1 Moved all Win16 definitions out of the standard Windows headers. by Alexandre Julliard · 25 years ago
- d8fab2e Removed some of the XXX_reg macros now that we are using the standard by Alexandre Julliard · 25 years ago
- f37e3a4 Removed a coupld of unused functions in the Callout structure. by Alexandre Julliard · 25 years ago
- a761e3d Modified CallTo16Register routines to update register context after by Ulrich Weigand · 25 years ago
- 07f3844 Avoid buffer overflows in builtin dll loading (with the help of Dmitry by Alexandre Julliard · 25 years ago
- 8c5df7b Fixed some warnings. by Marcus Meissner · 25 years ago
- 198746d Replaced global Callbacks structure by appropriate glue code by Alexandre Julliard · 25 years ago
- 4fef2f1 Removed obsolete SHMDATA parameter in GLOBAL_CreateBlock. by Alexandre Julliard · 25 years ago
- 3850c1a Moved most USER string functions to dlls/user. by Alexandre Julliard · 25 years ago
- 6c9d83a Added imports of user32/gdi32/kernel32 wherever necessary. by Alexandre Julliard · 25 years ago
- 946a444 Cleaned up a few USER dependencies. by Alexandre Julliard · 25 years ago
- 58d5a0a Removed some unnecessary inclusions of wingdi.h and winuser.h by Alexandre Julliard · 25 years ago
- d5041fc Moved thunking functions off to kernel32.dll. by Alexandre Julliard · 25 years ago
- 70668d1 Say that "No handler" messages as fatal. by Ove Kaaven · 25 years ago
- e482eeb Split the build program in several files. by Alexandre Julliard · 25 years ago
- 8fe0551 Removed a few unnecessary includes. by Alexandre Julliard · 25 years ago
- e82e7d9 Use "CALL" and "RET" in capital letters for distinction. by Uwe Bonnes · 25 years ago
- 4324b47 Delay loading of interrupt table functions until they are needed. by Alexandre Julliard · 25 years ago
- 7fe09bc Moved kernel initialization to kernel_main.c by Alexandre Julliard · 25 years ago
- 36b5b6b Start to separate KERNEL out of libwine. by Dimitrie O. Paun · 25 years ago
- 84bde6a Separate wineps out of Wine's core. by Dimitrie O. Paun · 25 years ago
- 7f30083 Moved DISPDIB out of the kernel into GDI. by Dimitrie O. Paun · 25 years ago
- 0ce13a4 Do not load wineps on startup. by Alexandre Julliard · 25 years ago
- 525e646 Moved if1632/ole2{conv,prox,thk}.spec into dlls/ole32. by Dimitrie O. Paun · 25 years ago
- 81eafed Moved DDEML into dlls/user. by Dimitrie O. Paun · 25 years ago
- ecd921e Separate OLE2NLS out of KERNEL. by Dimitrie O. Paun · 25 years ago
- e29dbc5 Fixed some warnings. by Patrik Stridvall · 25 years ago
- e1e7537 Implemented on-demand loading of builtin dlls using dlopen(). by Alexandre Julliard · 25 years ago
- 2d6457c Added/fixed some documentation reported by winapi_check. by Patrik Stridvall · 25 years ago
- d6c0d86 Moved gdi/user thunking functions into their respective dlls. by Alexandre Julliard · 25 years ago
- 1dac57f Created separate dlls for user,gdi,ttydrv,x11drv. by Alexandre Julliard · 25 years ago
- 916f975 Improved the selector get/set functions. by Alexandre Julliard · 25 years ago
- 0ee98cc Fixed ANSI C violations. by Patrik Stridvall · 25 years ago
- 28db50f Added/corrected ordinals of kernel, gdi, user. by Andreas Mohr · 25 years ago
- 90476d6 Moved SystemHeap allocations to the process heap. by Alexandre Julliard · 25 years ago
- b849d79 Moved global atoms to the server (based on the work of Sergei by Alexandre Julliard · 25 years ago
- 383da68 Optimized debugging API to reduce code size. by Alexandre Julliard · 25 years ago
- d3e22d9 Removed #include of wingdi.h and windef.h from winuser.h (and resolved by Jeremy White · 25 years ago
- 8cd9351 - add some documentation items - fix some spelling - fix some warnings by Andreas Mohr · 25 years ago
- 0dd3655 Removed debugstr.h. by Alexandre Julliard · 25 years ago
- 8bc1d83 Use a per-thread buffer and write(2) for debug traces. Removed debug_dumpstr. by Alexandre Julliard · 25 years ago
- de07869 Moved winsock implementation to dlls/winsock. by Alexandre Julliard · 25 years ago
- 112d307 Added automatic registration of built-in DLLs. by Alexandre Julliard · 25 years ago
- 74e4a28 Built-in DLLs resources are now specified in spec file. by Alexandre Julliard · 25 years ago
- 8f74d8e Added stubs for some BiDi API functions. by Erez Volk · 25 years ago
- 20fede7 Removed the obsoleted CallTimeFuncProc, CallDriverProc, CallDriverCallback. by Eric Pouech · 25 years ago
- 6619f5a Implemented WaitForInputIdle. by Peter Ganten · 25 years ago
- dd03cc1 Make use of the DEFAULT_DEBUG_CHANNEL where appropriate. by Dimitrie O. Paun · 25 years ago
- a2da868 Added .rc file support for Win16 NE modules. by Andreas Mohr · 25 years ago
- 937f4d3 Added USER.DllEntryPoint(). by Ulrich Weigand · 25 years ago
- 979000e Call 16-bit instead of 32-bit UserSignalProc entry point. by Ulrich Weigand · 25 years ago
- e0a3ba5 Added implementation for WSARecvEx function. This is a Microsoft by Moses DeJong · 25 years ago
- 2fab2ef Changed to use new server-side registry support. by Alexandre Julliard · 25 years ago
- cdf191a Stub for GetFontData16. by Huw D M Davies · 25 years ago
- 399e41f Added some ordinals and GetDriverResourceID(). by Andreas Mohr · 25 years ago
- 1ca11f5 Fixed some unresolved externals on non-Intel archs. by Ulrich Weigand · 25 years ago
- eb94c7d Adapted to new register function handling. by Ulrich Weigand · 25 years ago
- 8ced881 Implementation of RegisterNLSInfoChanged. by Andreas Mohr · 25 years ago
- 0f29885 Stub for EngineRealizeFontExt (used by the win98 pscript driver). by Huw D M Davies · 25 years ago
- 900290a Added Win16 variants of existing Win32 functions. by Patrik Stridvall · 25 years ago
- 68944c2 Split the multimedia/ directory into dlls/ subdirectories. by Eric Pouech · 25 years ago
- f45608f Winsock rewrite. Sockets are now proper win32 handles. by Ove Kaaven · 25 years ago
- d2344fb Fix loading of modules: now search key is module's filename, not module's name. by Eric Pouech · 25 years ago
- 142d94e WPROCS.ENTRYADDRPROC needs to return something in CX too (fixes by Marcus Meissner · 25 years ago