2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
blob | commitdiff | raw |
2003-08-27 |
Alexandre Julliard | Avoid including stackframe.h if it's not needed. |
blob | commitdiff | raw | diff to current |
2003-07-01 |
Eric Pouech | - removed next & prev fields from WINE_MODREF and imple... |
blob | commitdiff | raw | diff to current |
2003-04-07 |
Alexandre Julliard | Added possibility to filter relay traces based on the... |
blob | commitdiff | raw | diff to current |
2003-03-26 |
Eric Pouech | - no longer using kernel32's APIs but ntdll's |
blob | commitdiff | raw | diff to current |
2003-03-20 |
Eric Pouech | Moved WINE_MODREF.flags to WINE_MODREF.ldr.Flags, and... |
blob | commitdiff | raw | diff to current |
2003-03-20 |
Eric Pouech | Move some fields (refCount, tls_index and module) from... |
blob | commitdiff | raw | diff to current |
2003-02-19 |
Gerald Pfeifer | Avoid warnings. |
blob | commitdiff | raw | diff to current |
2003-02-18 |
Alexandre Julliard | Print thread ids in traces with only 4 digits now that... |
blob | commitdiff | raw | diff to current |
2002-12-10 |
Alexandre Julliard | winnt.h should not be self-contained, it must depend... |
blob | commitdiff | raw | diff to current |
2002-11-04 |
Alexandre Julliard | Hack to detect register functions automatically so... |
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-09-12 |
Patrik Stridvall | Moved all the content of the DDK files ntdef.h and... |
blob | commitdiff | raw | diff to current |
2002-08-09 |
Alexandre Julliard | Implemented the RtlImage* functions, and use them to... |
blob | commitdiff | raw | diff to current |
2002-07-08 |
Alexandre Julliard | Remove .dll extension from module name, added wildcard... |
blob | commitdiff | raw | diff to current |
2002-06-04 |
Alexandre Julliard | Check if relay debugging is still on before printing... |
blob | commitdiff | raw | diff to current |
2002-06-04 |
Alexandre Julliard | Moved specification of relay and snoop include/exclude... |
blob | commitdiff | raw | diff to current |
2002-04-25 |
Alexandre Julliard | Moved __ASM_GLOBAL_FUNC macros and interlocked function... |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2002-02-02 |
Patrik Stridvall | Move __stdcall/__cdecl to the right place. |
blob | commitdiff | raw | diff to current |
2001-12-19 |
Alexandre Julliard | Fixed stack offset in relay debugging of cdecl register... |
blob | commitdiff | raw | diff to current |
2001-12-14 |
Alexandre Julliard | Made register and interrupt flags instead of entry... |
blob | commitdiff | raw | diff to current |
2001-12-11 |
Alexandre Julliard | Exported CALL32_Regs from ntdll, renamed to __wine_call... |
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-05-08 |
Francois Gouget | Print the tid in the first column when +tid is specified. |
blob | commitdiff | raw | diff to current |
2001-04-24 |
Marcus Meissner | Drop SYSLEVEL checks from relay debugging, since they... |
blob | commitdiff | raw | diff to current |
2001-04-09 |
Dmitry Timoshkov | Display thread id instead of %fs in relay trace. |
blob | commitdiff | raw | diff to current |
2000-12-13 |
Alexandre Julliard | Removed some unnecessary includes. |
blob | commitdiff | raw | diff to current |
2000-12-12 |
Alexandre Julliard | Use __ASM_GLOBAL_FUNC directly in i386-only code. |
blob | commitdiff | raw | diff to current |
2000-12-11 |
Alexandre Julliard | Moved all Wine internal definitions out of process.h. |
blob | commitdiff | raw | diff to current |
2000-11-27 |
Alexandre Julliard | Set debugging option based on NO_TRACE_MSGS define... |
blob | commitdiff | raw | diff to current |
2000-11-25 |
Dimitrie O. Paun | Include config.h in files that test for constants defin... |
blob | commitdiff | raw | diff to current |
2000-10-12 |
Alexandre Julliard | Work-around for gcc bug. |
blob | commitdiff | raw | diff to current |
2000-10-01 |
Alexandre Julliard | Added stdcall64 entry point type to allow correct relay... |
blob | commitdiff | raw | diff to current |
2000-09-27 |
Alexandre Julliard | Generate Win32 dll descriptor structure in the .spec... |
blob | commitdiff | raw | diff to current |
2000-09-25 |
Alexandre Julliard | Removed some of the XXX_reg macros now that we are... |
blob | commitdiff | raw | diff to current |
2000-08-11 |
Peter Ganten | The user driver functions might be called with the... |
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-05-10 |
Alexandre Julliard | Reserve space for the PE header at the start of the... |
blob | commitdiff | raw | diff to current |
2000-02-26 |
Alexandre Julliard | Improved the selector get/set functions. |
blob | commitdiff | raw | diff to current |
2000-01-29 |
Alexandre Julliard | Removed debugstr.h. |
blob | commitdiff | raw | diff to current |
1999-12-26 |
Francois Gouget | Wrapped some strings in a debugstr_* call. |
blob | commitdiff | raw | diff to current |
1999-11-14 |
Ulrich Weigand | Bugfix: relay/snoop debugging was broken by last patch ... |
blob | commitdiff | raw | diff to current |
1999-11-13 |
Ulrich Weigand | Adapted to new register function handling. |
blob | commitdiff | raw | diff to current |
1999-09-04 |
Marcus Meissner | Relay exclude lists were not working due to some CharUp... |
blob | commitdiff | raw | diff to current |
1999-08-01 |
Alexandre Julliard | Made stack manipulation macros into inline functions. |
blob | commitdiff | raw | diff to current |
1999-06-26 |
Alexandre Julliard | Fixes for non-i386 compiling. |
blob | commitdiff | raw | diff to current |
1999-05-23 |
Ulrich Weigand | Bugfix: syslevel relay check was too strict. |
blob | commitdiff | raw | diff to current |
1999-05-22 |
Ulrich Weigand | Check for syslevel violations while relay debugging. |
blob | commitdiff | raw | diff to current |
1999-05-13 |
Alexandre Julliard | Win32 register functions can now have arguments. |
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-02-26 |
Alexandre Julliard | Large-scale renaming of all Win32 functions and types... |
blob | commitdiff | raw | diff to current |
1999-02-24 |
Marcus Meissner | Optimized away more includes, readded some #includes... |
blob | commitdiff | raw | diff to current |
1999-02-14 |
Gavriel State | A few non-x86 Winelib fixes. |
blob | commitdiff | raw | diff to current |
1999-01-17 |
Alexandre Julliard | Recovery of release 990110 after disk crash. wine-990110 |
blob | commitdiff | raw | diff to current |
1998-11-24 |
Marcus Meissner | Removed left over 'show' and useless deadbeef checking... |
blob | commitdiff | raw | diff to current |
1998-11-22 |
Marcus Meissner | Remove now useless RELAY_ShowDebugmsgsRelay check. |
blob | commitdiff | raw | diff to current |
1998-10-31 |
Marcus Meissner | Lots of stubs to get winlogon.exe from nt3.51 and other... |
blob | commitdiff | raw | diff to current |
1998-06-28 |
Alexandre Julliard | Release 980628 wine-980628 |
blob | commitdiff | raw | diff to current |
1998-06-14 |
Alexandre Julliard | Release 980614 wine-980614 |
blob | commitdiff | raw | diff to current |
1998-06-01 |
Alexandre Julliard | Release 980601 wine-980601 |
blob | commitdiff | raw | diff to current |
1998-05-17 |
Alexandre Julliard | Release 980517 wine-980517 |
blob | commitdiff | raw | diff to current |
1998-05-03 |
Alexandre Julliard | Release 980503 wine-980503 |
blob | commitdiff | raw | diff to current |
1998-04-13 |
Alexandre Julliard | Release 980413 wine-980413 |
blob | commitdiff | raw | diff to current |
1998-03-15 |
Alexandre Julliard | Release 980315 wine-980315 |
blob | commitdiff | raw | diff to current |
1998-03-01 |
Alexandre Julliard | Release 980301 wine-980301 |
blob | commitdiff | raw | diff to current |
1998-01-18 |
Alexandre Julliard | Release 980118 wine-980118 |
blob | commitdiff | raw | diff to current |
1998-01-04 |
Alexandre Julliard | Release 980104 wine-980104 |
blob | commitdiff | raw | diff to current |
1997-12-21 |
Alexandre Julliard | Release 971221 wine-971221 |
blob | commitdiff | raw | diff to current |
|