[bknr-cvs] edi changed trunk/thirdparty/cl-interpol/
BKNR Commits
bknr at bknr.net
Fri Jul 25 12:53:11 UTC 2008
Revision: 3635
Author: edi
URL: http://bknr.net/trac/changeset/3635
Update to 0.2.1
U trunk/thirdparty/cl-interpol/CHANGELOG
U trunk/thirdparty/cl-interpol/cl-interpol.asd
U trunk/thirdparty/cl-interpol/doc/index.html
Modified: trunk/thirdparty/cl-interpol/CHANGELOG
===================================================================
--- trunk/thirdparty/cl-interpol/CHANGELOG 2008-07-25 12:00:52 UTC (rev 3634)
+++ trunk/thirdparty/cl-interpol/CHANGELOG 2008-07-25 12:53:11 UTC (rev 3635)
@@ -1,3 +1,7 @@
+Version 0.2.1
+2008-07-25
+Fixed typo in HTML documentation
+
Version 0.2.0
2008-07-24
Base Unicode support on CL-UNICODE
Modified: trunk/thirdparty/cl-interpol/cl-interpol.asd
===================================================================
--- trunk/thirdparty/cl-interpol/cl-interpol.asd 2008-07-25 12:00:52 UTC (rev 3634)
+++ trunk/thirdparty/cl-interpol/cl-interpol.asd 2008-07-25 12:53:11 UTC (rev 3635)
@@ -1,5 +1,5 @@
;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: CL-USER; Base: 10 -*-
-;;; $Header: /usr/local/cvsrep/cl-interpol/cl-interpol.asd,v 1.10 2008/07/23 16:10:05 edi Exp $
+;;; $Header: /usr/local/cvsrep/cl-interpol/cl-interpol.asd,v 1.11 2008/07/25 12:51:58 edi Exp $
;;; Copyright (c) 2003-2008, Dr. Edmund Weitz. All rights reserved.
@@ -35,7 +35,7 @@
(in-package :cl-interpol-asd)
(defsystem :cl-interpol
- :version "0.2.0"
+ :version "0.2.1"
:serial t
:depends-on (:cl-unicode)
:components ((:file "packages")
Modified: trunk/thirdparty/cl-interpol/doc/index.html
===================================================================
--- trunk/thirdparty/cl-interpol/doc/index.html 2008-07-25 12:00:52 UTC (rev 3634)
+++ trunk/thirdparty/cl-interpol/doc/index.html 2008-07-25 12:53:11 UTC (rev 3635)
@@ -86,7 +86,7 @@
CL-INTERPOL together with this documentation can be downloaded from <a
href="http://weitz.de/files/cl-interpol.tar.gz">http://weitz.de/files/cl-interpol.tar.gz</a>. The
-current version is 0.2.0.
+current version is 0.2.1.
<p>
CL-INTERPOL comes with a system definition for <a
href="http://www.cliki.net/asdf">ASDF</a> so you can install the library with
@@ -492,7 +492,7 @@
Beyond what has been explained above CL-INTERPOL can support Perl regular expression syntax. This feature is mainly intended for use with <a href="http://weitz.de/cl-ppcre/">CL-PPCRE</a> (version 0.7.0 or higher). The <em>regular expression mode</em> is switched on if the <a href="#outer">opening outer delimiter</a> is a <code class=yellow>/</code> (slash) - but see <a href="#*regex-delimiters*"><code>*REGEX-DELIMITERS*</code></a>. It is also on if there's an <code class=yellow>r</code> (lowercase or uppercase) in front of the opening outer delimiter. If there's also an <code class=yellow>x</code> (lowercase or uppercase) in front of the opening outer delimiter (but <em>behind</em> the <code class=yellow>r</code> if it's there), the string will be read in <em>extended mode</em> (see <code>man perlre</code> for a detailed explanation). In these modes the following things are different from what's described above:
<ul>
- <li><code class=yellow>\k</code>, <code class=yellow>\p</code>, <code class=yellow>\P</code>, <code class=yellow>\w</code>, <code class=yellow>\W</code>, <code class=yellow>\s</code>,
+ <li><code class=yellow>\p</code>, <code class=yellow>\P</code>, <code class=yellow>\w</code>, <code class=yellow>\W</code>, <code class=yellow>\s</code>,
<code class=yellow>\S</code>, <code class=yellow>\d</code>, and <code class=yellow>\D</code> are never
converted to their unescaped (backslash-less) counterparts because
they have or can have a special meaning in regular expressions.
@@ -713,7 +713,7 @@
book</a>!!!
<p>
-$Header: /usr/local/cvsrep/cl-interpol/doc/index.html,v 1.38 2008/07/23 16:10:09 edi Exp $
+$Header: /usr/local/cvsrep/cl-interpol/doc/index.html,v 1.39 2008/07/25 12:52:00 edi Exp $
<p><a href="http://weitz.de/index.html">BACK TO MY HOMEPAGE</a>
</body>
More information about the Bknr-cvs
mailing list