summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tag 7.4pcre-7.4ph102007-09-210-0/+0
* Final doc updates and file tidies for 7.4.ph102007-09-217-99/+119
* Documentation tidies and clarifications.ph102007-09-207-26/+46
* File tidies caused by building a release.ph102007-09-198-55/+55
* Sheri's CMake updates and notes.ph102007-09-193-8/+78
* Craig's patch to remove the checks for windows.h and instead check for ph102007-09-195-27/+22
* Patches to C++ code to avoid compiler warnings.ph102007-09-195-7/+18
* Add casts to pcretest.c to avoid compiler warnings.ph102007-09-193-20/+28
* Update files tidied by making a release.ph102007-09-177-47/+60
* Added checks for ANY and ANYCRLF to pcrecpp.cc where previously it checked only ph102007-09-172-3/+18
* Documentation tweak.ph102007-09-171-2/+5
* Documentation tweaks.ph102007-09-172-2/+18
* Distribute version of test 3 for Windows.ph102007-09-171-0/+2
* Version of Test 3 for Windows.ph102007-09-173-1/+259
* 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