Lines Matching refs:pcre2grep
111 13. Made PCRE2_UCP the default in UTF mode in pcre2grep, and added new options
133 19. Add a --posix-digit to pcre2grep for compatibility with GNU grep, and
219 44. Implement --group-separator and --no-group-separator for pcre2grep.
301 1. Add fflush() before and after a fork callout in pcre2grep to get its output
318 pcre2grep to PCRE2_SIZE (aka size_t).
345 13. Implemented -Z aka --null in pcre2grep.
347 14. A minor change to pcre2test and the addition of several new pcre2grep tests
348 have improved LCOV coverage statistics. At the same time, code in pcre2grep and
352 15. Fixed a bug in pcre2grep that could cause an extra newline to be written
355 16. If a file has a .bz2 extension but is not in fact compressed, pcre2grep
359 17. When pcre2grep was running not in UTF mode, if a string specified by
377 22. Updated pcre2grep so that it behaves like GNU grep when matching more than
391 1. Merged patch from @carenas (GitHub #35, 7db87842) to fix pcre2grep incorrect
395 in pcre2grep with buffered fseek(stdin).
407 from pcre2grep.
547 * pcre2grep: avoid mixing declarations with code
549 Since d5a61ee8 (Patch to detect (and ignore) symlink loops in pcre2grep,
591 4. Implemented a modified version of Thomas Tempelmann's pcre2grep patch for
604 An option has also been added to pcre2grep to enable this.
742 15. Added GNU grep's -m (aka --max-count) option to pcre2grep.
744 16. Refactored substitution processing in pcre2grep strings, both for the -O
816 13. In pcre2grep, if the final line in a scanned file is output but does not
911 5. Give more error detail for invalid UTF-8 when detected in pcre2grep.
913 6. Add support for invalid UTF-8 to pcre2grep.
948 11. A bug in pcre2grep meant that -o without an argument (or -o0) didn't work
1137 14. Add a call to pcre2_jit_free_unused_memory() in pcre2grep, for tidiness.
1155 18. Added --disable-pcre2grep-callout-fork, which restricts the callout support
1156 in pcre2grep to the inbuilt echo facility. This may be useful in environments
1162 20. Added "fork" support for VMS to pcre2grep, for running an external program
1258 5. pcre2grep now supports the inclusion of binary zeros in patterns that are
1261 6. A small fix to pcre2grep to avoid compiler warnings for -Wformat-overflow=2.
1279 (b) pcre2grep snprintf() workaround as used elsewhere in the tree.
1422 42. If before the first match in a file that was being searched by pcre2grep
1455 9. Added code to pcre2grep when compiled under VMS to set the symbol
1463 11. pcre2grep was truncating components of file names to 128 characters when
1474 13. Multiline matching in pcre2grep was misbehaving if the pattern matched
1480 14. If --line-buffered was specified for pcre2grep when input was from a
1489 16. The line number and related variables such as match counts in pcre2grep
1530 pcre2grep when \K was used in an assertion when --colour was used or in
1647 9. Moved some Windows-specific code in pcre2grep (introduced in 10.23/13) out
1690 20. Applied Jason Hood's patches (slightly modified) to pcre2grep, to implement
1761 of pcre2grep.
1763 43. Re-implement pcre2grep's -F, -w, and -x options using PCRE2_LITERAL,
1790 51. Change the macro FWRITE, used in pcre2grep, to FWRITE_IGNORE because FWRITE
1792 pcre2grep related to Windows and Cygwin support.
1958 10. Added --max-buffer-size to pcre2grep, to allow for automatic buffer
1962 11. If pcre2grep was compiled with JIT support, but the library was compiled
1964 done by editing config.h), pcre2grep was giving a JIT error. Now it detects
1967 12. Added some "const" qualifiers to variables in pcre2grep.
1973 14. Add the -t (grand total) option to pcre2grep.
2080 41. A minor change to pcre2grep: colour reset is now "<esc>[0m" instead of
2095 46. Applied Jason Hood's patches to upgrade pcre2grep under Windows and tidy
2129 50. In pcre2grep, ignore all JIT compile errors. This means that pcre2grep will
2137 52. Minor fixes to pcre2grep from Jason Hood:
2158 55. Issue 32 for 10.22 below was not correctly fixed. If pcre2grep in multiline
2259 20. Updated pcre2grep to set stdout as binary when run under Windows, so as not
2264 21. When a line is too long for pcre2grep's internal buffer, show the maximum
2267 22. Added support for string callouts to pcre2grep (Zoltan's patch with PH
2288 30. Due to an oversight, pcre2grep was not making use of JIT when available.
2317 38. Using -o with -M in pcre2grep could cause unnecessary repeated output when
2447 28. If pcre2grep was given the -q option with -c or -l, or when handling a
2518 scripts were modified. The pcre2grep tests can now also be run when there is no
2689 104. Allow for up to 32-bit numbers in the ordin() function in pcre2grep.
2801 (e.g. /(?<=\Ka)/) could make pcre2grep loop.
2859 32. Fix pcre2grep compile when -std=c99 is used with gcc, though it still gives
2913 48. Fixed a memory leak in pcre2grep when a locale is set.