Lines Matching refs:pcre2test
13 2. When matching using the POSIX API, pcre2test used to omit listing unset
17 3. Running "pcre2test -C" always stated "\R matches CR, LF, or CRLF only",
20 specified. Similarly, running "pcre2test -C bsr" never produced the result
60 13. If a "find limits" test of DFA matching in pcre2test resulted in too many
85 (c) Parameterize the use of %zu in pcre2test to make it like %td. For both of
90 when linking pcre2test with MSVC. This gets rid of a stack overflow error in
93 20. Output a warning in pcre2test when ignoring the "altglobal" modifier when
96 21. In both pcre2test and pcre2_substitute(), with global matching, a pattern
153 long time because in pcre2test the result of memmove() was being used, whereas
204 1. Fix typo (missing ]) in VMS code in pcre2test.c.
221 7. Fixed a small memory leak in pcre2test (convert contexts).
229 10. Added the -LM (list modifiers) option to pcre2test. Also made -C complain
286 to retrieve them, and update pcre2test to show them.
290 not by JIT or pcre2_dfa_match(). Their settings are shown in pcre2test callouts
390 3. Hardened pcre2test so as to reduce the number of bugs reported by fuzzers:
406 pcre2test to use it to output the frame size when the "framesize" modifier is
412 8. When the zero_terminate modifier was specified on a pcre2test subject line
415 empty string with zero_terminate. This was a bug in pcre2test, not the library.
421 10. In pcre2test, explicitly close the file after an error during serialization
429 13. When the 32-bit library was being tested by pcre2test, error messages that
431 pcre2test.
437 of 10.23/36); pcre2test has been upgraded so that \=find_limits works with DFA
444 17. Changes to the pcre2test "memory" modifier on a subject line. These apply
455 18. Make pcre2test detect an error return from pcre2_get_error_message(), give
469 pcre2_set_heap_limit() or (*LIMIT_HEAP=xxx). Upgraded pcre2test to show the
484 27. Update pcre2test, remove some unused code in pcre2_match(), and upgrade the
491 (c) Resource leaks in pcre2test in rare error cases.
501 pcre2test, a crash could occur.
525 40. Implement the subject_literal modifier in pcre2test, and allow jitstack on
552 48. Add the callout_no_where modifier to pcre2test.
581 1. Extended pcre2test with the utf8_input modifier so that it is able to
710 5. pcre2test has been upgraded so that, when run under valgrind with valgrind
721 8. When pcre2test was outputing information from a callout, the caret indicator
758 16. The "offset" modifier in pcre2test was not being ignored (as documented)
773 20. Add strerror() to pcre2test for failed file opening.
775 21. Make pcre2test -C list valgrind support when it is enabled.
777 22. Add the use_length modifier to pcre2test.
779 23. Fix an off-by-one bug in pcre2test for the list of names for 'get' and
794 27. In pcre2test, give some offset information for errors in hex patterns.
799 pcre2test for testing it.
801 29. Fix small memory leak in pcre2test.
806 31. Fix a bug in pcre2test that caused a crash when a locale was set either in
840 38. Add the "-ac" command line option to pcre2test as a synonym for "-pattern
847 40. The callout_error modifier has been added to pcre2test to make it possible
862 45. Minor cosmetic fix to pcre2test: move a variable that is not used under
896 its start; pcre2test was not handling this correctly when using the POSIX
945 patterns in pcre2test, to make it easier to create patterns with just a few
948 3. Binary zeros are not supported in pcre2test input files. It now detects them
965 7. Because of 6 above, pcre2test has been modified with a new modifier called
978 10. It has happened that pcre2test was accidentally linked with another POSIX
982 left as NULL, which made pcre2test think it had not got a compiled POSIX regex,
984 error message. A check has been added to pcre2test to see if the data returned
986 are not, an error message is output and the pcre2test run is abandoned. The
991 assertion, caused pcre2test to output a very large number of spaces when the
1005 15. Implemented pcre2_code_copy(), and added pushcopy and #popcopy to pcre2test
1011 not do this, leading to bad output from pcre2test when it was checking for
1019 "const" qualifiers in pcre2test and (b) defining snprintf as _snprintf for
1074 35. Fix potential negative index in pcre2test.
1078 PCRE2_ERROR_BADDATA is returned. A facility has been added to pcre2test to
1094 40. Fix two clang compiler warnings in pcre2test when only one code unit width
1099 the stack size via pcre2test is possible). This avoids having to manually set a
1104 43. Detect integer overflow in pcre2test pattern and data repetition counts.
1106 44. In pcre2test, ignore "allcaptures" after DFA matching.
1276 47. Modifier lists in pcre2test were splitting at spaces without the required
1284 50. The pcre2test program has been extended by adding the #newline_default
1297 pcre2test (and perltest.sh) input.
1301 54. Add the null_context modifier to pcre2test so that calling pcre2_compile()
1322 61. Whitespace at the end of a pcre2test pattern line caused a spurious error
1334 65. Implemented an optional replication feature for patterns in pcre2test, to
1417 about JIT compile failures in pcre2test.
1421 93. Re-arrange valgrind support code in pcre2test to avoid spurious reports
1439 98. In pcre2test, make the "startoffset" modifier a synonym of "offset",
1471 correctly, and pcre2test with the "bincode" modifier was not always correctly
1492 110. Implemented PCRE2_SUBSTITUTE_UNSET_EMPTY, and updated pcre2test to make it
1495 111. "Harden" pcre2test against ridiculously large values in modifiers and
1501 113. Fix printing of *MARK names that contain binary zeroes in pcre2test.
1573 18. There was a similar problem to 17 in pcre2test for global matches, though
1590 22. The feature for string replication in pcre2test could read from freed
1637 35. Make pcre2test give an error if a pattern that follows #forbud_utf contains
1751 that is found in the output of "locale -a" can actually be set by pcre2test
1765 16. Improved error message in pcre2test when setting the stack size (-S) fails.
1770 of PCRE2 sources, which caused a failure to build pcre2test.
1775 19. Use binary input when reading back saved serialized patterns in pcre2test.
1824 2. The test program, now called pcre2test, was re-specified and almost