summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Final source and document tidies for 8.30.ph102012-02-041-2/+2
* Source file tidies for 8.30-RC1 release; fix Makefile.am bugs for building ph102012-01-211-20/+20
* Experimental stack size determination.ph102012-01-191-0/+2
* Put top level heap frame on the stack.ph102012-01-181-1/+5
* Add PCRE_CONFIG_JITTARGET output to pcretest -C.ph102012-01-181-0/+2
* More portable way of linking pcretest with -lreadline.ph102012-01-171-0/+3
* Fix MARK bug for assertions.ph102012-01-171-1/+2
* CMake parses version information out of configure.ac instead of relying on ph102012-01-171-0/+4
* Fix nested *MARK bug (nothing shown for /(?=(*:x))((*:y)q|)/ etc.)ph102012-01-151-0/+6
* Get rid of a number of -Wunused-but-set-variable compiler warnings.ph102012-01-151-0/+2
* Documentation minor edits.ph102012-01-141-0/+3
* rename PCRE_SCHAR16 to PCRE_UCHAR16 and JIT compiler updatezherczeg2012-01-091-0/+3
* Documentation updates.ph102012-01-071-2/+2
* Typos in PrepareRelease; include 16-bit in make distcheck; fix RunTest and ph102011-12-311-14/+14
* Fix msys RunGrepTest failure (Bugzilla #1185).ph102011-12-291-0/+4
* Merging all the changes from the pcre16 branch into the trunk.ph102011-12-281-19/+109
* Rolled back trunk to r755 to prepare for merging the 16-bit branch.ph102011-12-281-93/+19
* Renamed isnumber in pcre_compile to avoid a clash with ctype.h in Macs, and ph102011-12-181-0/+10
* Source tidies for 8.21ph102011-12-111-6/+6
* Computation of memory needed for the table of names of groups was giving an ph102011-12-071-0/+3
* Fix a possible uninitialized memory bug.ph102011-12-071-0/+2
* Updated RunTest.bat (don't use JIT for tests 7-10).ph102011-12-071-0/+2
* Fix uninitialized memory use when writing study data to file if no starting ph102011-12-061-49/+54
* Tidies for 8.21-RC1 release.ph102011-12-051-3/+7
* Preserve the size of JIT compiled code. Add PCRE_INFO_JITSIZE and use it forph102011-12-021-0/+3
* Added (int) casts to reduce 64-bit warnings.ph102011-12-021-0/+3
* Fix bug with caseless matching of characters of different lengths when the ph102011-12-011-0/+4
* Retrieve executable code size support for the JIT compiler and fixing some wa...zherczeg2011-12-011-0/+3
* Fix pcretest not forgetting JIT after it has been used once.ph102011-12-011-0/+3
* Expand compile workspace for very many forward references. This ups the limit ph102011-11-301-3/+8
* Update *MARK handling to be more like Perl.ph102011-11-291-0/+17
* Fix repeated forward reference needed character bug.ph102011-11-221-0/+3
* Test for workspace overflow with forward reference data.ph102011-11-221-0/+4
* Disallow \N in character classes, for Perl compatibility.ph102011-11-211-0/+3
* Support \C in lookbehinds and DFA matching when not in UTF-8 mode.ph102011-11-191-0/+2
* Remove -L from pcre-config when install is into /usr/lib (fixes ph102011-11-191-0/+4
* JIT should use pcre_malloc/pcre_free for allocation.zherczeg2011-11-191-0/+2
* Code tidies.ph102011-11-181-0/+2
* Fix problem with possessively repeated groups with minima greater than one.ph102011-11-181-0/+5
* Fix bad compiling of possessively repeated conditional subpattern.ph102011-11-181-0/+3
* Fixed several items that were being incorrectly rejected as "not fixed length"ph102011-11-151-0/+10
* Caseless matching of backreferences with fixed length repetitions was broken.ph102011-11-151-0/+4
* Small tidies, and documentation update for JavaScript \x, \u, \U support.ph102011-11-141-1/+1
* Correctly supporting \x and \u in JavaScript compatibility modezherczeg2011-11-131-3/+6
* Marks in non-capturing atomic groups were not being passed out.ph102011-11-081-0/+4
* Fix cache-flush issue on PowerPC, adding some comments and a check for disabl...zherczeg2011-11-061-0/+4
* Supporting OP_NCREF, OP_RREF and OP_NRREF by the JIT compilerzherczeg2011-10-311-0/+3
* Updating the JIT compilerzherczeg2011-10-311-0/+6
* Source tidies for 8.20 release.ph102011-10-211-8/+8
* Rewrite code that broke under Mac OS (isxdigit with ++ in its argument).ph102011-10-131-0/+7