[slime-cvs] CVS update: slime/swank-allegro.lisp slime/swank-lispworks.lisp slime/swank-openmcl.lisp slime/swank-ecl.lisp
Helmut Eller
heller at common-lisp.net
Wed Sep 21 11:43:51 UTC 2005
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv7905
Modified Files:
swank-allegro.lisp swank-lispworks.lisp swank-openmcl.lisp
swank-ecl.lisp
Log Message:
Import `stream-finish-output'.
Date: Wed Sep 21 13:43:48 2005
Author: heller
Index: slime/swank-allegro.lisp
diff -u slime/swank-allegro.lisp:1.75 slime/swank-allegro.lisp:1.76
--- slime/swank-allegro.lisp:1.75 Thu Jul 14 11:12:02 2005
+++ slime/swank-allegro.lisp Wed Sep 21 13:43:47 2005
@@ -18,6 +18,7 @@
'(excl:fundamental-character-output-stream
excl:stream-write-char
excl:stream-force-output
+ excl:stream-finish-output
excl:fundamental-character-input-stream
excl:stream-read-char
excl:stream-listen
Index: slime/swank-lispworks.lisp
diff -u slime/swank-lispworks.lisp:1.77 slime/swank-lispworks.lisp:1.78
--- slime/swank-lispworks.lisp:1.77 Mon Aug 29 23:29:24 2005
+++ slime/swank-lispworks.lisp Wed Sep 21 13:43:47 2005
@@ -17,6 +17,7 @@
'(stream:fundamental-character-output-stream
stream:stream-write-char
stream:stream-force-output
+ stream:stream-finish-output
stream:fundamental-character-input-stream
stream:stream-read-char
stream:stream-listen
Index: slime/swank-openmcl.lisp
diff -u slime/swank-openmcl.lisp:1.100 slime/swank-openmcl.lisp:1.101
--- slime/swank-openmcl.lisp:1.100 Tue Sep 13 07:37:16 2005
+++ slime/swank-openmcl.lisp Wed Sep 21 13:43:47 2005
@@ -57,6 +57,7 @@
ccl:stream-write-char
ccl:stream-line-length
ccl:stream-force-output
+ ccl:stream-finish-output
ccl:fundamental-character-input-stream
ccl:stream-read-char
ccl:stream-listen
Index: slime/swank-ecl.lisp
diff -u slime/swank-ecl.lisp:1.1 slime/swank-ecl.lisp:1.2
--- slime/swank-ecl.lisp:1.1 Wed Aug 3 11:40:19 2005
+++ slime/swank-ecl.lisp Wed Sep 21 13:43:47 2005
@@ -11,6 +11,7 @@
ext::stream-write-char
ext::stream-line-length
ext::stream-force-output
+ ext::stream-finish-output
ext::fundamental-character-input-stream
ext::stream-read-char
ext::stream-listen
More information about the slime-cvs
mailing list