[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: RWK at MIT-MC, (BUG LISP) at MIT-MC
- From: HIC at MIT-MC (Howard I. Cannon)
- Date: Mon, 21 Aug 78 05:14:00 GMT
- Original-date: 21 AUG 1978 0114-EDT
Date: 12 AUG 1978 0805-EDT
From: RWK at MIT-MC (Robert W. Kerns)
:L
Alloc? N
(SETQ FOO (OPEN 'TTY: '(SINGLE FIXNUM)))
(IN FOO)^G
MPV; TTYIC1+2>>HLR R,(TT) R/ SETZ C 116003/ ??
--------
I believe I have finally fixed a long-standing "misfeature" of LISP.
I have changed the channel allocation algorithm so that lower channel
numbers are allocated first (how does this win, you may ask). Well,
since ITS interrupts on the lowest TTY channel, the canonical TTY channel
will now initially be the lowest!! Therefore, this bug (which occured because
the ^G interrupt occured in the new channel) and probablky
many other oddities will now have been corrected. On the other hand, I have
probably just screwed N people who relied on this manic behaviour....
--howard