Changeset 4928


Ignore:
Timestamp:
Jul 29, 2006, 5:26:10 AM (18 years ago)
Author:
Gary Byers
Message:

OPEN handles BASIC-STREAMs; not yet the default.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/level-1/l1-streams.lisp

    r4923 r4928  
    29052905                      (class 'fundamental-file-stream)
    29062906                      (elements-per-buffer *elements-per-buffer*)
    2907                       (sharing :private))
     2907                      (sharing :private)
     2908                      (basic nil))
    29082909  "Return a stream which reads from or writes to FILENAME.
    29092910  Defined keywords:
     
    29252926                          class
    29262927                          external-format
    2927                           sharing))
     2928                          sharing
     2929                          basic))
    29282930      (retry-open ()
    29292931                  :report (lambda (stream) (format stream "Retry opening ~s" filename))
Note: See TracChangeset for help on using the changeset viewer.