Revision: 3633
Author: edi
URL: http://bknr.net/trac/changeset/3633
Remove file which doesn't belong there anymore
D trunk/thirdparty/cl-ppcre/cl-ppcre-test.asd
Deleted: trunk/thirdparty/cl-ppcre/cl-ppcre-test.asd
===================================================================
--- trunk/thirdparty/cl-ppcre/cl-ppcre-test.asd 2008-07-25 11:09:41 UTC (rev 3632)
+++ trunk/thirdparty/cl-ppcre/cl-ppcre-test.asd 2008-07-25 12:00:02 UTC (rev 3633)
@@ -1,34 +0,0 @@
-;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: CL-USER; Base: 10 -*-
-;;; $Header: /usr/local/cvsrep/cl-ppcre/cl-ppcre-test.asd,v 1.14 2008/06/25 14:04:27 edi Exp $
-
-;;; This ASDF system definition was kindly provided by Marco Baringer.
-
-;;; Copyright (c) 2002-2008, Dr. Edmund Weitz. All rights reserved.
-
-;;; Redistribution and use in source and binary forms, with or without
-;;; modification, are permitted provided that the following conditions
-;;; are met:
-
-;;; * Redistributions of source code must retain the above copyright
-;;; notice, this list of conditions and the following disclaimer.
-
-;;; * Redistributions in binary form must reproduce the above
-;;; copyright notice, this list of conditions and the following
-;;; disclaimer in the documentation and/or other materials
-;;; provided with the distribution.
-
-;;; THIS SOFTWARE IS PROVIDED BY THE AUTHOR 'AS IS' AND ANY EXPRESSED
-;;; OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-;;; WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-;;; ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
-;;; DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-;;; DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
-;;; GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
-;;; INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
-;;; WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
-;;; NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-;;; SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-(asdf:defsystem :cl-ppcre-test
- :depends-on (:cl-ppcre)
- :components ((:file "ppcre-tests")))
Revision: 3629
Author: edi
URL: http://bknr.net/trac/changeset/3629
Update to release 1.0.4
U trunk/thirdparty/flexi-streams/CHANGELOG
U trunk/thirdparty/flexi-streams/doc/index.html
U trunk/thirdparty/flexi-streams/flexi-streams.asd
Modified: trunk/thirdparty/flexi-streams/CHANGELOG
===================================================================
--- trunk/thirdparty/flexi-streams/CHANGELOG 2008-07-25 09:53:42 UTC (rev 3628)
+++ trunk/thirdparty/flexi-streams/CHANGELOG 2008-07-25 09:56:14 UTC (rev 3629)
@@ -1,3 +1,7 @@
+Version 1.0.4
+2008-07-25
+Cosmetic surgery on test suite
+
Version 1.0.3
2008-05-30
Better checks for invalid UTF-8 data
Modified: trunk/thirdparty/flexi-streams/doc/index.html
===================================================================
--- trunk/thirdparty/flexi-streams/doc/index.html 2008-07-25 09:53:42 UTC (rev 3628)
+++ trunk/thirdparty/flexi-streams/doc/index.html 2008-07-25 09:56:14 UTC (rev 3629)
@@ -229,7 +229,7 @@
<p>
FLEXI-STREAMS together with this documentation can be downloaded from <a
href="http://weitz.de/files/flexi-streams.tar.gz">http://weitz.de/files/flexi-streams.tar.gz</a>. The
-current version is 1.0.3.
+current version is 1.0.4.
<p>
Before you install FLEXI-STREAMS you first need to
install the <a
@@ -1114,7 +1114,7 @@
his work on making FLEXI-STREAMS faster.
<p>
-$Header: /usr/local/cvsrep/flexi-streams/doc/index.html,v 1.122 2008/05/30 08:38:23 edi Exp $
+$Header: /usr/local/cvsrep/flexi-streams/doc/index.html,v 1.123 2008/07/25 09:57:00 edi Exp $
<p><a href="http://weitz.de/index.html">BACK TO MY HOMEPAGE</a>
</body>
Modified: trunk/thirdparty/flexi-streams/flexi-streams.asd
===================================================================
--- trunk/thirdparty/flexi-streams/flexi-streams.asd 2008-07-25 09:53:42 UTC (rev 3628)
+++ trunk/thirdparty/flexi-streams/flexi-streams.asd 2008-07-25 09:56:14 UTC (rev 3629)
@@ -1,5 +1,5 @@
;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: CL-USER; Base: 10 -*-
-;;; $Header: /usr/local/cvsrep/flexi-streams/flexi-streams.asd,v 1.74 2008/05/30 08:38:21 edi Exp $
+;;; $Header: /usr/local/cvsrep/flexi-streams/flexi-streams.asd,v 1.76 2008/07/25 09:56:58 edi Exp $
;;; Copyright (c) 2005-2008, Dr. Edmund Weitz. All rights reserved.
@@ -35,7 +35,7 @@
(in-package :flexi-streams-system)
(defsystem :flexi-streams
- :version "1.0.3"
+ :version "1.0.4"
:serial t
:components ((:file "packages")
(:file "mapping")
Revision: 3628
Author: edi
URL: http://bknr.net/trac/changeset/3628
Spice up test suite
U trunk/thirdparty/flexi-streams/flexi-streams.asd
U trunk/thirdparty/flexi-streams/test/packages.lisp
U trunk/thirdparty/flexi-streams/test/test.lisp
Change set too large, please see URL above