ChangeSet ID: 7804 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/04/07 18:27:55
Modified files: relay32 : snoop.c relay386.c builtin32.c include : snoop.h documentation/samples: config documentation : wine.conf.man dlls/ntdll : ntdll_misc.h loader.c
Log message: Added possibility to filter relay traces based on the module that called the function. Cleaned up a few traces.
Patch: http://cvs.winehq.com/patch.py?id=7804
Old revision New revision Changes Path 1.63 1.64 +49 -17 wine/relay32/snoop.c 1.55 1.56 +79 -0 wine/relay32/relay386.c 1.93 1.94 +0 -2 wine/relay32/builtin32.c 1.7 1.8 +0 -1 wine/include/snoop.h 1.42 1.43 +2 -0 wine/documentation/samples/config 1.9 1.10 +19 -7 wine/documentation/wine.conf.man 1.14 1.15 +6 -0 wine/dlls/ntdll/ntdll_misc.h 1.22 1.23 +36 -38 wine/dlls/ntdll/loader.c