• Home
  • Raw
  • Download

Lines Matching refs:pcre2grep

28 5. pcre2grep now supports the inclusion of binary zeros in patterns that are
31 6. A small fix to pcre2grep to avoid compiler warnings for -Wformat-overflow=2.
49 (b) pcre2grep snprintf() workaround as used elsewhere in the tree.
192 42. If before the first match in a file that was being searched by pcre2grep
225 9. Added code to pcre2grep when compiled under VMS to set the symbol
233 11. pcre2grep was truncating components of file names to 128 characters when
244 13. Multiline matching in pcre2grep was misbehaving if the pattern matched
250 14. If --line-buffered was specified for pcre2grep when input was from a
259 16. The line number and related variables such as match counts in pcre2grep
300 pcre2grep when \K was used in an assertion when --colour was used or in
417 9. Moved some Windows-specific code in pcre2grep (introduced in 10.23/13) out
460 20. Applied Jason Hood's patches (slightly modified) to pcre2grep, to implement
531 of pcre2grep.
533 43. Re-implement pcre2grep's -F, -w, and -x options using PCRE2_LITERAL,
560 51. Change the macro FWRITE, used in pcre2grep, to FWRITE_IGNORE because FWRITE
562 pcre2grep related to Windows and Cygwin support.
728 10. Added --max-buffer-size to pcre2grep, to allow for automatic buffer
732 11. If pcre2grep was compiled with JIT support, but the library was compiled
734 done by editing config.h), pcre2grep was giving a JIT error. Now it detects
737 12. Added some "const" qualifiers to variables in pcre2grep.
743 14. Add the -t (grand total) option to pcre2grep.
850 41. A minor change to pcre2grep: colour reset is now "<esc>[0m" instead of
865 46. Applied Jason Hood's patches to upgrade pcre2grep under Windows and tidy
899 50. In pcre2grep, ignore all JIT compile errors. This means that pcre2grep will
907 52. Minor fixes to pcre2grep from Jason Hood:
928 55. Issue 32 for 10.22 below was not correctly fixed. If pcre2grep in multiline
1029 20. Updated pcre2grep to set stdout as binary when run under Windows, so as not
1034 21. When a line is too long for pcre2grep's internal buffer, show the maximum
1037 22. Added support for string callouts to pcre2grep (Zoltan's patch with PH
1058 30. Due to an oversight, pcre2grep was not making use of JIT when available.
1087 38. Using -o with -M in pcre2grep could cause unnecessary repeated output when
1217 28. If pcre2grep was given the -q option with -c or -l, or when handling a
1288 scripts were modified. The pcre2grep tests can now also be run when there is no
1459 104. Allow for up to 32-bit numbers in the ordin() function in pcre2grep.
1571 (e.g. /(?<=\Ka)/) could make pcre2grep loop.
1629 32. Fix pcre2grep compile when -std=c99 is used with gcc, though it still gives
1683 48. Fixed a memory leak in pcre2grep when a locale is set.