summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-08-05add internal control *LOOK-AHEAD-FOR-SUFFIX*v2.1.0Robert Smith
This allows better performance for some scanning use-cases. We also bump the minor version to 2.1.0.
2017-12-22fixed link to the homepageVityok
2017-12-22Update index.htmlStas Boukarev
2017-12-22fixed links in the docs/index.htmlVityok
2017-12-19Move doc/ do docs/Stas Boukarev
2017-06-09correct syntax error message for #\c unescapingjames anderson
2017-03-08Merge pull request #31 from phmarek/masterHans Hübner
Fix Perl compatibility for (SPLIT ... :LIMIT -1).
2017-03-08Fix Perl compatibility for (SPLIT ... :LIMIT -1).Philipp Marek
A negative limit means infinity.
2016-12-27Report a syntax error on "(?<".Stas Boukarev
Instead of failing due to NIL not being a character in a call to ALPHA-CHAR-P.
2016-04-28Remove (safety 0) from the default optimization.Attila Lendvai
It's a very bad default that has already wasted countless programmer hours.
2016-04-01Fix compiler-macro interaction with LOAD-TIME-VALUE and CONSTANTP.Stas Boukarev
When CONSTANTP is supplied an &environment object from the compiler macro it can determine forms involving MACROLET to be constant, but such forms are problematic for LOAD-TIME-VALUE and its null lexical environment execution requirements.
2015-08-26Fix from Martin Simmons for LW7v2.0.11Edi Weitz
2015-05-28release 2.0.10v2.0.10Hans Huebner
2015-05-28Add :author/:license/:description fields to .asd filesHans Huebner
Closes #24
2014-12-30Move inlined definitions before they are used.Stas Boukarev
Otherwise they do not get a chance to get inlined.
2014-11-28release 2.0.9v2.0.9Hans Huebner
2014-11-28Merge branch 'master' of github.com:edicl/cl-ppcreHans Huebner
2014-11-28release 2.0.8v2.0.8Hans Huebner
2014-11-28Update support infoHans Huebner
2014-10-20Merge pull request #20 from billitch/masterHans Hübner
Typo in CREATE-SCANNER documentation.
2014-10-20Typo in CREATE-SCANNER documentation.Thomas de Grivel
2014-01-23release 2.0.7v2.0.7Hans Huebner
2014-01-22doc: Update repository location, remove the darcs mirror.Stas Boukarev
2014-01-05release 2.0.6v2.0.6Hans Huebner
2014-01-05update CHANGELOG and version numberHans Huebner
2014-01-05Fix tests failing on Allegro CL (closes #2)Hans Huebner
2014-01-05Merge branch 'master' of github.com:edicl/cl-ppcreHans Huebner
2014-01-05Specialize parse-tree method argument to suppress unused argument warning.Hans Huebner
Closes #8
2014-01-05Merge pull request #10 from nbtrap/test-fixHans Hübner
Don't stop testing on the first test where PERL-ERROR is T.
2014-01-05release 2.0.5v2.0.5Hans Huebner
2014-01-05update version + changelogHans Huebner
2014-01-05fix spurious test failuresHans Huebner
2013-12-30Don't stop testing on the first test where PERL-ERROR is T.Nathan Trapuzzano
2013-12-30Merge pull request #7 from jdz/patch-1Hans Hübner
Suppress warnings for register-groups-bind with empty var-list
2013-05-24Suppress warnings for register-groups-bind with empty var-listJānis Džeriņš
If (for some reason) the var-list is empty, there is no code generated that uses the reg-starts and reg-ends variables, and hence they become unused. And without the bindings, the substr-fn is also not necessary.
2013-04-13release 2.0.4v2.0.4Hans Huebner
2013-04-13Merge branch 'master' of github.com:edicl/cl-ppcreHans Huebner
2013-04-13release 2.0.4Hans Huebner
2013-04-13Merge branch 'stassats'Hans Huebner
Conflicts: cl-ppcre.asd
2013-04-13prepare for releaseHans Huebner
2013-04-13Merge pull request #5 from stassats/masterHans Hübner
Rewrite SEQ without using recursion.
2013-04-11Add print-object methods for some regex classes.Stas Boukarev
2013-04-11Add a test-case which exercises a branch of end-string-aux.Stas Boukarev
2013-02-13Rewrite SEQ without using recursion.Stas Boukarev
Allows for very long regexes to be processed. Doesn't require the result to be reversed afterwards.
2012-04-08Add :description to .asd fileHans Huebner
2012-04-08Merge pull request #4 from slyrus/property-bugfixHans Hübner
:property and :invert-property scanning bug fix.
2012-04-08:property and :invert-property scanning bug fix.Cyrus Harmon
In convert-compound-parse-tree methods for property and inverted-property, declare accumulate-start-p sepecial and setq it to nil.
2012-04-07Merge pull request #3 from lindes/masterHans Hübner
Adding README.md to this project.
2012-04-07converting introductory documentation to README.mdDavid Lindes
Primarily for the purpose of having an easier starting-point for documentation as this project is displayed on github. Also, added a prominent note to use cl-interpol to help maximize values of "perl compatible".
2010-10-20TypoEdi Weitz
git-svn-id: svn://bknr.net/svn/trunk/thirdparty/cl-ppcre@4620 4281704c-cde7-0310-8518-8e2dc76b1ff0