Revision: 3399
Author: ksprotte
URL: http://bknr.net/trac/changeset/3399
for sbcl dont (pushnew :pdf-binary *features*)
U trunk/thirdparty/cl-pdf/config.lisp
Modified: trunk/thirdparty/cl-pdf/config.lisp
===================================================================
--- trunk/thirdparty/cl-pdf/config.lisp 2008-07-01 11:01:48 UTC (rev 3398)
+++ trunk/thirdparty/cl-pdf/config.lisp 2008-07-01 11:54:03 UTC (rev 3399)
@@ -68,7 +68,7 @@
;; define the :pdf-binary feature if your Lisp implementation accepts
;; to write binary sequences to character streams
;; For LW you need version 4.2.7 minimum
-#+(or lispworks allegro sbcl)
+#+(or lispworks allegro)
(pushnew :pdf-binary *features*)
;(eval-when (:compile-toplevel :load-toplevel :execute)
Revision: 3397
Author: ksprotte
URL: http://bknr.net/trac/changeset/3397
imported two new sessions to tsung.xml
U trunk/projects/bos/test/tsung.xml
Change set too large, please see URL above
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)