summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Documentation final tidies for 7.2 release.ph102007-06-191-2/+2
| | | | 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-191-1/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@184 2f5784b3-3f2a-0410-8824-cb99058d5e15
* More document tidies, pre-release.ph102007-06-131-7/+7
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@182 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Documentation update preparatory to release.ph102007-06-131-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@181 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Apply C++ patch to fix a bad optimization.ph102007-06-131-0/+7
| | | | 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-131-0/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@178 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Inserted some (unsigned int) casts to kill compiler warnings.ph102007-06-111-0/+2
| | | | 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-111-0/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@175 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Drastically reduce workspace used for alternatives in groups; also some ph102007-06-051-19/+26
| | | | | | | 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-041-1/+6
| | | | 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-041-0/+4
| | | | 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-041-0/+3
| | | | 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-291-0/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@168 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add (?(-n) and (?(+n) relative conditions.ph102007-05-091-0/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@167 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add (?-n) and (?+n) relative references.ph102007-05-091-0/+8
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@166 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Non-longjmp heap recursion.ph102007-05-091-5/+5
| | | | 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-041-0/+5
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@164 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Use the pcretest "Z" option so all tests can be run with all link sizes.ph102007-05-031-0/+5
| | | | 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-021-2/+2
| | | | 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-021-3/+5
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@159 2f5784b3-3f2a-0410-8824-cb99058d5e15
* More test updates.ph102007-05-011-0/+3
| | | | 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-011-0/+7
| | | | 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-241-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@155 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Added a man page for pcre-config.ph102007-04-181-0/+2
| | | | 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-171-5/+5
| | | | 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-171-0/+6
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@151 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Update HTML documentation.ph102007-04-171-5/+5
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@150 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add PCRE_NEWLINE_ANYCRLF.ph102007-04-161-0/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@149 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix bad handling of data lines longer than 50K by pcretest.ph102007-04-161-0/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@147 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Previous fix for pcretest was buggy. Try again.ph102007-04-021-1/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@143 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Trailing spaces.ph102007-03-301-5/+5
| | | | 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-301-0/+8
| | | | | | | newline=any. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@141 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Hopefully the final rename of makevp-* to makevp_*.ph102007-03-291-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@135 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Commit after detrailing; set executable on autogen.sh.ph102007-03-261-9/+9
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@134 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Various new tidies.ph102007-03-261-1/+12
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@131 2f5784b3-3f2a-0410-8824-cb99058d5e15
* A number of tidies, file renames, etc.ph102007-03-191-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@127 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Removal of trailing spaces.ph102007-03-121-31/+31
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@123 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Documentation spring clean, and expansion of maint/README.ph102007-03-121-4/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@122 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix crash when erroroffset passed as NULL.ph102007-03-121-0/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@119 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix bug in emulated memmove() for downward moves.ph102007-03-091-4/+11
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@118 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Tests cleanup: use -C in RunTest; add /Z to pcretest and make test 3 ph102007-03-091-0/+18
| | | | | | | independent of link size. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@116 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix two obscure, but nasty bugs concerned with caseless matching with Unicode ph102007-03-091-0/+17
| | | | | | | property support. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@115 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Update documentation for forthcoming rename of "maintain" as "maint"ph102007-03-091-3/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@113 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Create the PrepareRelease script to process the documentation and create the ph102007-03-081-41/+49
| | | | | | | | | .generic files for distribution, also to remove trailing spaces. Update a lot more of the build-time documentation. Arrange for PrepareRelease and its sub-scripts to be distributed. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@111 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Some more #ifdefs for SUPPORT_UTF8.ph102007-03-071-0/+5
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@110 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Arguments for the emulated memmove() should be void *, not char *.ph102007-03-071-0/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@108 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Added some additional #ifdef SUPPORT_UTF8 to minimize the code when UTF-8 ph102007-03-071-0/+6
| | | | | | | support is not compiled. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@107 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Mark ucp_table (in ucptable.h) and ucp_gentype (in pcre_ucp_searchfuncs.c)ph102007-03-061-0/+7
| | | | | | | as "const". git-svn-id: svn://vcs.exim.org/pcre/code/trunk@105 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add -Wl,-R... flags in pcre-config.in for *BSD* systems, as I'm toldph102007-03-061-0/+3
| | | | | | | that is needed. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@104 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix test problem caused by training space in the data.ph102007-03-061-0/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@102 2f5784b3-3f2a-0410-8824-cb99058d5e15