From bknr@bknr.net Fri Aug 1 06:15:32 2008 From: BKNR Commits To: bknr-cvs@common-lisp.net Subject: [bknr-cvs] edi changed trunk/thirdparty/flexi-streams/ Date: Fri, 01 Aug 2008 12:14:17 +0200 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8251542555150313711==" --===============8251542555150313711== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Revision: 3717 Author: edi URL: http://bknr.net/trac/changeset/3717 Update to 1.0.5 U trunk/thirdparty/flexi-streams/CHANGELOG U trunk/thirdparty/flexi-streams/doc/index.html U trunk/thirdparty/flexi-streams/flexi-streams.asd U trunk/thirdparty/flexi-streams/test/packages.lisp Modified: trunk/thirdparty/flexi-streams/CHANGELOG =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/thirdparty/flexi-streams/CHANGELOG 2008-08-01 06:57:30 UTC (rev 371= 6) +++ trunk/thirdparty/flexi-streams/CHANGELOG 2008-08-01 10:14:17 UTC (rev 371= 7) @@ -1,3 +1,7 @@ +Version 1.0.5 +2008-08-01 +Export RUN-ALL-TESTS instead of RUN-TESTS (caught by Nick Allen) + Version 1.0.4 2008-07-25 Cosmetic surgery on test suite Modified: trunk/thirdparty/flexi-streams/doc/index.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/thirdparty/flexi-streams/doc/index.html 2008-08-01 06:57:30 UTC (re= v 3716) +++ trunk/thirdparty/flexi-streams/doc/index.html 2008-08-01 10:14:17 UTC (re= v 3717) @@ -229,7 +229,7 @@

FLEXI-STREAMS together with this documentation can be downloaded from http://weitz.de/files/fl= exi-streams.tar.gz. The -current version is 1.0.4. +current version is 1.0.5.

Before you install FLEXI-STREAMS you first need to install the -$Header: /usr/local/cvsrep/flexi-streams/doc/index.html,v 1.123 2008/07/25 0= 9:57:00 edi Exp $ +$Header: /usr/local/cvsrep/flexi-streams/doc/index.html,v 1.124 2008/08/01 1= 0:12:41 edi Exp $

BACK TO MY HOMEPAGE =20 Modified: trunk/thirdparty/flexi-streams/flexi-streams.asd =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/thirdparty/flexi-streams/flexi-streams.asd 2008-08-01 06:57:30 UTC = (rev 3716) +++ trunk/thirdparty/flexi-streams/flexi-streams.asd 2008-08-01 10:14:17 UTC = (rev 3717) @@ -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.76 2008/0= 7/25 09:56:58 edi Exp $ +;;; $Header: /usr/local/cvsrep/flexi-streams/flexi-streams.asd,v 1.77 2008/0= 8/01 10:12:40 edi Exp $ =20 ;;; Copyright (c) 2005-2008, Dr. Edmund Weitz. All rights reserved. =20 @@ -35,7 +35,7 @@ (in-package :flexi-streams-system) =20 (defsystem :flexi-streams - :version "1.0.4" + :version "1.0.5" :serial t :components ((:file "packages") (:file "mapping") Modified: trunk/thirdparty/flexi-streams/test/packages.lisp =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/thirdparty/flexi-streams/test/packages.lisp 2008-08-01 06:57:30 UTC= (rev 3716) +++ trunk/thirdparty/flexi-streams/test/packages.lisp 2008-08-01 10:14:17 UTC= (rev 3717) @@ -1,5 +1,5 @@ ;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: CL-USER; Base: 10 -*- -;;; $Header: /usr/local/cvsrep/flexi-streams/test/packages.lisp,v 1.6 2008/0= 5/17 16:38:26 edi Exp $ +;;; $Header: /usr/local/cvsrep/flexi-streams/test/packages.lisp,v 1.8 2008/0= 8/01 10:12:43 edi Exp $ =20 ;;; Copyright (c) 2006-2008, Dr. Edmund Weitz. All rights reserved. =20 @@ -36,4 +36,4 @@ :with-rebinding :char* :normalize-external-format) - (:export :run-tests)) + (:export :run-all-tests)) --===============8251542555150313711==--