[cxml-cvs] CVS update: cxml/runes/ystream.lisp cxml/runes/package.lisp
David Lichteblau
dlichteblau at common-lisp.net
Wed Dec 28 23:11:42 UTC 2005
Update of /project/cxml/cvsroot/cxml/runes
In directory common-lisp.net:/tmp/cvs-serv577/runes
Modified Files:
package.lisp
Added Files:
ystream.lisp
Log Message:
sink reorganization
Date: Thu Dec 29 00:11:34 2005
Author: dlichteblau
Index: cxml/runes/package.lisp
diff -u cxml/runes/package.lisp:1.4 cxml/runes/package.lisp:1.5
--- cxml/runes/package.lisp:1.4 Tue Dec 27 01:21:36 2005
+++ cxml/runes/package.lisp Thu Dec 29 00:11:32 2005
@@ -59,7 +59,21 @@
#:xstream-plist
#:xstream-encoding
#:set-to-full-speed
- #:xstream-name))
+ #:xstream-name
+
+ ;; ystream.lisp
+ #:ystream
+ #:close-ystream
+ #:write-rune
+ #:write-rod
+ #:ystream-column
+ #:make-octet-vector-ystream
+ #:make-octet-stream-ystream
+ #:make-rod-ystream
+ #+rune-is-character #:make-character-stream-ystream
+ #+rune-is-integer #:make-string-ystream/utf8
+ #+rune-is-integer #:make-character-stream-ystream/utf8
+ #:runes-to-utf8/adjustable-string))
(defpackage :utf8-runes
(:use :cl)
More information about the Cxml-cvs
mailing list