0.pre7.14.flaky4.12:
authorWilliam Harold Newman <william.newman@airmail.net>
Sat, 25 Aug 2001 19:12:51 +0000 (19:12 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Sat, 25 Aug 2001 19:12:51 +0000 (19:12 +0000)
commitfc047ff117f27af43d5d78ddc28ddac24739653b
treefde5895ab4c1b4eef3486583b3bde8b354bb4f7f
parent947522ee16a30d43466c8f86efacee7003e5d85f
0.pre7.14.flaky4.12:
commented out MNA's HANDLER-CASE patch from sbcl-dev 2001-07-16
(merged in sbcl-0.6.12.51) in favor of the grotty old
THROW/CATCH code, since the MNA code causes
(DEFUN FOO1I ()
  (IF (NOT (IGNORE-ERRORS
     (MAKE-PATHNAME :HOST "FOO"
    :DIRECTORY "!BLA"
    :NAME "BAR")))
      (PRINT "OK")
      (ERROR "NOTUNLESSNOT")))
to be compiled incorrectly. (I rather suspect that
may not be a bug in the patch, but instead that the
correct code generated by the patch exercises a bug
elsewhere in the compiler.)
redid indentation in MNA HANDLER-CASE code
fixed #!+X86 (was #+X86) conditionalization in MNA
HANDLER-CASE code
BUGS
src/code/early-target-error.lisp
tests/pathnames.impure.lisp
version.lisp-expr