Lines Matching refs:so

172 19. Modified the RunTest script to incorporate a valgrind suppressions file so
247 14. The handling of \c in an EBCDIC environment has been revised so that it is
343 work under Windows. (Why has it taken so long for anyone to notice?)
370 for those parentheses to be closed with whatever has been captured so far.
372 capture so far and the currrent group as "unset". Thus, the ovector for
396 8. When a pattern is compiled, it remembers the highest back reference so that
423 so the above pattern is faulted by Perl. PCRE has now been changed so that
692 enabled. This is not used in Windows, so I have put this test inside a
703 they aren't always the same. I have now updated RunTest so that it checks
747 used by RunTest so that the tests can be run simultaneously, for example by
811 12. The source of pcregrep now includes z/OS-specific code so that it can be
882 were matched by \h. The code has now been refactored so that the lists of
902 [:punct:] when PCRE_UCP is set so as to include the same characters as Perl
905 32. Added the "forbid" facility to pcretest so that putting tests into the
923 36. Perl no longer allows group names to start with digits, so I have made this
970 3. Revise the creation of config.h.generic so that all boolean macros are
1109 changed so that one match of an empty string per line is recognized.
1175 10. Changed the meaning of \X so that it now matches a Unicode extended
1208 20. Turn case lists for horizontal and vertical white space into macros so that
1259 provide fast pattern matching, so several sanity checks are not performed.
1367 -s to -sf so that re-installing does not cause issues.
1377 was not doing so when it should - probably a typo introduced by SVN 528
1482 Oddly, Perl behaves the same way. PCRE has been fixed so that this pattern
1548 12. Updated pcre-config so that it no longer shows -L/usr/lib, which seems
1561 rewritten so that the workspace expands (via pcre_malloc) if necessary, and
1608 never used) was taken from uninitialized memory and so caused valgrind to
1663 computing the minimum length on reaching *ACCEPT, and so ended up with the
1666 (think back references, subroutine calls), and so I have changed the code
1667 so that no minimum is registered for a pattern that contains *ACCEPT.
1696 matched, but there is a failure in C so that it backtracks to (*THEN), PCRE
1777 9. Some internal refactoring has changed the processing so that the handling
1823 pattern had matched an empty string, and so incorrectly returned a no
1861 24. The way atomic groups are processed by pcre_exec() has been changed so that
1947 43. Updated configure.ac to put in more quoting round AC_LANG_PROGRAM etc. so
2004 match. This seems wrong, so I have changed it.
2007 the check for further matches in the same line (so they could be coloured)
2120 characters from a string of bytes) have been redefined so as not to use
2160 whereas Perl faults them if its -w option is set. I have changed PCRE so
2226 which of course cannot start UTF-8 characters. I have changed the code so
2232 20. Added the /T option to pcretest so as to be able to run tests with non-
2290 stack; I have reserved it now, so that the stack frame size does not
2372 - PCRE fails to configure if asked to do so against libbz2.
2510 changed so that it starts at the first inspected character rather than the
2517 so that the demonstration program is easily available in environments where
2558 make it do so. The string so far is captured, making this feature
2578 not been passing the result of pcre_study() to pcre_dfa_exec(), so the
2623 was not coloured; this is different to GNU grep, so I have changed it to be
2631 doesn't make sense to accept an empty string match in pcregrep, so I have
2671 enclosing group might also not be so recognized, causing infinite looping
2691 CMAKE_BINARY_DIR to PROJECT_BINARY_DIR so that it works when PCRE is
2775 pcretest so that it places the subject at the end of its malloc-ed buffer.
2829 6. Applied Craig's patch to the QuoteMeta function so that it escapes the
2878 the class, so got the count wrong. When actually compiling, the reference
2949 of a program that users should build themselves after PCRE is installed, so
2970 defined or documented. It seems to have been a typo for PCRE_STATIC, so
3083 class. This seemed a bit dangerous, so the code has been changed to be
3089 24. Rewrite so as to remove the single use of %n from pcregrep because in some
3105 Fortunately, there was spare space in the data structure, and so I have
3112 facility is supposed to tell if (?J) was ever used, so now (?J) at the
3151 12. Updated the tests so that they work when \R is defaulted to ANYCRLF.
3204 this case 1000 isn't so big. I have been able to remove this limit at the
3223 set at 30,000 so that the product of these two numbers did not overflow a
3282 [\P{Any}] did so. (Error in the code for printing property names.)
3326 pattern, and if so, 7.0/46 no longer applies. As part of this change,
3365 (d) \K resets the start of the current match so that everything before
3441 copy. The trailing space was an accident, so I've just removed it.
3450 to update Builducptable as well, so it won't revert if ucptable.h is ever
3460 so as not to refer to the tables, even though these functions will never be
3523 ending, and so does not match in that case. It's only a pattern such as ^$
3570 to vary, making some of the tests fail. I have changed pcretest so that:
3628 told that "b" was needed in some environments, so it was added for release
3725 building PCRE on Windows easier, so I have included it in the distribution.
3833 been re-factored so that it automatically extends its buffers when
3878 instance of the 'standard' template library not being so standard".
4059 (m) Added Jeffrey Friedl's -S testing option, but within #ifdefs so that it
4070 been changed so that all such subpatterns are automatically treated as
4161 This is apparently wrong for the Windows case, so I have removed it.
4199 21. Refactored the implementation of \p and \P so as to be more general, to
4221 release number. I have updated configure.ac so that ./configure now finds
4232 -A, -B, or -C options were used. This is not compatible with Gnu grep, so I
4366 names changed to start with "_pcre_" so that they are unlikely to clash
4398 (c) Refactored the way lines are read and buffered so as to have more
4408 (f) Changed the --help output so that it now says
4474 prefix path and installing with another. (Or so I'm told by someone who
4488 it now also looks for '\r' so that it will work unmodified on Windows.
4559 12. Added the new field "tables" to the extra data so that tables can be passed
4564 13. Modified the pcre-config script so that, when run on Solaris, it shows a
4636 1. There has been some re-arrangement of the code for the match() function so
4671 4. The code for checking the validity of UTF-8 strings has been tightened so
4677 should have been "&", but it just so happened that all the cases this let
4685 so the version is shown; (c) stop "make test" echoing "./RunTest".
4699 (c) Changed the dftables auxiliary program (that builds chartables.c) so
4715 1024, so long lines caused crashes.
4759 this information isn't actually particularly useful in pcretest output, so
4800 but the whole concept of \cx is ASCII-specific, so it seems
4818 4. Changed pcretest to use malloc() for its buffers so that they can be
4867 to give trouble on HP-UX 11.0, so getting rid of it seems like a good idea
4981 option for pcretest, so I've replaced it by a simple function that does just
5113 internal.h so that it is next to the definition of the opcodes.
5116 code. This is again a macro in internal.h so that it is next to the
5151 numbers 1-31 so that if .* occurs inside capturing brackets that are not in
5163 41. Redesigned the return codes from the match() function into yes/no/error so
5262 pcretest has been extended so that this information is shown after a successful
5384 this fix an hour or so after the initial 3.7 release.)
5415 relinked by libtool. The documentation has been turned into a man page, so
5489 RANLIB to ./ltconfig so that they are used by libtool. I think these are all
5552 3. Fix pcretest so that it behaves even more like Perl for /g when the pattern
5555 4. Fix perltest so that it doesn't do unwanted things when fed an empty
5575 8. Defined REG_EXTENDED and REG_NOSUB as zero in the POSIX header, so that
5601 3. Added definitions of PCRE_MAJOR and PCRE_MINOR to pcre.h so the version can
5673 1. Changed the type of magic_number from int to long int so that it works
5709 3. Updated pcretest so that patterns such as /abc\/def/ work like they do in
5721 1. Initialized the working variables associated with each extraction so that
5733 4. Changed "/bin/rm" in the Makefile to "-rm" so it works on Windows NT.
6009 5. Changed all the names of code files so that the basic parts are no longer