opened with :element-type :default now allow character and binary
(unsigned-byte 8) I/O
* Support for the koi8-r external format. (thanks to Ivan Boldyrev)
+ * Bug fix: OPEN no longer fails when *PRINT-READABLY* is T. (thanks
+ to Zach Beane)
changes in sbcl-0.9.2 relative to sbcl-0.9.1:
* numerous signal handling fixes to increase stability
input-buffer-p
dual-channel-p
(name (if file
- (format nil "file ~S" file)
+ (format nil "file ~A" file)
(format nil "descriptor ~W" fd)))
auto-close)
(declare (type index fd) (type (or index null) timeout)
(assert (= (read-sequence sequence s) 3))
(assert (string= sequence "foodef"))
(assert (string= (get-output-stream-string os) "foo")))
+
+(with-standard-io-syntax
+ (open "/dev/null"))
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.9.2.4"
+"0.9.2.5"