projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
richedit: Pressing enter adds newline on WM_KEYDOWN rather than WM_CHAR.
[wine]
/
libs
/
wine
/
loader.c
2008-09-04
Alexandre Julliard
libwine: Add support for relocating MS-style imports...
blob
|
commitdiff
|
raw
2008-03-22
Ken Thomases
libwine: Cope with Leopard brokenness w.r.t. setrlimit...
blob
|
commitdiff
|
raw
|
diff to current
2007-11-29
Alexandre Julliard
libwine: Work around the Mac OS dynamic loader support...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-10
Andrey Turkin
libwine: Emulate MS linker stub for builtin dlls.
blob
|
commitdiff
|
raw
|
diff to current
2007-09-11
Alexandre Julliard
libwine: Initialize debug channels options on first...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-30
Alexandre Julliard
libwine: Fix lookup of 16-bit dll placeholders. Remove...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-26
Alexandre Julliard
libwine: Get rid of the lookup in the top dlls/ dir...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-30
Alexandre Julliard
libwine: Hack to work around the Solaris dlopen() brain...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-27
Andrew Talbot
winelib: Replace inline static with static inline.
blob
|
commitdiff
|
raw
|
diff to current
2007-01-26
Joris Huizer
libwine: sign-compare fixes.
blob
|
commitdiff
|
raw
|
diff to current
2006-08-23
Andrew Talbot
libwine: Cast-qual warning fix.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-17
Paul Millar
libwine: Add a configure check for setrlimit.
blob
|
commitdiff
|
raw
|
diff to current
2006-06-27
Alexandre Julliard
libwine: Attempt to increase some user limits that...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-23
Jonathan Ernst
Update the address of the Free Software Foundation.
blob
|
commitdiff
|
raw
|
diff to current
2006-03-17
Alexandre Julliard
libwine: Added magic handling of dll path when running...
blob
|
commitdiff
|
raw
|
diff to current
2006-02-17
Alexandre Julliard
libwine: Add the runtime library path to the front...
blob
|
commitdiff
|
raw
|
diff to current
2006-02-16
Alexandre Julliard
libwine: New naming scheme for 16-bit builtin dlls.
blob
|
commitdiff
|
raw
|
diff to current
2006-02-11
Alexandre Julliard
libwine: Use dladdr if supported to get the run-time...
blob
|
commitdiff
|
raw
|
diff to current
2006-02-04
Alexandre Julliard
libwine: Added wine_dll_enum_load_path function to...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-28
Alexandre Julliard
New scheme for keeping track of debug channels that...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-17
Alexandre Julliard
Store RVAs instead of pointers wherever possible in...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-15
Alexandre Julliard
Use the NT descriptor address as start of the data...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-12
Alexandre Julliard
Only add the default dlldir to the search path if that...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-29
Alexandre Julliard
Use the correct ordinal flag for Win64 support.
blob
|
commitdiff
|
raw
|
diff to current
2005-07-10
Marcus Meissner
Fixed signedness warnings.
blob
|
commitdiff
|
raw
|
diff to current
2005-05-10
Robert Lunnon
Add RTLD_FIRST flag to dlopen calls.
blob
|
commitdiff
|
raw
|
diff to current
2005-04-25
Alexandre Julliard
Remove a few more instances of strncpy.
blob
|
commitdiff
|
raw
|
diff to current
2005-03-23
Francois Gouget
Assorted spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2004-09-03
Mike McCormack
Fill in the MZ header in builtin PE DLLs.
blob
|
commitdiff
|
raw
|
diff to current
2004-06-14
Alexandre Julliard
Yet another fix for the MacOS X environ brain damage.
blob
|
commitdiff
|
raw
|
diff to current
2004-05-29
Alexandre Julliard
Pass the environ variable from main to try to avoid...
blob
|
commitdiff
|
raw
|
diff to current
2004-05-25
Alexandre Julliard
Moved environ definition to port.h.
blob
|
commitdiff
|
raw
|
diff to current
2004-05-25
Emmanuel Maillard
Added environ support for Darwin.
blob
|
commitdiff
|
raw
|
diff to current
2004-05-25
Alexandre Julliard
Added support for managing reserved memory areas in...
blob
|
commitdiff
|
raw
|
diff to current
2004-01-02
Alexandre Julliard
Added wine_dll_get_owner function that retrieves the...
blob
|
commitdiff
|
raw
|
diff to current
2003-12-05
Alexandre Julliard
Added a WINEDEBUG environment variable that allows...
blob
|
commitdiff
|
raw
|
diff to current
2003-11-11
Alexandre Julliard
Moved the exec_wine_binary function to the wine library...
blob
|
commitdiff
|
raw
|
diff to current
2003-11-03
Alexandre Julliard
Put better values for code and data sizes in the NT...
blob
|
commitdiff
|
raw
|
diff to current
2003-10-10
Alexandre Julliard
Don't reference the environ global variable from kernel...
blob
|
commitdiff
|
raw
|
diff to current
2003-10-10
Alexandre Julliard
Changed the init code to make libwine load only ntdll...
blob
|
commitdiff
|
raw
|
diff to current
2003-10-08
Alexandre Julliard
Added wine_get_argv0_path() to retrieve the path of...
blob
|
commitdiff
|
raw
|
diff to current
2003-09-17
Alexandre Julliard
Moved almost all remaining process, thread, fiber and...
blob
|
commitdiff
|
raw
|
diff to current
2003-09-05
Alexandre Julliard
Fixed header dependencies to be fully compatible with...
blob
|
commitdiff
|
raw
|
diff to current
2003-09-03
Alexandre Julliard
Moved the implementation of the pthread wrappers to...
blob
|
commitdiff
|
raw
|
diff to current
2003-08-29
Alexandre Julliard
Export SYSDEPS_SwitchToThreadStack() functionality...
blob
|
commitdiff
|
raw
|
diff to current
2003-08-27
Todd Vierling
Use MAP_TRYFIXED on NetBSD if available.
blob
|
commitdiff
|
raw
|
diff to current
2003-07-03
Alexandre Julliard
Added a file_exists argument to wine_dll_load to allow...
blob
|
commitdiff
|
raw
|
diff to current
2003-04-27
Alexandre Julliard
Moved the functionality of starting Win16 and DOS progr...
blob
|
commitdiff
|
raw
|
diff to current
2003-03-28
Yorick Hardy
stdint.h should be included for compiling on NetBSD.
blob
|
commitdiff
|
raw
|
diff to current
2003-03-22
Alexandre Julliard
Moved libwine to libs/ directory.
blob
|
commitdiff
|
raw
|
diff to current