summaryrefslogtreecommitdiff
path: root/testdata/testinput6
Commit message (Collapse)AuthorAgeFilesLines
* Documentation and tidies preparatory to 8.37 release.ph102015-04-141-0/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1548 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix bad compile of patterns like /[A-`]/i8 where the range contains ph102015-03-061-0/+3
| | | | | | | characters with multiple other cases and the ranges adjoin. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1532 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Update to Unicode 7.0.0 releasechpe2014-06-191-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1490 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix bad starting data when char with more than one other case follows ph102014-06-181-0/+3
| | | | | | | circumflex in multiline UTF mode. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1485 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix caseless character class bug for characters within a range that have more ph102014-01-101-0/+9
| | | | | | | than one other case. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1438 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Wrong modifier messages in pcretest to go to stdout; update which modifiers are ph102013-11-121-1/+1
| | | | | | | forbidden in Perl-compatible tests. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1399 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add a simple tripwire to pcretest to lock out certain modifiers.ph102013-11-051-0/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1388 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Update POSIX class handling in UCP mode.ph102013-11-021-8/+144
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1387 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Guard the call of check_char_prop since it does not exists when UCP is disabled.zherczeg2013-10-251-2/+10
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1384 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Auto-possessifying now supports property comparison with zero repeat ↵zherczeg2013-10-161-0/+2
| | | | | | quantifiers. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1381 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add U+0085 and U+180E to what \s matches in UCP mode, to match Perl.ph102013-10-121-0/+8
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1376 2f5784b3-3f2a-0410-8824-cb99058d5e15
* unicode: Update to Unicode 6.3.0 releasechpe2013-10-011-0/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1362 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Move a non-Perl compatible test out of the Perl-compatible file.ph102013-07-271-6/+0
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1351 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix backup bugs with \X repeat matches.ph102013-07-261-0/+9
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1350 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Move some tests to the correct input file.ph102013-05-011-0/+8
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1318 2f5784b3-3f2a-0410-8824-cb99058d5e15
* unicode: Update to Unicode 6.2chpe2012-09-301-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1050 2f5784b3-3f2a-0410-8824-cb99058d5e15
* All the remaining changes for handling characters with more than one other ph102012-09-251-0/+231
| | | | | | | case. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1046 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Update character class handling to use new character case information; rework ph102012-09-231-2/+202
| | | | | | | \h, \H, \v, and \V to use the same apparatus with centrally defined lists. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1045 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Upgrade \X to match an extended grapheme clusterph102012-08-251-1/+71
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1011 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Update for Unicode 6.1.0.ph102012-02-281-2/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@942 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Move tests incorrectly in test 6 (Perl-compatible) to test 7 (not).ph102012-02-251-24/+0
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@935 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Improved \X and back reference partial matchingzherczeg2012-02-141-0/+24
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@915 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Merging all the changes from the pcre16 branch into the trunk.ph102011-12-281-0/+14
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@836 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Rolled back trunk to r755 to prepare for merging the 16-bit branch.ph102011-12-281-14/+0
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@835 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix bug with caseless matching of characters of different lengths when the ph102011-12-011-0/+14
| | | | | | | shorter is right at the end of the subject. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@778 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Moved tests for new Unicode 6.0.0 scripts out of Perl-compatible tests, as Perl ph102011-05-091-19/+0
| | | | | | | doesn't have them yet. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@601 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Update tables to Unicode 6.0.0.ph102011-04-301-1/+20
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@592 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Tidy up test comments, now that Perl >= 5.10 is generally around.ph102010-10-271-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@559 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix crash for property test in non-UTF-8 mode.ph102010-05-311-14/+22
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@529 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Added PCRE_UCP and related stuff to make \w etc use Unicode properties.ph102010-05-181-0/+42
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@518 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Tidies for 8.02-RC1 release.ph102010-03-101-7/+0
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@507 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Update Unicode tables to Unicode version 5.2.0.ph102010-03-011-0/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@491 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Minor doc fix; update tests by adding comments to each file, and generally ph102009-09-161-1/+5
| | | | | | | tidying. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@450 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Re-organize tests to make is possible to test 5.10 features against Perl.ph102009-09-151-199/+0
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@448 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix Unicode property support in character classes for chars > 127 in non-UTF-8 ph102009-03-081-0/+8
| | | | | | | mode. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@384 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix caseless backreferences for non-ASCII characters.ph102008-07-071-0/+18
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@354 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Final tidies for new Unicode property code; upgrade to Unicode 5.1.0.ph102008-07-041-0/+12
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@351 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Preliminary patch for upgraded Unicode Property support.ph102008-07-021-1/+7
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@349 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix bad compiled code for things like /\pL{2}+/ in which a possessive ph102007-12-121-0/+12
| | | | | | | quantifier with a fixed limit was applied to a character property. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@285 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix incorrect script bug in Unicode character table.ph102007-11-261-0/+63
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@277 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix loop for group with possible zero repeat containing \p or \P.ph102007-08-201-0/+18
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@224 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix loop for classes containing \p or \P and just one ascii character.ph102007-08-201-0/+8
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@223 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix bad fix for repeated \p and \P.ph102007-08-171-0/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@221 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix several compile bugs involving repeated \p or \P items.ph102007-08-161-0/+10
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@218 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Crash in debug output when printing the name of a Unicode property.ph102007-08-151-0/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@217 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fixed compile-time loop for patterns like (?:[\PPa*]*){8,} (extended class ph102007-08-151-0/+5
| | | | | | | inside group with unlimited repeat). git-svn-id: svn://vcs.exim.org/pcre/code/trunk@216 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Update UTF-8 validity check and documentation.ph102007-08-091-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@211 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix backtrack past start of subject bugs caused by the use of \X, \p, or \P in ph102007-08-061-0/+9
| | | | | | | non-UTF-8 mode and the presence of top-bit-set characters. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@207 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix non-UTF-8 mode Unicode properties bug; prepare for 7.2 release.ph102007-06-191-0/+6
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@184 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Correct tests for link sizes 3 and 4ph102007-05-031-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@162 2f5784b3-3f2a-0410-8824-cb99058d5e15