1.0.13.3: Fix minor bug in INPUT-STREAM-P, OUTPUT-STREAM-P
commite98706e107b99ae4f0850f5275af4197501b42ce
authorRichard M Kreuter <kreuter@users.sourceforge.net>
Sun, 30 Dec 2007 22:30:34 +0000 (30 22:30 +0000)
committerRichard M Kreuter <kreuter@users.sourceforge.net>
Sun, 30 Dec 2007 22:30:34 +0000 (30 22:30 +0000)
treea5b207a0b71657be06f62155f6ef7f13bd4b4b75
parent3db2b1ac1449decbce23353d210033c740dfd888
1.0.13.3: Fix minor bug in INPUT-STREAM-P, OUTPUT-STREAM-P

* ANSI-STREAM-{INPUT,OUTPUT}-STREAM-P incorrectly assumed that a
  synonym stream's destination stream was an ANSI-STREAM, and so
  signaled errors when a synonym stream's target was a user-defined
  stream.  Reported by Jean-Philippe "Hexstream" Paradis in #lisp.

* Also add test for same.
src/code/stream.lisp
tests/stream.impure.lisp
version.lisp-expr