summaryrefslogtreecommitdiff
path: root/testdata/testoutput25
Commit message (Collapse)AuthorAgeFilesLines
* Reword pcretest messages and clarify "first char" meaning.ph102014-01-031-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1433 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Typo fixchpe2014-01-011-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1428 2f5784b3-3f2a-0410-8824-cb99058d5e15
* A new flag is set, when property checks are present in an XCLASS.zherczeg2013-12-221-4/+30
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1414 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
* Fix \o{...} to accept characters between 0x80000000 and 0xffffffffchpe2013-10-121-0/+12
| | | | | | | The 32-bit library in non-UTF-32 mode can accept any 32-bit character, not just up to 0x7fffffff. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1373 2f5784b3-3f2a-0410-8824-cb99058d5e15
* pcre32: tests: Add test for 32-bit firstchar and reqcharchpe2012-10-161-0/+18
| | | | | | | Make sure that first_char and req_char work for 32-bit characters using the full 32-bit range. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1081 2f5784b3-3f2a-0410-8824-cb99058d5e15
* pcre32: compile: Use uint32 in check_escapechpe2012-10-161-1/+2
| | | | | | | | Use pcre_uint32 for the data character in check_escape(), so that it correctly parses \x{} with any 32-bit hex value in 32-bit non-UTF-32 mode. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1060 2f5784b3-3f2a-0410-8824-cb99058d5e15
* pcre32: tests: Separate UTF and non-UTF testschpe2012-10-161-7/+0
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1058 2f5784b3-3f2a-0410-8824-cb99058d5e15
* pcre32: compile: Fix \H and \V character ranges for pcre32chpe2012-10-161-0/+30
| | | | | | | | | Go up to 0xffffffff, and move the tests to the split 16- and 32-bit tests because the output differs. TODO: these character ranges look rather odd for non-UTF mode... bug? git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1056 2f5784b3-3f2a-0410-8824-cb99058d5e15
* pcre32: Add 32-bit librarychpe2012-10-161-0/+37
Create libpcre32 that operates on 32-bit characters (UTF-32). This turned out to be surprisingly simple after the UTF-16 support was introduced; mostly just extra ifdefs and adjusting and adding some tests. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1055 2f5784b3-3f2a-0410-8824-cb99058d5e15