From hans at huebner.org Mon Jun 30 13:00:20 2008 From: hans at huebner.org (=?ISO-8859-1?Q?Hans_H=FCbner?=) Date: Mon, 30 Jun 2008 15:00:20 +0200 Subject: [bknr-cvs] Test messages Message-ID: Hi, I am working on getting the commit logs into this mailing list again. I will send out a few test messages, sorry for the noise. -Hans From bknr at bknr.net Mon Jun 30 13:30:40 2008 From: bknr at bknr.net (BKNR Commits) Date: Mon, 30 Jun 2008 15:30:40 +0200 Subject: [bknr-cvs] hans changed trunk/thirdparty/flexi-streams/length.lisp Message-ID: Revision: 3379 Author: hans URL: http://bknr.net/trac/changeset/3379 Fix typo U trunk/thirdparty/flexi-streams/length.lisp Modified: trunk/thirdparty/flexi-streams/length.lisp =================================================================== --- trunk/thirdparty/flexi-streams/length.lisp 2008-06-29 14:26:31 UTC (rev 3378) +++ trunk/thirdparty/flexi-streams/length.lisp 2008-06-30 09:40:56 UTC (rev 3379) @@ -82,7 +82,7 @@ (declare (fixnum end i)) (when (> i end) (signal-encoding-error format "This sequence can't be decoded ~ -using ~A as it is too short. ~A octet~:P missing at then end." +using ~A as it is too short. ~A octet~:P missing at the end." (external-format-name format) (- i end)))) (:method ((format flexi-utf-16-format) start end i) From hans at huebner.org Mon Jun 30 13:35:32 2008 From: hans at huebner.org (=?ISO-8859-1?Q?Hans_H=FCbner?=) Date: Mon, 30 Jun 2008 15:35:32 +0200 Subject: [bknr-cvs] Re: Test messages In-Reply-To: References: Message-ID: I think I'm done testing. Please email if you have any problems with the commit emails. -Hans On 6/30/08, Hans H?bner wrote: > Hi, > > I am working on getting the commit logs into this mailing list again. > I will send out a few test messages, sorry for the noise. > > > -Hans >