Lines Matching refs:before

634     case malloc() is used) and the whole table is created before the actual
663 before.
740 37. In extended mode, Perl ignores spaces before a + that indicates a
741 possessive quantifier. PCRE allowed a space before the quantifier, but not
742 before the possessive +. It now does.
813 (b) Minimum length was not checked before the matching is started.
862 23. Allow an explicit callout to be inserted before an assertion that is the
918 39. Try madvise first before posix_madvise.
1271 reference to memory before the start of the subject could occur. This bug
1326 PCRE_EXTRA_TABLES is not suported by JIT, and should be checked before
1826 function pcregrep_exit() before it was defined. I am assuming this was
1902 only one byte after an empty string match just before CRLF (this case
2116 The checks now trigger 100 bytes before the end of the workspace.
2570 9. Added PCRE_CALL_CONVENTION just before the names of all exported functions,
2853 inclusion of <windows.h> to before rather than after the definition of
2870 that check the return values (which was not done before).
2901 Perl does, and where it didn't before.
3179 (d) \K resets the start of the current match so that everything before
3294 before "make dist".
3481 runs more slowly than before (30% or more, depending on the pattern). I
3651 2. The code in pcre_study() was using the value of the re argument before
3737 over the years. Originally (before any Unicode support), just the bottom 8
3748 no other multibyte characters, these octal escapes are treated as before.
4145 in checking for a suitable C++ installation before trying to compile the
4198 match before or at the first newline in the subject string. In pcretest,
4324 insertion of callouts before each pattern item. Added the /C option to
4511 (b) Added the macro EXPORT before all exported functions; by default this
4636 to read one or more bytes before the start of the subject string. Often this
4641 to try to read one or more bytes before the start of the subject string.
4678 copy DLL to top builddir before testing
4729 ensure that it is present before embarking on the full matching process. This
4773 the global options, as before. Thus, they show up in the info data.
4990 (a) When configuring PCRE before making, you can use --with-match-limit=n
5057 before. That is, this change is entirely upwards-compatible and requires no
5238 6. pcre_exec() was referring to its "code" argument before testing that
5453 before running the real match. In other words, it applies a heuristic to detect
5622 latter must appear before anything that relies on it in the pattern.
5806 (b) $ matches before a terminating newline by default; an option