summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Change condition for the macros for snprintf and strtoll from _WIN32 to ph102007-09-174-7/+6
* (1) Update tests 2,5,7,8 to run when --enable-bsr-anycrlf is used.ph102007-09-1715-179/+167
* Document that, for example, (*CR)(*BSR_ANYCRLF) can both be used in the same ph102007-09-141-8/+13
* Skip some tests when \R is defaulted to ANYCRLF.ph102007-09-142-4/+29
* Fix broken --disable-stack-for-recursion without --enable-unicode-properties.ph102007-09-144-11/+21
* Detrailed files for 7.4-RC1 test release.ph102007-09-1313-543/+546
* Update NEWS file for 7.4.ph102007-09-131-0/+9
* Fix typo when changing <> to "".ph102007-09-131-1/+1
* Refactoring to reduce the number of relocations in a shared library.ph102007-09-116-197/+370
* Fix line ending missing for pcregrep with --colour.ph102007-09-114-1/+10
* Distribute the pcresyntax.3 man page.ph102007-09-111-0/+1
* Add comments about -DHAVE_CONFIG_H to the documentation and to config.h itself.ph102007-09-112-18/+28
* <config.h> => "config.h" and also some cases of <pcre.h>.ph102007-09-1131-40/+42
* Fix typo.ph102007-09-111-1/+1
* Macros for snprintf, strtoll, strtoull when compiling the C++ things under ph102007-09-113-0/+14
* Put back the definition of PCRE_ERROR_NULLWSLIMIT for compatibility, even ph102007-09-112-1/+4
* doc/pcresyntax.html was missing from the distribution.ph102007-09-112-0/+3
* Add facility to make \R match only CR, LF, or CRLF.ph102007-09-1140-786/+1855
* (1) Move internal flags out of the options field, to make room.ph102007-09-1015-106/+110
* Final version number changes for the 7.3 release.ph102007-08-283-4/+4
* Add (*CR) etc.ph102007-08-2119-1092/+1447
* Don't advance by 2 if explicit \r or \n in the pattern. Add ph102007-08-2115-49/+207
* Document anomaly when \r or \n is used explicity with CRLF as a line ph102007-08-201-1/+10
* Fix loop for group with possible zero repeat containing \p or \P.ph102007-08-204-0/+60
* Fix loop for classes containing \p or \P and just one ascii character.ph102007-08-207-12/+120
* Fix pcregrep -Mv looping bug.ph102007-08-177-8/+42
* Fix bad fix for repeated \p and \P.ph102007-08-175-11/+23
* Tidies for 7.3-RC5 prereleaseph102007-08-165-61/+61
* Fixed bug with repeated \S or \W in UTF-8 mode.ph102007-08-164-4/+39
* Fix several compile bugs involving repeated \p or \P items.ph102007-08-164-15/+115
* Crash in debug output when printing the name of a Unicode property.ph102007-08-154-1/+14
* Fixed compile-time loop for patterns like (?:[\PPa*]*){8,} (extended class ph102007-08-156-9/+22
* Fixed overrun for missing ] with a forward reference, e.g. /(?1)\c[/.ph102007-08-154-0/+9
* Fixed another looking-too-far-back-in-non-UTF-8-mode bug.ph102007-08-154-1/+11
* Add integer overflow tests to escape processing.ph102007-08-157-13/+45
* Updating docs for release; fix heap-related bugs in pcre_exec shown up by ph102007-08-096-52/+55
* Update UTF-8 validity check and documentation.ph102007-08-0928-1153/+1678
* Add Perl 5.10's backtracking verbs.ph102007-08-0812-50/+653
* Add words about valid UTF-8 vs assigned Unicode code point to the docs.ph102007-08-072-23/+44
* Added a pcresyntax man page; tidied some others.ph102007-08-0617-384/+1496
* Fix backtrack past start of subject bugs caused by the use of \X, \p, or \P in ph102007-08-066-10/+42
* Fix loop for null-matching condition nested in an outer unlimited repeat.ph102007-08-036-1/+72
* Fix bugs with [\E] and [\Q\E].ph102007-08-034-11/+55
* Increment RC number.ph102007-08-031-2/+2
* Fix doc bug for duplicate named subpatterns.ph102007-08-032-6/+14
* Refactor the integer overflow testing so as to avoid imposing an artificial ph102007-08-037-25/+80
* Update version number; use %I64U instead of %llu under MingGW in ph102007-08-023-5/+7
* Correct errors in previous patch; tidy for test release.ph102007-08-0136-98/+127
* Daniel's patch for config.h and Windows DLL declarations (not fully working).ph102007-07-3141-60/+250
* Update version number; add words about stacks to NON-UNIX-USE.ph102007-07-312-2/+15