0.6.11.38:
authorWilliam Harold Newman <william.newman@airmail.net>
Mon, 16 Apr 2001 14:05:41 +0000 (14:05 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Mon, 16 Apr 2001 14:05:41 +0000 (14:05 +0000)
commit231721189e1e2431597dc013aaf5eee01bc41a51
tree4600cd8570e0bdf5ee099317ec43716d836970bf
parent2c6b90e36a7c0377cd79625eb6c94d580f98cb93
0.6.11.38:
got rid of CONDITION-FUNCTION-NAME logic, since it was messy
and it didn't work very well and, given BACKTRACE, it
seemed mostly redundant
bumped fasl file version since CONDITION layout changed
renamed FIND-CALLER-NAME to FIND-CALLER-NAME-AND-FRAME
used BREAK's *STACK-TOP-HINT* idiom in ERROR and CERROR too
removed PRINT-SIMPLE-ERROR stuff, so that SIMPLE-ERROR just
prints as SIMPLE-CONDITION
WHITESPACE-CHAR-P belongs in target-char.lisp (and in SB!INT).
13 files changed:
package-data-list.lisp-expr
src/code/cold-error.lisp
src/code/error.lisp
src/code/interr.lisp
src/code/late-target-error.lisp
src/code/load.lisp
src/code/parse-defmacro-errors.lisp
src/code/print.lisp
src/code/target-char.lisp
src/code/target-extensions.lisp
src/compiler/x86/backend-parms.lisp
src/pcl/std-class.lisp
version.lisp-expr