prepare for release
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
Version 2.0.4
|
||||||
|
2013-04-13
|
||||||
|
Rewrite SEQ without using recursion (Stas Boukarev)
|
||||||
|
:property and :invert-property scanning bug fix (Cyrus Harmon)
|
||||||
|
Improve documentation (David Lindes)
|
||||||
|
|
||||||
Version 2.0.3
|
Version 2.0.3
|
||||||
2009-10-28
|
2009-10-28
|
||||||
Use LW:SIMPLE-TEXT-STRING throughout for LispWorks
|
Use LW:SIMPLE-TEXT-STRING throughout for LispWorks
|
||||||
|
|||||||
@ -37,7 +37,7 @@
|
|||||||
(in-package :cl-ppcre-asd)
|
(in-package :cl-ppcre-asd)
|
||||||
|
|
||||||
(defsystem :cl-ppcre
|
(defsystem :cl-ppcre
|
||||||
:version "2.0.3"
|
:version "2.0.4"
|
||||||
:serial t
|
:serial t
|
||||||
:components ((:file "packages")
|
:components ((:file "packages")
|
||||||
(:file "specials")
|
(:file "specials")
|
||||||
|
|||||||
@ -151,7 +151,7 @@ href="http://weitz.de/regex-coach/">The Regex Coach</a>.
|
|||||||
|
|
||||||
CL-PPCRE together with this documentation can be downloaded from <a
|
CL-PPCRE together with this documentation can be downloaded from <a
|
||||||
href="http://weitz.de/files/cl-ppcre.tar.gz">http://weitz.de/files/cl-ppcre.tar.gz</a>. The
|
href="http://weitz.de/files/cl-ppcre.tar.gz">http://weitz.de/files/cl-ppcre.tar.gz</a>. The
|
||||||
current version is 2.0.3.
|
current version is 2.0.4.
|
||||||
<p>
|
<p>
|
||||||
CL-PPCRE comes with a system definition
|
CL-PPCRE comes with a system definition
|
||||||
for <a href="http://www.cliki.net/asdf">ASDF</a> and you compile and
|
for <a href="http://www.cliki.net/asdf">ASDF</a> and you compile and
|
||||||
@ -159,13 +159,10 @@ load it in the usual way. There are no dependencies (except that the
|
|||||||
<a href="#test">test suite</a> which is not needed for normal operation depends
|
<a href="#test">test suite</a> which is not needed for normal operation depends
|
||||||
on <a href="http://weitz.de/flexi-streams/">FLEXI-STREAMS</a>).
|
on <a href="http://weitz.de/flexi-streams/">FLEXI-STREAMS</a>).
|
||||||
<p>
|
<p>
|
||||||
CL-PPCRE is integrated into the package/port systems
|
The preferred way to install CL-PPCRE is
|
||||||
of <a href="http://www.debian.org/">Debian</a>, <a href="http://www.gentoo.org/">Gentoo</a>,
|
through <a href="http://www.quicklisp.org/" target="_new">Quicklisp</a>:
|
||||||
and <a href="http://www.freebsd.org/">FreeBSD</a>, but before you
|
<pre>(ql:quickload :cl-ppcre)</pre>
|
||||||
install it from there, you should check if they actually offer the
|
</p>
|
||||||
latest release. Installation
|
|
||||||
via <a href="http://www.cliki.net/asdf-install">ASDF-Install</a>
|
|
||||||
should as well be possible.
|
|
||||||
<p>
|
<p>
|
||||||
<a class=none name="test">You</a> can run a test suite which tests most aspects of the library with
|
<a class=none name="test">You</a> can run a test suite which tests most aspects of the library with
|
||||||
<pre>
|
<pre>
|
||||||
|
|||||||
Reference in New Issue
Block a user