summaryrefslogtreecommitdiff
path: root/pcretest.c
Commit message (Expand)AuthorAgeFilesLines
* Final source file tidies for 8.33 release.ph102013-05-281-3/+3
* Fix segfault when pcre_dfa_exec() is called with an output vector of length ph102013-05-151-1/+1
* Fix pcretest crash with a data line longer than 65536 bytes.ph102013-05-101-5/+8
* Fix spelling mistakes in comments.ph102013-05-101-1/+1
* Source tidies (trails spaces, html updates) for 8.33-RC1.ph102013-05-011-9/+9
* Code (but not yet documentation) for *LIMIT_MATCH and *LIMIT_RECURSION.ph102013-04-241-14/+31
* Implement PCRE_NEVER_UTFph102013-04-051-0/+1
* pcretest: Fix UTF-16 surrogate printing in test outputchpe2013-02-271-1/+1
* Correct Unicode string checking in the light of corrigendum #9.ph102013-02-271-16/+4
* Added some #ifdef __VMS code to pcretest.c.ph102013-02-221-6/+28
* Pass back the bumpalong value for partial matches.ph102013-02-201-4/+7
* Fix various save/revert cases for capture_last in recursion and also don't ph102013-02-131-2/+4
* File tidies, preparing for 8.32-RC1.ph102012-11-111-7/+7
* Fix pcretest -C pcre8/pcre16 bug.ph102012-11-071-0/+2
* Lose compiler warnings.ph102012-11-041-0/+7
* Temporarily remove 32-bit maskingchpe2012-11-031-23/+1
* pcretest was not diagnosing characters > 0x7fffffff in 8-bit mode.ph102012-10-301-0/+6
* Add PCRE_ERROR_BADLENGTH for a negative length.ph102012-10-301-1/+3
* JIT native interface.zherczeg2012-10-291-1/+1
* Include character values in error messages for invalid conversions to 16 and 32 ph102012-10-231-4/+4
* valgrind: pcretest: Mark data buffer as unaddressable after the end of the datachpe2012-10-211-3/+22
* Fix byte order issue when the result of badmode is shown.zherczeg2012-10-211-2/+6
* Fix bugs in pcretest when different combinations of 8-, 16-, and 32-bit ph102012-10-191-40/+26
* I found a neater way of defining the macros in the case where 2 out of 3 modes ph102012-10-191-383/+105
* Remove unused variablechpe2012-10-181-3/+0
* Fix uninitialised variable warningschpe2012-10-181-1/+2
* Add extra parentheses around && inside ||chpe2012-10-181-2/+1
* Fix pcretest compiler warnings and make it compile with only 2 out of 3 bit ph102012-10-171-32/+511
* pcre32: Remove masking from UTF-32 validationchpe2012-10-161-0/+1
* pcre32: pcretest: Add -32+ optionchpe2012-10-161-6/+64
* pcre32: Rename new values to pcre32_fullinfochpe2012-10-161-4/+4
* pcre32: pcretest: Add missing pcre32 checkschpe2012-10-161-2/+22
* pcre32: pcretest: Add explicit -8 optionchpe2012-10-161-0/+9
* pcre32: pcretest: Don't convert data line to UTF-8 firstchpe2012-10-161-89/+145
* pcre32: pcretest: Comment fixeschpe2012-10-161-3/+3
* pcre32: pcretest: More 32-bit fixeschpe2012-10-161-12/+14
* pcre32: pcretest: Fix pchar for 32-bitchpe2012-10-161-5/+3
* pcre32: pcretest: 32-bit cleanlinesschpe2012-10-161-6/+7
* pcre32: fullinfo: Add variants of (FIRST|LAST)LITERAL that are 32-bit cleanchpe2012-10-161-10/+13
* pcre32: pcretest: Make pchar 32-bit cleanchpe2012-10-161-3/+3
* pcre32: Add 32-bit librarychpe2012-10-161-153/+734
* All the remaining changes for handling characters with more than one other ph102012-09-251-1/+2
* General spring-clean of EBCDIC-related issues in the code, which had decayed ph102012-09-101-20/+37
* Fix -C option in pcretest for EBCDIC environments.ph102012-09-081-12/+39
* Small patches for the z/OS port that don't affect other OS.ph102012-09-031-1/+6
* Add support for PCRE_STUDY_EXTRA_NEEDED.ph102012-08-281-13/+32
* Tidies to pcretest to ensure freeing memory and closing files.ph102012-08-261-8/+25
* Document update for 8.31-RC1 test release.ph102012-06-021-10/+10
* Fix ovector overrun when backreferences need temporary memory and the highest ph102012-04-211-0/+1
* Fix long-standing DFA testing restart bug in pcretest, and add some ph102012-04-191-44/+66