/[pcre]/code/trunk/testdata/testinput2
ViewVC logotype

Log of /code/trunk/testdata/testinput2

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 666 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 22 14:56:43 2011 UTC (21 months ago) by ph10
File length: 70177 byte(s)
Diff to previous 657 , to selected 640
Commit changes for JIT support


Revision 657 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 15 17:39:09 2011 UTC (21 months, 1 week ago) by ph10
File length: 70083 byte(s)
Diff to previous 651 , to selected 640
Fix pcre_study() bug with \b at start of branch.


Revision 651 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 1 16:32:40 2011 UTC (21 months, 3 weeks ago) by ph10
File length: 69924 byte(s)
Diff to previous 649 , to selected 640
Test updates.


Revision 649 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 1 11:23:52 2011 UTC (21 months, 3 weeks ago) by ph10
File length: 70004 byte(s)
Diff to previous 648 , to selected 640
Fix partial match bug with /f.*/8s.


Revision 648 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 1 11:02:08 2011 UTC (21 months, 3 weeks ago) by ph10
File length: 69924 byte(s)
Diff to previous 647 , to selected 640
Fix bug that caused /.(*F)/ to give a partial match instead of no match.


Revision 647 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 1 10:22:59 2011 UTC (21 months, 3 weeks ago) by ph10
File length: 69903 byte(s)
Diff to previous 642 , to selected 640
Add tests for *MARK in callouts, and update pcretest documentation.


Revision 642 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 28 18:59:40 2011 UTC (21 months, 3 weeks ago) by ph10
File length: 69845 byte(s)
Diff to previous 640
Avoid false positive for infinite recursion by not checking conditionals at 
compile time, but add tests at runtime that also catch infinite mutual 
recursion.


Revision 640 - (view) (download) (annotate) - [selected]
Modified Mon Jul 25 10:50:28 2011 UTC (21 months, 4 weeks ago) by ph10
File length: 69736 byte(s)
Diff to previous 637
Fix three compile-time bugs (Bugzilla #1123).


Revision 637 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jul 24 17:44:12 2011 UTC (22 months ago) by ph10
File length: 69718 byte(s)
Diff to previous 629 , to selected 640
Permit quantifiers on parenthesized assertions.


Revision 629 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 22 09:18:11 2011 UTC (22 months ago) by ph10
File length: 69527 byte(s)
Diff to previous 626 , to selected 640
Fix isolated \k bug.


Revision 626 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 20 17:51:54 2011 UTC (22 months ago) by ph10
File length: 69512 byte(s)
Diff to previous 621 , to selected 640
Add the /= modifier to pcretest so as to be able to check unset capturing 
parentheses at the ends of patterns.


Revision 621 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 18 10:14:09 2011 UTC (22 months ago) by ph10
File length: 69327 byte(s)
Diff to previous 620 , to selected 640
Remove atomic from single repeats; convert possessive atomic to possessive 
non-atomic (because they are the same).


Revision 620 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jul 17 13:53:14 2011 UTC (22 months, 1 week ago) by ph10
File length: 69245 byte(s)
Diff to previous 618 , to selected 640
Fix mutual recursion minimum calculation in study bug.


Revision 618 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jul 16 17:24:16 2011 UTC (22 months, 1 week ago) by ph10
File length: 69113 byte(s)
Diff to previous 613 , to selected 640
Re-do atomic group processing to fix backtrack capture bugs. Recursion is also 
re-worked.


Revision 613 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jul 2 16:59:52 2011 UTC (22 months, 3 weeks ago) by ph10
File length: 69061 byte(s)
Diff to previous 612 , to selected 640
Fix problem with the interaction of (*ACCEPT) in an assertion with 
PCRE_NOTEMPTY.


Revision 612 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jul 2 15:20:59 2011 UTC (22 months, 3 weeks ago) by ph10
File length: 68934 byte(s)
Diff to previous 609 , to selected 640
Fix two study bugs concerned with minimum subject lengths; add features to 
pcretest so that all tests can be run with or without study; adjust tests so 
that this happens.


Revision 609 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 15 18:09:23 2011 UTC (23 months, 1 week ago) by ph10
File length: 68082 byte(s)
Diff to previous 608 , to selected 640
Fix bug with /\A.*?(?:a|b(*THEN)c)/ by removing the tail recursion optimization 
for the final branch. Also fix a similar bug for conditional subpatterns.


Revision 608 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 12 16:25:55 2011 UTC (23 months, 1 week ago) by ph10
File length: 68021 byte(s)
Diff to previous 604 , to selected 640
Fix problems with capturing parens and *ACCEPT with recursion.


Revision 604 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 2 19:04:54 2011 UTC (23 months, 3 weeks ago) by ph10
File length: 67810 byte(s)
Diff to previous 602 , to selected 640
Refactoring to reduce stack usage for possessively quantified subpatterns. Also 
fixed a number of bugs related to repeated subpatterns. Some further tidies 
consequent on the removal of OP_OPT are also in this patch.


Revision 602 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 25 08:29:03 2011 UTC (23 months, 4 weeks ago) by ph10
File length: 67279 byte(s)
Diff to previous 600 , to selected 640
Remove OP_OPT by handling /i and /m entirely at compile time. Fixes bug with 
patterns like /(?i:([^b]))(?1)/, where the /i option was mishandled.


Revision 600 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 9 08:54:11 2011 UTC (2 years ago) by ph10
File length: 67256 byte(s)
Diff to previous 578 , to selected 640
Fix backup bug for \R with greedy quantifier.


Revision 578 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 23 15:34:55 2010 UTC (2 years, 6 months ago) by ph10
File length: 66985 byte(s)
Diff to previous 576 , to selected 640
Fix internal error for recursive named back references.


Revision 576 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 21 18:45:10 2010 UTC (2 years, 6 months ago) by ph10
File length: 66849 byte(s)
Diff to previous 574 , to selected 640
Added support for (*NO_START_OPT)


Revision 574 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 20 17:47:27 2010 UTC (2 years, 6 months ago) by ph10
File length: 66795 byte(s)
Diff to previous 567 , to selected 640
Give error if \c is followed by a byte > 127 (in ASCII/UTF-8 modes).


Revision 567 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 6 17:10:00 2010 UTC (2 years, 6 months ago) by ph10
File length: 66786 byte(s)
Diff to previous 566 , to selected 640
Test for ridiculous values of starting offsets; tidy UTF-8 code.


Revision 566 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 3 18:32:55 2010 UTC (2 years, 6 months ago) by ph10
File length: 66712 byte(s)
Diff to previous 559 , to selected 640
Fix broken /g code in pcretest and -g code in pcredemo.


Revision 559 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 27 09:45:20 2010 UTC (2 years, 6 months ago) by ph10
File length: 66619 byte(s)
Diff to previous 553 , to selected 640
Tidy up test comments, now that Perl >= 5.10 is generally around.


Revision 553 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 22 15:57:50 2010 UTC (2 years, 7 months ago) by ph10
File length: 66620 byte(s)
Diff to previous 550 , to selected 640
Change the way PCRE_PARTIAL_HARD handles \z, \Z, \b, \B, and $.


Revision 550 - (view) (download) (annotate) - [select for diffs]
Modified Sun Oct 10 16:24:11 2010 UTC (2 years, 7 months ago) by ph10
File length: 66323 byte(s)
Diff to previous 528 , to selected 640
Fix problem with (*THEN) not backing up far enough.


Revision 528 - (view) (download) (annotate) - [select for diffs]
Modified Sat May 29 16:40:22 2010 UTC (2 years, 11 months ago) by ph10
File length: 66119 byte(s)
Diff to previous 514 , to selected 640
Add knowledge of \R to auto-possessify feature.


Revision 514 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 3 12:54:22 2010 UTC (3 years ago) by ph10
File length: 66065 byte(s)
Diff to previous 513 , to selected 640
Add support for \N.


Revision 513 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 3 11:13:37 2010 UTC (3 years ago) by ph10
File length: 65910 byte(s)
Diff to previous 511 , to selected 640
Make \R and \X in a character class behave more like Perl


Revision 511 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 29 09:25:38 2010 UTC (3 years, 1 month ago) by ph10
File length: 65844 byte(s)
Diff to previous 510 , to selected 640
Make (*ACCEPT) work inside an atomic group.


Revision 510 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 27 17:45:29 2010 UTC (3 years, 1 month ago) by ph10
File length: 65678 byte(s)
Diff to previous 504 , to selected 640
Add support for *MARK and names for *PRUNE, *SKIP, *THEN.


Revision 504 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 8 08:57:04 2010 UTC (3 years, 2 months ago) by ph10
File length: 61875 byte(s)
Diff to previous 500 , to selected 640
Previous patch for fixing problem with recursion loop checking was incorrect.


Revision 500 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 6 19:00:29 2010 UTC (3 years, 2 months ago) by ph10
File length: 61838 byte(s)
Diff to previous 496 , to selected 640
Fix bugs with \K in atomic groups, subroutines, and assertions.


Revision 496 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 2 19:11:17 2010 UTC (3 years, 2 months ago) by ph10
File length: 61413 byte(s)
Diff to previous 488 , to selected 640
Fix DEFINE bug for forward reference with a possessive quantifier.


Revision 488 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 11 15:29:42 2010 UTC (3 years, 4 months ago) by ph10
File length: 61344 byte(s)
Diff to previous 472 , to selected 640
Fix #947, recursive back reference bug.


Revision 472 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 11 16:42:50 2009 UTC (3 years, 5 months ago) by ph10
File length: 60948 byte(s)
Diff to previous 471 , to selected 640
Fix options set and reset at top level bug.


Revision 471 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 11 15:11:55 2009 UTC (3 years, 5 months ago) by ph10
File length: 60837 byte(s)
Diff to previous 467 , to selected 640
Fix study bug with single-branch conditions, including (DEFINE).


Revision 467 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 19 11:43:18 2009 UTC (3 years, 7 months ago) by ph10
File length: 60778 byte(s)
Diff to previous 464 , to selected 640
Fix study problem with JavaScript compatibility flag and back references.


Revision 464 - (view) (download) (annotate) - [select for diffs]
Modified Sun Oct 18 19:50:34 2009 UTC (3 years, 7 months ago) by ph10
File length: 60697 byte(s)
Diff to previous 462 , to selected 640
Document more clearly capturing behaviour for recursion and subroutines.


Revision 462 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 17 19:55:02 2009 UTC (3 years, 7 months ago) by ph10
File length: 60421 byte(s)
Diff to previous 461 , to selected 640
Fix PCRE_PARTIAL_HARD for patterns that end optionally, e.g. abc*


Revision 461 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 5 10:59:35 2009 UTC (3 years, 7 months ago) by ph10
File length: 60174 byte(s)
Diff to previous 459 , to selected 640
Tidy up, remove trailing spaces, etc. for 8.00-RC1.


Revision 459 - (view) (download) (annotate) - [select for diffs]
Modified Sun Oct 4 09:21:39 2009 UTC (3 years, 7 months ago) by ph10
File length: 60172 byte(s)
Diff to previous 457 , to selected 640
Fix problems with conditional references to duplicate named subpatterns.


Revision 457 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 3 16:24:08 2009 UTC (3 years, 7 months ago) by ph10
File length: 59771 byte(s)
Diff to previous 455 , to selected 640
Allow duplicate names for same-numbered groups; forbid different names.


Revision 455 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 26 19:12:32 2009 UTC (3 years, 7 months ago) by ph10
File length: 59703 byte(s)
Diff to previous 454 , to selected 640
Added lower bound length-finding to pcre_study() and use it when matching; make 
the value available via pcre_fullinfo(); also fixed bugs connected with
pcre_study() in pcre_dfa_exec(). 


Revision 454 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 22 09:42:11 2009 UTC (3 years, 8 months ago) by ph10
File length: 48004 byte(s)
Diff to previous 453 , to selected 640
Allow fixed-length subroutine calls in lookbehinds.


Revision 453 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 18 19:12:35 2009 UTC (3 years, 8 months ago) by ph10
File length: 47846 byte(s)
Diff to previous 450 , to selected 640
Add more explanation about recursive subpatterns, and make it possible to 
process the documenation without building a whole release.


Revision 450 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 16 10:56:40 2009 UTC (3 years, 8 months ago) by ph10
File length: 48066 byte(s)
Diff to previous 449 , to selected 640
Minor doc fix; update tests by adding comments to each file, and generally 
tidying.


Revision 449 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 16 08:48:17 2009 UTC (3 years, 8 months ago) by ph10
File length: 47479 byte(s)
Diff to previous 448 , to selected 640
Another test for (*ACCEPT)


Revision 448 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 15 19:11:48 2009 UTC (3 years, 8 months ago) by ph10
File length: 47447 byte(s)
Diff to previous 442 , to selected 640
Re-organize tests to make is possible to test 5.10 features against Perl.


Revision 442 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 11 10:21:02 2009 UTC (3 years, 8 months ago) by ph10
File length: 49969 byte(s)
Diff to previous 438 , to selected 640
Added PCRE_NOTEMPTY_ATSTART to fix /g bug when \K is present.


Revision 438 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 6 20:00:47 2009 UTC (3 years, 8 months ago) by ph10
File length: 49433 byte(s)
Diff to previous 435 , to selected 640
Fix internal error for forward reference with [^m] interposing.


Revision 435 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 5 10:20:44 2009 UTC (3 years, 8 months ago) by ph10
File length: 49282 byte(s)
Diff to previous 432 , to selected 640
Further updates to partial matching.


Revision 432 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 2 16:02:56 2009 UTC (3 years, 8 months ago) by ph10
File length: 49099 byte(s)
Diff to previous 428 , to selected 640
Add REG_UNGREEDY (non-standard) to the POSIX interface.


Revision 428 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 31 17:10:26 2009 UTC (3 years, 8 months ago) by ph10
File length: 49067 byte(s)
Diff to previous 427 , to selected 640
Further partial match change: add PCRE_PARTIAL_HARD and make more intuitive.


Revision 427 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 28 09:55:54 2009 UTC (3 years, 8 months ago) by ph10
File length: 48913 byte(s)
Diff to previous 426 , to selected 640
Add new PCRE_PARTIAL_HARD option.


Revision 426 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 26 15:38:32 2009 UTC (3 years, 8 months ago) by ph10
File length: 48827 byte(s)
Diff to previous 411 , to selected 640
Remove restrictions on pcre_exec() partial matching.


Revision 411 - (view) (download) (annotate) - [select for diffs]
Modified Fri Apr 10 15:40:21 2009 UTC (4 years, 1 month ago) by ph10
File length: 47407 byte(s)
Diff to previous 410 , to selected 640
Wrap fileno/isatty defs for Windows in #ifndefs


Revision 410 - (view) (download) (annotate) - [select for diffs]
Modified Wed Apr 1 07:39:22 2009 UTC (4 years, 1 month ago) by ph10
File length: 52476 byte(s)
Diff to previous 408 , to selected 640
Add another test


Revision 408 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 27 17:52:03 2009 UTC (4 years, 1 month ago) by ph10
File length: 47407 byte(s)
Diff to previous 399 , to selected 640
Fix forward references when duplicate group numbers are involved.


Revision 399 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 21 12:34:15 2009 UTC (4 years, 2 months ago) by ph10
File length: 47105 byte(s)
Diff to previous 389 , to selected 640
Further fix to auto-callout with conditional groups whose condition is an 
assertion.


Revision 389 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 15 18:24:05 2009 UTC (4 years, 2 months ago) by ph10
File length: 47032 byte(s)
Diff to previous 388 , to selected 640
Add PCRE_NO_START_OPTIMIZE


Revision 388 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 11 17:03:17 2009 UTC (4 years, 2 months ago) by ph10
File length: 46940 byte(s)
Diff to previous 381 , to selected 640
Added REG_NOTEMPTY to the POSIX wrapper.


Revision 381 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 3 16:08:23 2009 UTC (4 years, 2 months ago) by ph10
File length: 46894 byte(s)
Diff to previous 355 , to selected 640
Fix bug with (?(?=.*b)b|^) thinking it must match at start of line; also fix 
bug causing a crash when auto-callout is used with a conditional assertion.


Revision 355 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 7 17:45:23 2008 UTC (4 years, 10 months ago) by ph10
File length: 46817 byte(s)
Diff to previous 353 , to selected 640
Make pcretest generate a single byte for \x{} escapes in non-UTF-8 mode.


Revision 353 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 7 15:44:24 2008 UTC (4 years, 10 months ago) by ph10
File length: 46890 byte(s)
Diff to previous 341 , to selected 640
Fix SKIPZERO bug in pcre_study().


Revision 341 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 19 16:41:04 2008 UTC (5 years, 1 month ago) by ph10
File length: 46863 byte(s)
Diff to previous 340 , to selected 640
Fix DFA (?!) bug; add support for JavaScript empty classes.


Revision 340 - (view) (download) (annotate) - [select for diffs]
Modified Fri Apr 18 20:00:21 2008 UTC (5 years, 1 month ago) by ph10
File length: 46594 byte(s)
Diff to previous 336 , to selected 640
Fix incorrect error for patterns like /(?2)[]a()b](abc)/


Revision 336 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 12 15:59:03 2008 UTC (5 years, 1 month ago) by ph10
File length: 46294 byte(s)
Diff to previous 335 , to selected 640
Added PCRE_JAVASCRIPT_COMPAT option.


Revision 335 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 12 14:36:14 2008 UTC (5 years, 1 month ago) by ph10
File length: 46180 byte(s)
Diff to previous 334 , to selected 640
Do not discard subpatterns with {0} quantifiers, as they may be called as 
subroutines.


Revision 334 - (view) (download) (annotate) - [select for diffs]
Modified Fri Apr 11 15:48:14 2008 UTC (5 years, 1 month ago) by ph10
File length: 46113 byte(s)
Diff to previous 333 , to selected 640
Fix bug in Oniguruma \g support.


Revision 333 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 10 19:55:57 2008 UTC (5 years, 1 month ago) by ph10
File length: 45618 byte(s)
Diff to previous 295 , to selected 640
Add Oniguruma syntax \g<...> and \g'...' for subroutine calls.


Revision 295 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 31 17:00:24 2007 UTC (5 years, 4 months ago) by ph10
File length: 44999 byte(s)
Diff to previous 282 , to selected 640
Make POSIX character class parsing more like Perl.


Revision 282 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 7 19:32:32 2007 UTC (5 years, 5 months ago) by ph10
File length: 44871 byte(s)
Diff to previous 272 , to selected 640
Fix non-diagnosis of (?=a)(?R) (positive lookaheads not skipped when checking 
for an empty match).


Revision 272 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 17 16:53:53 2007 UTC (5 years, 6 months ago) by ph10
File length: 44813 byte(s)
Diff to previous 271 , to selected 640
Generalize wording for (?&) error as it also applies to \k'' and other cases.


Revision 271 - (view) (download) (annotate) - [select for diffs]
Modified Fri Nov 16 19:58:26 2007 UTC (5 years, 6 months ago) by ph10
File length: 44771 byte(s)
Diff to previous 270 , to selected 640
Missed test data for previous change.


Revision 270 - (view) (download) (annotate) - [select for diffs]
Modified Fri Nov 16 19:55:16 2007 UTC (5 years, 6 months ago) by ph10
File length: 44708 byte(s)
Diff to previous 269 , to selected 640
Diagnose conditional numerical reference to a non-existent subpattern.


Revision 269 - (view) (download) (annotate) - [select for diffs]
Modified Fri Nov 16 16:22:24 2007 UTC (5 years, 6 months ago) by ph10
File length: 44693 byte(s)
Diff to previous 268 , to selected 640
Improve error messages for (?+-a) and (?-+a).


Revision 268 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 15 10:28:09 2007 UTC (5 years, 6 months ago) by ph10
File length: 44673 byte(s)
Diff to previous 247 , to selected 640
Fix (?&) non-diagnosis bug and missing length check for (?&a) etc.


Revision 247 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 17 09:38:32 2007 UTC (5 years, 8 months ago) by ph10
File length: 44605 byte(s)
Diff to previous 231 , to selected 640
(1) Update tests 2,5,7,8 to run when --enable-bsr-anycrlf is used.
(2) Updates files changed by building test release.


Revision 231 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 11 11:15:33 2007 UTC (5 years, 8 months ago) by ph10
File length: 44540 byte(s)
Diff to previous 227 , to selected 640
Add facility to make \R match only CR, LF, or CRLF.


Revision 227 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 21 15:00:15 2007 UTC (5 years, 9 months ago) by ph10
File length: 43541 byte(s)
Diff to previous 226 , to selected 640
Add (*CR) etc.


Revision 226 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 21 11:46:08 2007 UTC (5 years, 9 months ago) by ph10
File length: 43171 byte(s)
Diff to previous 215 , to selected 640
Don't advance by 2 if explicit \r or \n in the pattern. Add 
PCRE_INFO_HASCRORLF.


Revision 215 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 15 14:20:05 2007 UTC (5 years, 9 months ago) by ph10
File length: 43063 byte(s)
Diff to previous 213 , to selected 640
Fixed overrun for missing ] with a forward reference, e.g. /(?1)\c[/.


Revision 213 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 15 11:34:14 2007 UTC (5 years, 9 months ago) by ph10
File length: 43052 byte(s)
Diff to previous 210 , to selected 640
Add integer overflow tests to escape processing.


Revision 210 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 8 14:24:50 2007 UTC (5 years, 9 months ago) by ph10
File length: 42993 byte(s)
Diff to previous 205 , to selected 640
Add Perl 5.10's backtracking verbs.


Revision 205 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 3 13:18:33 2007 UTC (5 years, 9 months ago) by ph10
File length: 42046 byte(s)
Diff to previous 197 , to selected 640
Fix bugs with [\E] and [\Q\E].


Revision 197 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 31 10:50:18 2007 UTC (5 years, 9 months ago) by ph10
File length: 41970 byte(s)
Diff to previous 180 , to selected 640
Abolish the NULLWSLIMIT error at the expense of using more stack when an 
unlimited repeat could match an empty string. Also, doc tidies for a test 
release.


Revision 180 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 13 10:59:18 2007 UTC (5 years, 11 months ago) by ph10
File length: 37930 byte(s)
Diff to previous 178 , to selected 640
Add auto-possessification for \h, \H, \v, \V.


Revision 178 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 13 08:44:34 2007 UTC (5 years, 11 months ago) by ph10
File length: 37640 byte(s)
Diff to previous 175 , to selected 640
Add support for \h, \H, \v, \V.


Revision 175 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 11 13:38:38 2007 UTC (5 years, 11 months ago) by ph10
File length: 37006 byte(s)
Diff to previous 174 , to selected 640
Added the Perl 5.10 (?| "branch reset" feature.


Revision 174 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 5 11:38:06 2007 UTC (5 years, 11 months ago) by ph10
File length: 36699 byte(s)
Diff to previous 171 , to selected 640
Minor doc update; fix test 2 for link size != 2.


Revision 171 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 4 14:28:58 2007 UTC (5 years, 11 months ago) by ph10
File length: 36691 byte(s)
Diff to previous 168 , to selected 640
Support \k{name} and \g{name} a la Perl 5.10.


Revision 168 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 29 15:18:18 2007 UTC (5 years, 11 months ago) by ph10
File length: 36553 byte(s)
Diff to previous 167 , to selected 640
Add support for the Perl 5.10 \K facility.


Revision 167 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 9 15:53:54 2007 UTC (6 years ago) by ph10
File length: 164102 byte(s)
Diff to previous 166 , to selected 640
Add (?(-n) and (?(+n) relative conditions.


Revision 166 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 9 14:48:28 2007 UTC (6 years ago) by ph10
File length: 36233 byte(s)
Diff to previous 162 , to selected 640
Add (?-n) and (?+n) relative references.


Revision 162 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 3 10:47:48 2007 UTC (6 years ago) by ph10
File length: 36103 byte(s)
Diff to previous 161 , to selected 640
Correct tests for link sizes 3 and 4


Revision 161 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 3 10:28:07 2007 UTC (6 years ago) by ph10
File length: 36037 byte(s)
Diff to previous 155 , to selected 640
Use the pcretest "Z" option so all tests can be run with all link sizes.


Revision 155 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 24 13:36:11 2007 UTC (6 years, 1 month ago) by ph10
File length: 35948 byte(s)
Diff to previous 149 , to selected 640
Tidies and final updates for 7.1.


Revision 149 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 16 15:28:08 2007 UTC (6 years, 1 month ago) by ph10
File length: 35905 byte(s)
Diff to previous 143 , to selected 640
Add PCRE_NEWLINE_ANYCRLF.


Revision 143 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 2 10:08:14 2007 UTC (6 years, 1 month ago) by ph10
File length: 35732 byte(s)
Diff to previous 141 , to selected 640
Previous fix for pcretest was buggy. Try again.


Revision 141 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 30 15:46:27 2007 UTC (6 years, 1 month ago) by ph10
File length: 35655 byte(s)
Diff to previous 131 , to selected 640
Fixed obscure bug when matching a null string in multiline mode with 
newline=any.


Revision 131 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 26 15:10:12 2007 UTC (6 years, 1 month ago) by ph10
File length: 35622 byte(s)
Diff to previous 102 , to selected 640
Various new tidies.


Revision 102 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 6 15:50:45 2007 UTC (6 years, 2 months ago) by ph10
File length: 35542 byte(s)
Diff to previous 96 , to selected 640
Fix test problem caused by training space in the data.


Revision 96 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 2 13:10:43 2007 UTC (6 years, 2 months ago) by nigel
File length: 36304 byte(s)
Diff to previous 93 , to selected 640
 r6896@hex:  nm | 2007-03-02 13:09:14 +0000
 Added EOL and keywork properties throughout


Revision 93 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 24 21:41:42 2007 UTC (6 years, 2 months ago) by nigel
File length: 36304 byte(s)
Diff to previous 91 , to selected 640
Load pcre-7.0 into code/trunk.


Revision 91 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 24 21:41:34 2007 UTC (6 years, 2 months ago) by nigel
File length: 29895 byte(s)
Diff to previous 87 , to selected 640
Load pcre-6.7 into code/trunk.


Revision 87 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 24 21:41:21 2007 UTC (6 years, 2 months ago) by nigel
File length: 27506 byte(s)
Diff to previous 81 , to selected 640
Load pcre-6.5 into code/trunk.


Revision 81 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 24 21:40:59 2007 UTC (6 years, 2 months ago) by nigel
File length: 26948 byte(s)
Diff to previous 79 , to selected 640
Load pcre-6.2 into code/trunk.


Revision 79 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 24 21:40:52 2007 UTC (6 years, 2 months ago) by nigel
File length: 24750 byte(s)
Diff to previous 77 , to selected 640
Load pcre-6.1 into code/trunk.


Revision 77 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 24 21:40:45 2007 UTC (6 years, 2 months ago) by nigel
File length: 24698 byte(s)
Diff to previous 75 , to selected 640
Load pcre-6.0 into code/trunk.


Revision 75 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 24 21:40:37 2007 UTC (6 years, 2 months ago) by nigel
File length: 24195 byte(s)
Diff to previous 73 , to selected 640
Load pcre-5.0 into code/trunk.


Revision 73 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 24 21:40:30 2007 UTC (6 years, 2 months ago) by nigel
File length: 20702 byte(s)
Diff to previous 65 , to selected 640
Load pcre-4.5 into code/trunk.


Revision 65 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 24 21:40:08 2007 UTC (6 years, 2 months ago) by nigel
File length: 20201 byte(s)
Diff to previous 63 , to selected 640
Load pcre-4.1 into code/trunk.


Revision 63 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 24 21:40:03 2007 UTC (6 years, 2 months ago) by nigel
File length: 20136 byte(s)
Diff to previous 53 , to selected 640
Load pcre-4.0 into code/trunk.


Revision 53 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 24 21:39:42 2007 UTC (6 years, 2 months ago) by nigel
File length: 12471 byte(s)
Diff to previous 51 , to selected 640
Load pcre-3.5 into code/trunk.


Revision 51 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 24 21:39:37 2007 UTC (6 years, 2 months ago) by nigel
File length: 7783 byte(s)
Diff to previous 49 , to selected 640
Load pcre-3.4 into code/trunk.


Revision 49 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 24 21:39:33 2007 UTC (6 years, 2 months ago) by nigel
File length: 7767 byte(s)
Diff to previous 43 , to selected 640
Load pcre-3.3 into code/trunk.


Revision 43 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 24 21:39:21 2007 UTC (6 years, 2 months ago) by nigel
File length: 7762 byte(s)
Diff to previous 41 , to selected 640
Load pcre-3.0 into code/trunk.


Revision 41 - (view) (download) (annotate) - [select for diffs]
Added Sat Feb 24 21:39:17 2007 UTC (6 years, 2 months ago) by nigel
File length: 6035 byte(s)
Diff to selected 640
Load pcre-2.08a into code/trunk.


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

webmaster@exim.org
ViewVC Help
Powered by ViewVC 1.1.12