|
From: Tom H. <th...@cy...> - 2005-02-13 15:49:30
|
CVS commit by thughes:
Match a wider range of characters in filenames.
M +1 -1 filter_libc 1.3
--- valgrind/tests/filter_libc #1.2:1.3
@@ -19,5 +19,5 @@
s/\(within \/.*libc.*\)$/(within \/...libc...)/;
- s/($libc_symbols) \([a-z]+\.[cS]:\d+\)$/$1 (in \/...libc...)/;
+ s/($libc_symbols) \(\w+\.[cS]:\d+\)$/$1 (in \/...libc...)/;
print;
|