[rfc2388-cvs] CVS rfc2388
jdzerins
jdzerins at common-lisp.net
Thu Jul 27 07:40:46 UTC 2006
Update of /project/rfc2388/cvsroot/rfc2388
In directory clnet:/tmp/cvs-serv1425
Modified Files:
rfc2388.lisp
Log Message:
Applied patch by Travis Cross which makes rfc2388 work on SBCL with external format support.
--- /project/rfc2388/cvsroot/rfc2388/rfc2388.lisp 2005/08/02 09:01:47 1.9
+++ /project/rfc2388/cvsroot/rfc2388/rfc2388.lisp 2006/07/27 07:40:46 1.10
@@ -439,8 +439,9 @@
:direction :output
;; external format for faithful I/O
;; see <http://cl-cookbook.sourceforge.net/io.html#faith>
- #+(or :lispworks :allegro)
+ #+(or :sbcl :lispworks :allegro)
:external-format
+ #+sbcl :latin-1
#+:lispworks '(:latin-1 :eol-style :lf)
#+:allegro (excl:crlf-base-ef :latin1))
(read-until-next-boundary input boundary nil out-file))
More information about the rfc2388-cvs
mailing list