ChangeSet ID: 14281 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/10/22 14:55:42
Modified files: tools/winapi_check: winapi_local.pm winapi_function.pm winapi_check nativeapi.pm modules.pm tools/winapi : winapi_extract winapi.pm msvcmaker make_parser.pm c_parser.pm
Log message: Francois Gouget fgouget@free.fr Review and fix regular expressions of the form /^foo|bar$/. Replace regular expressions with simple string comparisons where possible. Use '(?:subregexp)' instead of '(subregexp)' wherever possible. 'dlls/gdi' does not have a win16drv subdirectory anymore so simplify regular expressions accordingly.
Patch: http://cvs.winehq.org/patch.py?id=14281
Old revision New revision Changes Path 1.41 1.42 +19 -19 wine/tools/winapi_check/winapi_local.pm 1.17 1.18 +8 -8 wine/tools/winapi_check/winapi_function.pm 1.67 1.68 +2 -2 wine/tools/winapi_check/winapi_check 1.17 1.18 +1 -1 wine/tools/winapi_check/nativeapi.pm 1.22 1.23 +1 -1 wine/tools/winapi_check/modules.pm 1.21 1.22 +3 -3 wine/tools/winapi/winapi_extract 1.11 1.12 +1 -1 wine/tools/winapi/winapi.pm 1.33 1.34 +8 -8 wine/tools/winapi/msvcmaker 1.9 1.10 +6 -6 wine/tools/winapi/make_parser.pm 1.15 1.16 +3 -3 wine/tools/winapi/c_parser.pm