summaryrefslogtreecommitdiff
path: root/ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c
Commit message (Collapse)AuthorAgeFilesLines
* Patch core for PCRE2 supportAnatol Belski2017-11-131-1471/+0
| | | | RFC https://wiki.php.net/rfc/pcre2-migration
* Upgrade bundled PCRE to 8.41Anatol Belski2017-07-111-195/+231
| | | | | | | | | | | | | | | | | | | | | | HEADSUP! With PCRE 8.39 the JIT related code was changed in the way, that additional valgrind options became almost unavoidable. Valgrind had it already sometimes hard with JIT, now there are seem to be more cases requiring special valgrind options. For this reason, the new configure option --with-pcre-valgrind was introduced. The option is development/debugging only and turns on the Valgrind related pieces in PCRE, so then false positives are avoided to the big part. In addition, run-tests.php was added a new valgrind option, when the leak check is enabled and the test filepath contains pcre. Thus, to debug the code related to PCRE with JIT enabled, two things would likely make sense - configure --with-pcre-valgrind - valgrind option --smc-check=all if run-tests.php is not used The checks so far reveal no new issues.
* Upgrade bundled PCRE to 8.38Stanislav Malyshev2016-01-311-7/+12
|
* Upgrade to PCRE 8.37 due to various bugfixesStanislav Malyshev2015-04-291-0/+1430