2003-03-05 |
Eric Pouech | Removed SO loading type. |
blob | commitdiff | raw |
2003-02-17 |
Alexandre Julliard | Set default loadorder to native for dlls that contain... |
blob | commitdiff | raw | diff to current |
2002-10-23 |
Patrik Stridvall | Don't use wine/unicode.h in the header files, include... |
blob | commitdiff | raw | diff to current |
2002-09-25 |
Dimitrie O. Paun | By default, we should use our own dlls. |
blob | commitdiff | raw | diff to current |
2002-09-13 |
Alexandre Julliard | Removed references to advapi32 registry functions from... |
blob | commitdiff | raw | diff to current |
2002-08-28 |
Patrik Stridvall | MSVC compatibility fixes. |
blob | commitdiff | raw | diff to current |
2002-08-16 |
Alexandre Julliard | Force loadorder of 16-bit dlls to builtin if their... |
blob | commitdiff | raw | diff to current |
2002-08-14 |
Alexandre Julliard | Make behavior of builtin executables closer to that... |
blob | commitdiff | raw | diff to current |
2002-07-05 |
Alexandre Julliard | No need to call GetModuleFileName16 now that GetModuleF... |
blob | commitdiff | raw | diff to current |
2002-06-25 |
Alexandre Julliard | Added support for path wildcards of the form "*dllname... |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-05-23 |
Alexandre Julliard | Removed most inclusions of options.h. |
blob | commitdiff | raw | diff to current |
2002-03-28 |
Alexandre Julliard | Don't strip out .exe extension. |
blob | commitdiff | raw | diff to current |
2002-03-22 |
Alexandre Julliard | Properly handle loadorder specifications containing... |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2001-10-14 |
Francois Gouget | When including config.h, include it first. |
blob | commitdiff | raw | diff to current |
2001-08-10 |
Eric Pouech | Fixes for Solaris X86. |
blob | commitdiff | raw | diff to current |
2001-07-24 |
Alexandre Julliard | Removed HEAP_strdupA. |
blob | commitdiff | raw | diff to current |
2001-07-23 |
Alexandre Julliard | Removed some unnecessary includes. |
blob | commitdiff | raw | diff to current |
2001-03-21 |
Alexandre Julliard | Added "*" wildcard entry to DllOverrides to replace... |
blob | commitdiff | raw | diff to current |
2001-03-20 |
Alexandre Julliard | - Added support for app-specific dll overrides using |
blob | commitdiff | raw | diff to current |
2001-03-10 |
Francois Gouget | Fixed spelling/typos in comments. |
blob | commitdiff | raw | diff to current |
2001-01-10 |
Jon Griffiths | - Migrate CRTDLL to MSVCRT. |
blob | commitdiff | raw | diff to current |
2001-01-06 |
Eric Pouech | Forced loading of msacm32 when msacm is loaded. |
blob | commitdiff | raw | diff to current |
2000-12-09 |
Alexandre Julliard | Removed no longer used elfdll loader. |
blob | commitdiff | raw | diff to current |
2000-12-03 |
Aric Stewart | Added ASCII-only version of toupper, tolower, strcasecm... |
blob | commitdiff | raw | diff to current |
2000-11-30 |
Alexandre Julliard | Removed "elfdll" load order option and updated document... |
blob | commitdiff | raw | diff to current |
2000-11-27 |
Dimitrie O. Paun | Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements... |
blob | commitdiff | raw | diff to current |
2000-10-13 |
Andreas Mohr | - stupid spelling fixes |
blob | commitdiff | raw | diff to current |
2000-10-02 |
Andreas Mohr | Beautified the loadorder array (group DLLs according... |
blob | commitdiff | raw | diff to current |
2000-08-28 |
Peter Ganten | - Always store the full path name of 32bit modules... |
blob | commitdiff | raw | diff to current |
2000-08-06 |
Alexandre Julliard | Replaced lstrlen/lstrcmp by libc equivalents everywhere... |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Huw D M Davies | Create rpcrt4.dll. |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Andreas Mohr | Added ws2_32 loadorder. |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Andreas Mohr | Added loadorder entry for the Linux glide3x library. |
blob | commitdiff | raw | diff to current |
2000-06-13 |
Juergen Schmied | - new dll shfolder.dll |
blob | commitdiff | raw | diff to current |
2000-05-12 |
Lionel Ulmer | Added support for OpenGL. |
blob | commitdiff | raw | diff to current |
2000-02-19 |
Alexandre Julliard | Hard-coded DllPairs configuration; there is no need... |
blob | commitdiff | raw | diff to current |
2000-02-16 |
Alexandre Julliard | Moved SystemHeap allocations to the process heap. |
blob | commitdiff | raw | diff to current |
2000-01-31 |
Alexandre Julliard | Build most dlls as separate shared libraries. |
blob | commitdiff | raw | diff to current |
2000-01-29 |
Andreas Mohr | - add some documentation items |
blob | commitdiff | raw | diff to current |
1999-12-11 |
Alexandre Julliard | Xiang Li |
blob | commitdiff | raw | diff to current |
1999-11-21 |
Niels Kristian Bec... | Removed extra #include statements. |
blob | commitdiff | raw | diff to current |
1999-11-07 |
Francois Gouget | Added ICMP DLL implementation. |
blob | commitdiff | raw | diff to current |
1999-10-31 |
Eric Pouech | Added built-in msacm.drv and midimap.drv drivers. |
blob | commitdiff | raw | diff to current |
1999-10-13 |
Eric Pouech | Correct filename for kernel module is KRNL386.EXE. |
blob | commitdiff | raw | diff to current |
1999-09-04 |
Huw D M Davies | winspool -> winspool.drv |
blob | commitdiff | raw | diff to current |
1999-09-03 |
Eric Pouech | Do not remove .drv from filenames. |
blob | commitdiff | raw | diff to current |
1999-08-15 |
Juergen Schmied | New internal dll, exporting already existing path funct... |
blob | commitdiff | raw | diff to current |
1999-07-30 |
Huw D M Davies | Strip .drv extensions to MODULE_GetLoadOrder. |
blob | commitdiff | raw | diff to current |
1999-06-12 |
Alexandre Julliard | Converted to the new debug interface, using script... |
blob | commitdiff | raw | diff to current |
1999-05-17 |
Marcus Meissner | glide2x loadorder is "so,native". |
blob | commitdiff | raw | diff to current |
1999-04-26 |
Bertho Stultiens | The load order parser should not always complain about... |
blob | commitdiff | raw | diff to current |
1999-04-25 |
Eric Pouech | wine.conf should not overrule content of burned in... |
blob | commitdiff | raw | diff to current |
1999-04-25 |
Marcus Meissner | debug.h must be last in list of includes. |
blob | commitdiff | raw | diff to current |
1999-04-25 |
Marcus Meissner | Use DllOverrides from wine.ini as defaults also in |
blob | commitdiff | raw | diff to current |
1999-04-24 |
Marcus Meissner | autoconf fixes and cleanups (check for dlopen() in... |
blob | commitdiff | raw | diff to current |
1999-04-22 |
Bertho Stultiens | Change wine's dlopen search-patch strategy not using... |
blob | commitdiff | raw | diff to current |
1999-04-19 |
Bertho Stultiens | Removed non-portable hacks and replaced them with more... |
blob | commitdiff | raw | diff to current |
1999-04-19 |
Patrik Stridvall | New debug scheme with explicit debug channels declaration. |
blob | commitdiff | raw | diff to current |
1999-04-18 |
Eric Pouech | Fixed memory freeing. |
blob | commitdiff | raw | diff to current |
1999-04-18 |
Bertho Stultiens | New files to support load order and partial stubs for... |
blob | commitdiff | raw | diff to current |
|