| 80 |
infinitely looping recursion. The bug was that positive lookaheads were not |
infinitely looping recursion. The bug was that positive lookaheads were not |
| 81 |
being skipped when checking for a possible empty match (negative lookaheads |
being skipped when checking for a possible empty match (negative lookaheads |
| 82 |
and both kinds of lookbehind were skipped). |
and both kinds of lookbehind were skipped). |
| 83 |
|
|
| 84 |
|
15. Fixed two typos in the Windows-only code in pcregrep.c, and moved the |
| 85 |
|
inclusion of <windows.h> to before rather than after the definition of |
| 86 |
|
INVALID_FILE_ATTRIBUTES (patch from David Byron). |
| 87 |
|
|
| 88 |
|
|
| 89 |
Version 7.4 21-Sep-07 |
Version 7.4 21-Sep-07 |