Lines Matching refs:pcre2grep
96 20. Updated pcre2grep to set stdout as binary when run under Windows, so as not
101 21. When a line is too long for pcre2grep's internal buffer, show the maximum
104 22. Added support for string callouts to pcre2grep (Zoltan's patch with PH
125 30. Due to an oversight, pcre2grep was not making use of JIT when available.
154 38. Using -o with -M in pcre2grep could cause unnecessary repeated output when
284 28. If pcre2grep was given the -q option with -c or -l, or when handling a
355 scripts were modified. The pcre2grep tests can now also be run when there is no
526 104. Allow for up to 32-bit numbers in the ordin() function in pcre2grep.
638 (e.g. /(?<=\Ka)/) could make pcre2grep loop.
696 32. Fix pcre2grep compile when -std=c99 is used with gcc, though it still gives
750 48. Fixed a memory leak in pcre2grep when a locale is set.