summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Created "tagged" 7.2 version.pcre-7.2ph102007-06-190-0/+0
* Documentation final tidies for 7.2 release.ph102007-06-194-11/+18
* Fix non-UTF-8 mode Unicode properties bug; prepare for 7.2 release.ph102007-06-199-13/+47
* Make sure config.h.generic and pcre.h.generic are always "standard".ph102007-06-131-0/+7
* More document tidies, pre-release.ph102007-06-1323-258/+428
* Documentation update preparatory to release.ph102007-06-1311-139/+144
* Add auto-possessification for \h, \H, \v, \V.ph102007-06-133-97/+428
* Apply C++ patch to fix a bad optimization.ph102007-06-133-24/+16
* Add support for \h, \H, \v, \V.ph102007-06-1317-143/+1694
* Minor documentation tidies.ph102007-06-112-4/+11
* Inserted some (unsigned int) casts to kill compiler warnings.ph102007-06-112-3/+9
* Added the Perl 5.10 (?| "branch reset" feature.ph102007-06-118-8/+266
* Minor doc update; fix test 2 for link size != 2.ph102007-06-054-99/+109
* Update to next RC number; fix bug in test script.ph102007-06-052-10/+2
* Drastically reduce workspace used for alternatives in groups; also some ph102007-06-0518-741/+947
* Support \k{name} and \g{name} a la Perl 5.10.ph102007-06-045-14/+71
* Fix bug in detecting potentially empty groups.ph102007-06-044-6/+24
* Add PCRE_INFO_OKPARTIAL and PCRE_INFO_JCHANGED.ph102007-06-047-13/+42
* Add support for the Perl 5.10 \K facility.ph102007-05-2911-52024/+293
* Add (?(-n) and (?(+n) relative conditions.ph102007-05-096-52/+52051
* Add (?-n) and (?+n) relative references.ph102007-05-099-18/+157
* Non-longjmp heap recursion.ph102007-05-094-17/+19
* Replace longjmp() with gotos when not using stack recursion.ph102007-05-044-107/+176
* New test for internal sizes and offsets when link size is 2.ph102007-05-042-0/+667
* Correct tests for link sizes 3 and 4ph102007-05-037-662/+626
* Use the pcretest "Z" option so all tests can be run with all link sizes.ph102007-05-038-1564/+1550
* Fix RunGrepTest for make distcheck (previous change added a bug).ph102007-05-023-13/+15
* Add code to configure.ac to remove -g from default CFLAGS and CXXFLAGS.ph102007-05-025-17/+57
* More test updates.ph102007-05-016-78/+53
* Try "french" locale if "fr_FR" not present. Update NEWS re Win32 libs.ph102007-05-013-8/+45
* Tidies and final updates for 7.1.ph102007-04-2429-71/+109
* Fix typos in comment.ph102007-04-181-3/+4
* Added a man page for pcre-config.ph102007-04-1811-11/+253
* Typos in the docs, missing casts and #ifdefs in the code.ph102007-04-176-11/+11
* Tidies: added some casts and some missing #ifdefs.ph102007-04-174-8/+21
* Update HTML documentation.ph102007-04-1725-429/+462
* Add PCRE_NEWLINE_ANYCRLF.ph102007-04-1626-136/+313
* Fix bugs in the documentation.ph102007-04-1610-19/+18
* Fix bad handling of data lines longer than 50K by pcretest.ph102007-04-162-2/+6
* Another buglet in pcretest for "any" newline and /g.ph102007-04-053-6/+22
* Reworked all the WIN32 __declspec stuff in the hope of getting it right.ph102007-04-0418-125/+150
* Daniel's patches to add to the CMake support.ph102007-04-0210-59/+142
* Previous fix for pcretest was buggy. Try again.ph102007-04-026-25/+68
* Trailing spaces.ph102007-03-3010-56/+78
* Fixed obscure bug when matching a null string in multiline mode with ph102007-03-307-6/+51
* Adjust CMakeLists.txt for 2.4.3 and tests.ph102007-03-301-15/+24
* Documentation notes that fr_FR locale is "french" in Windows; add an ph102007-03-305-45/+126
* Fix RunGrepTest so that it can be run when the build directory is not the ph102007-03-294-83/+84
* Daniel's patches.ph102007-03-2911-92/+344
* Remove 3 more generated files.ph102007-03-293-24410/+0