1.0.9.60: partial fix for bug in STREAM-ERROR :REPORT
authorWilliam Harold Newman <william.newman@airmail.net>
Sun, 16 Sep 2007 12:05:16 +0000 (12:05 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Sun, 16 Sep 2007 12:05:16 +0000 (12:05 +0000)
commit42702bd5e2af3e0042c9f27372c6f5d92335df12
treebf8138c5468160a89651c8abc1d683aea6436378
parentd446dd586b59edea428d612ad76267b9c1cacd9b
1.0.9.60: partial fix for bug in STREAM-ERROR :REPORT
* added a new (partially #+NILed out) test case for a bug in
  STREAM-ERROR :REPORT, where it expects STREAM-ERROR to have
  SIMPLE-CONDITION-like properties
* partial fix for bug in test case:
  ** Define SB-INT:SIMPLE-READER-ERROR which portably behaves
     the way that pre-ANSI code expected READER-ERROR to behave.
  ** Redo most internal references to READER-ERROR as references
     to SB-INT:SIMPLE-READER-ERROR.
* (This is only a partial fix because PARSE-ERROR and
  STREAM-ERROR still have similar issues.)
contrib/sb-cover/cover.lisp
package-data-list.lisp-expr
src/code/backq.lisp
src/code/condition.lisp
src/code/reader.lisp
src/code/sharpm.lisp
tests/condition.impure.lisp
version.lisp-expr