wine-wine/tools/winapi_check
Francois Gouget b4df2417c4 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.
2004-10-22 19:55:42 +00:00
..
modules.pm Review and fix regular expressions of the form /^foo|bar$/. 2004-10-22 19:55:42 +00:00
nativeapi.dat - Slightly better handling of external/internal names. 2001-06-19 03:34:52 +00:00
nativeapi.pm Review and fix regular expressions of the form /^foo|bar$/. 2004-10-22 19:55:42 +00:00
preprocessor.pm Add function prototypes. 2004-10-07 18:53:56 +00:00
winapi_c_parser.pm Add function prototypes. 2004-10-07 18:53:56 +00:00
winapi_check Review and fix regular expressions of the form /^foo|bar$/. 2004-10-22 19:55:42 +00:00
winapi_documentation.pm Add function prototypes. 2004-10-07 18:53:56 +00:00
winapi_function.pm Review and fix regular expressions of the form /^foo|bar$/. 2004-10-22 19:55:42 +00:00
winapi_global.pm Add function prototypes. 2004-10-07 18:53:56 +00:00
winapi_local.pm Review and fix regular expressions of the form /^foo|bar$/. 2004-10-22 19:55:42 +00:00
winapi_parser.pm Fix escaped quote handling in strings. 2004-10-21 19:56:04 +00:00