Sign in
goma
/
wine
/
b83bb6dac289acf1206570a75e0011bd132ee5ec
/
loader
378fc22
Wrong handle was being closed.
by Josh Thielen
· 24 years ago
e5b5af9
Fixed a few signed/unsigned and "unsigned < 0 always true" warnings.
by Jörg Mayer
· 24 years ago
624cbd7
Fixes for Solaris X86.
by Eric Pouech
· 24 years ago
da920ee
Spelling fixes.
by Andreas Mohr
· 24 years ago
7c4b140
Fixed HTASK/HTASK16 handle mismatch.
by Alexandre Julliard
· 24 years ago
2344798
Fixed some warnings.
by Patrik Stridvall
· 24 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
f899ef0
Removed some unnecessary includes.
by Alexandre Julliard
· 24 years ago
37e9503
Moved server.h to include/wine.
by Alexandre Julliard
· 24 years ago
33929be
- Made sure that the files that contains the declarations
by Patrik Stridvall
· 24 years ago
ca4fa36
Don't call SNOOP_RegisterDLL on builtins.
by Alexandre Julliard
· 24 years ago
044855c
Documentation fixes.
by Patrik Stridvall
· 24 years ago
01d5e5b
Documentation fixes.
by Patrik Stridvall
· 24 years ago
ed2f19a
Put AC_DEFINE symbols definitions directly in the configure script so
by Alexandre Julliard
· 24 years ago
3ca9823
Documentation ordinal fixes.
by Patrik Stridvall
· 24 years ago
dae8de6
Documentation ordinal fixes (using winapi_fixup).
by Patrik Stridvall
· 24 years ago
0ca9465
Removed unneeded inclusion of queue.h.
by Alexandre Julliard
· 24 years ago
8ff37b8
Set low-order bit of module handle for LOAD_LIBRARY_AS_DATAFILE.
by Alexandre Julliard
· 24 years ago
c2bc22b
Spelling fixes.
by Andreas Mohr
· 24 years ago
9abd553
Make snoop code take ordinal base into account.
by Andreas Mohr
· 24 years ago
a67e648
Removed THREAD_IsWin16.
by Alexandre Julliard
· 24 years ago
3f1ed52
Implemented 64bit file size handling.
by Marcus Meissner
· 24 years ago
2418edb
Really free the memory on dll unload.
by Alexandre Julliard
· 24 years ago
e17d1a3
Print the tid in the first column when +tid is specified.
by Francois Gouget
· 24 years ago
c9cf68d
Uncommented the VirtualFree call on dll unload.
by Alexandre Julliard
· 24 years ago
10b3402
Let LOAD_LIBRARY_AS_DATAFILE load the builtin dll if loading a native
by Ove Kaaven
· 24 years ago
2ec34e4
Added TASK_GetPtr/TASK_GetCurrent functions to get the TDB for a task handle.
by Alexandre Julliard
· 24 years ago
3e7497f
Unified 16-bit and 32-bit scheduling a bit more.
by Alexandre Julliard
· 24 years ago
627c907
Don't load user32 too early on for 16-bit apps, so that app-specific
by Alexandre Julliard
· 24 years ago
fde1b0c
Added "*" wildcard entry to DllOverrides to replace DllDefaults
by Alexandre Julliard
· 24 years ago
671da9f
Disable DONT_RESOLVE_DLL_REFERENCES for builtin dlls.
by Alexandre Julliard
· 24 years ago
b77afe7
Allow loading of built-in dlls with LOAD_LIBRARY_AS_DATAFILE flag set.
by Dmitry Timoshkov
· 24 years ago
b9c9cdc
- Added support for app-specific dll overrides using
by Alexandre Julliard
· 24 years ago
3d0589a
Fixed spelling/typos in comments.
by Francois Gouget
· 24 years ago
9ee9eff
Use the standard CreateThread routine to create 16-bit tasks instead
by Alexandre Julliard
· 24 years ago
67a7499
New set of macros for server calls; makes requests without variable
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
0c61028
Documentation ordinal fixes.
by Patrik Stridvall
· 24 years ago
4ab1558
- Remove <string.h> from winnt.h.
by Jon Griffiths
· 24 years ago
ad8ef99
Fix the cmdline argument passed to NE_CreateThread to include string length.
by Gerard Patel
· 24 years ago
3556e1f
Display the importing dll in the 0xdeadbeef message.
by Alexandre Julliard
· 24 years ago
16a9a2d
Don't call a NE DLL's DllEntryPoint twice during one single LoadModule() call.
by Ulrich Weigand
· 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
1db20bf
- Migrate CRTDLL to MSVCRT. - Many fixes and a load of new functions.
by Jon Griffiths
· 24 years ago
a77fd7d
Added a specific debug channel for dll loading (builtin/native).
by Gerard Patel
· 24 years ago
105b0f4
Use the exe name and file handle we got from the server also when
by Alexandre Julliard
· 24 years ago
da2b6a9
Fixed some HFILE vs. HANDLE mismatches.
by François Gouget
· 24 years ago
c4c7324
Forced loading of msacm32 when msacm is loaded.
by Eric Pouech
· 24 years ago
8081e5a
Added handle_t type to server interface so that we can make handles
by Alexandre Julliard
· 24 years ago
acefd16
Prevent unaligned access to NE in-memory module data.
by Ulrich Weigand
· 24 years ago
cc19592
Added check whether unaligned memory access is allowed.
by Ulrich Weigand
· 24 years ago
e5557b3
Separated the MZ loader and core DOS VM into dlls/winedos.
by Ove Kaaven
· 24 years ago
55146db
Fixed a few type clashes in preparation for the switch to STRICT.
by François Gouget
· 24 years ago
e441d3c
No longer try to load builtin library when loadorder is 'so'.
by Alexandre Julliard
· 24 years ago
d549f69
Use a separate FIFO pair for server requests that don't need to pass a
by Alexandre Julliard
· 24 years ago
5801723
Replaced WIN16_GlobalLock16 by "official" function K32WOWGlobalLock16.
by Alexandre Julliard
· 24 years ago
014a8bb
Do not call thread attach/detach routines during process exit to avoid
by Alexandre Julliard
· 24 years ago
5e5c52d
DUMMYSTRUCTNAME2 creates a conflict when using anonymous union names.
by François Gouget
· 24 years ago
9759140
Fixed IMAGE_RESOURCE_DIRECTORY_ENTRY on big-endian machines.
by Ulrich Weigand
· 24 years ago
807b045
Changed the type of Function to PDWORD as on Windows.
by François Gouget
· 24 years ago
e675887
Work around glibc 2.1.x dlopen bug (again).
by James Abbatiello
· 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
a67369e
Changed LoadImage16 to take an LPCSTR instead of a SEGPTR.
by Alexandre Julliard
· 24 years ago
becb9a3
Moved all Wine internal definitions out of process.h.
by Alexandre Julliard
· 24 years ago
84f91bd
Removed no longer used elfdll loader.
by Alexandre Julliard
· 24 years ago
886604c
Always pass lower-case filenames to wine_dll_load().
by Alexandre Julliard
· 24 years ago
8c91b08
Better error message for forwards.
by Andreas Mohr
· 24 years ago
e4d0932
Added ASCII-only version of toupper, tolower, strcasecmp and the like
by Aric Stewart
· 24 years ago
697bf65
Added/modified documentation for function arguments.
by Patrik Stridvall
· 24 years ago
2b3aa61
Added/modified documentation for function arguments.
by Patrik Stridvall
· 24 years ago
b5e5555
Fixed Win16 documentation not fixed because of a bug in winapi_check.
by Patrik Stridvall
· 24 years ago
7a4e599
Fixed some issues found by winapi_check.
by Patrik Stridvall
· 24 years ago
ef57e18
Removed some unnecessary includes.
by Alexandre Julliard
· 24 years ago
7afce0e
Moved the few remaining functions in wprocs.dll to kernel.dll.
by Alexandre Julliard
· 24 years ago
32fcfc2
Removed "elfdll" load order option and updated documentation.
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
529da54
Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ;
by Dimitrie O. Paun
· 24 years ago
256ac22
Display the name of the function when import failed.
by Alexandre Julliard
· 24 years ago
5ce902b
Implemented DosFileHandleToWin32Handle, Win32HandleToDosFileHandle and
by Alexandre Julliard
· 24 years ago
ac7efef
Changed GetProcAddress16 and 16-bit resource functions to take normal
by Alexandre Julliard
· 24 years ago
fc2c5df
Implemented TerminateApp needed for DBase 5.0.
by Andreas Mohr
· 24 years ago
5b21807
Replaced u_char/u_short/u_long by BYTE/WORD/DWORD for increased portability.
by Hidenori Takeshima
· 24 years ago
ab68797
Moved standard syslevel APIs declaration to winbase.h.
by Alexandre Julliard
· 24 years ago
914406f
Moved LDT handling to libwine.so. Changed the interface to use the
by Alexandre Julliard
· 24 years ago
0a8114c
Raise an exception for unimplemented 16-bit entry points too.
by Alexandre Julliard
· 24 years ago
da0acca
Use DUMMYxxxNAME for anonymous struct/unions.
by Francois Gouget
· 24 years ago
3e38431
Don't strip the library extension if it's not ".dll".
by Alexandre Julliard
· 24 years ago
4e951ea
Check all Callouts function pointers for NULL before using them.
by Alexandre Julliard
· 24 years ago
e087508
Moved builtin dll registration to libwine.
by Alexandre Julliard
· 24 years ago
786c9a6
Get ELF_LoadLibraryExA back into a working state.
by Andreas Mohr
· 24 years ago
908464d
Authors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie O. Paun <dimi@cs.toronto.edu>, Patrik Stridvall <ps@leissner.se>
by Alexandre Julliard
· 24 years ago
334a42f
Fixed a few compilation warnings
by Dimitrie O. Paun
· 24 years ago
cabee39
Free the Win16 dummy module and wm->deps.
by Andreas Mohr
· 24 years ago
0e236a1
Removed GetResDirEntryA/W.
by Alexandre Julliard
· 24 years ago
a9f6a9d
Explicitly initialize structures.
by Patrik Stridvall
· 24 years ago
Next »