[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
TOPS-20 I/O
- To: (BUG LISP) at MIT-MC
- Subject: TOPS-20 I/O
- From: JONL at MIT-MC (Jon L White)
- Date: Fri, 4 May 79 21:52:00 GMT
- Original-date: 4 MAY 1979 1752-EDT
Some bugs I' recently aware of
1) OPENs on the TTY device have a low probability of winning, in particular
(OPEN '((TTY)) '(IN FIXNUM SINGLE TTY)) produces a file object which
barfs when you try IN on it; some other options even cause an Ilgl mem
ref.
2) OPEN with the APPEND option fails.