Changeset 4993
- Timestamp:
- Aug 22, 2006, 12:49:14 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/level-1/l1-sysio.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/level-1/l1-sysio.lisp
r4929 r4993 75 75 76 76 (defvar *default-external-format* :unix 77 "The value of this variable is used when :EXTERNAL-FORMAT is unspecified 78 or specified as :DEFAULT. It can meaningfully be given any of the values 79 :UNIX, :MACOS, or :INFERRED, each of which is interpreted as described above. 77 "The value of this variable is used when :EXTERNAL-FORMAT is 78 unspecified or specified as :DEFAULT. It can meaningfully be given any 79 of the values :UNIX, :MACOS, or :INFERRED, each of which is 80 interpreted as described in the documentation. 80 81 81 82 Because there's some risk that unsolicited newline translation could have … … 771 772 (basic-file-stream.external-format s)) 772 773 774 (defmethod file-stream-external-format ((s basic-file-stream)) 775 (basic-file-stream.external-format s)) 776 777 (defmethod (setf file-stream-external-format) (new (s basic-file-stream)) 778 (setf (basic-file-stream.external-format s) new)) 779 780 773 781 (defmethod stream-external-format ((s broadcast-stream)) 774 782 (let* ((last (last-broadcast-stream s)))
Note:
See TracChangeset
for help on using the changeset viewer.
