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