| 26 |
pcregrep specification - which I improved to make it absolutely clear). |
pcregrep specification - which I improved to make it absolutely clear). |
| 27 |
The action now is always to scan all levels of directory, and just |
The action now is always to scan all levels of directory, and just |
| 28 |
apply the include/exclude patterns to regular files. |
apply the include/exclude patterns to regular files. |
| 29 |
|
|
| 30 |
|
5. Added the --include_dir and --exclude_dir patterns to pcregrep, and used |
| 31 |
|
--exclude_dir in the tests to avoid scanning .svn directories. |
| 32 |
|
|
| 33 |
|
6. Applied Craig's patch to the QuoteMeta function so that it escapes the |
| 34 |
|
NUL character as backslash + 0 rather than backslash + NUL, because PCRE |
| 35 |
|
doesn't support NULs in patterns. |
| 36 |
|
|
| 37 |
|
7. Added some missing "const"s to declarations of static tables in |
| 38 |
|
pcre_compile.c and pcre_dfa_exec.c. |
| 39 |
|
|
| 40 |
|
8. Applied Craig's patch to pcrecpp.cc to fix a problem in OS X that was |
| 41 |
|
caused by fix #2 above. (Subsequently also a second patch to fix the |
| 42 |
|
first patch.) |
| 43 |
|
|
| 44 |
|
|
| 45 |
Version 7.6 28-Jan-08 |
Version 7.6 28-Jan-08 |