0.8.20.1: fun-name fun, debugger debugged
authorNikodemus Siivola <nikodemus@random-state.net>
Tue, 1 Mar 2005 10:21:27 +0000 (10:21 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Tue, 1 Mar 2005 10:21:27 +0000 (10:21 +0000)
commitbea5b384106a6734a4b280a76e8ebdd4d51b5323
tree7ccad5206a0400f47cf929aaa07f6bed376e29fb
parent862491df05edbbfa9a5fe145d334f202e9e3758c
0.8.20.1: fun-name fun, debugger debugged
           * fix bug 32: print closures as #<CLOSURE name-goes-here>.
           * fix bug 33: better inspection of closures
           * remove bug 60: LIST-LOCATIONS has been deleted at some
              point in history, no point in keeping a bug about it.
           * move to using structured function names: (XEP FOO), etc
              instead of "XEP for FOO". Ditto for component names.
           * unless SB-DEBUG:*SHOW-ENTRY-POINT-DETAILS* is true
              display various entry points in backtraces as if they were
              "normal functions", and adjust the argument list accordingly.
           * fix for debugger I/O style issues: use *DEBUG-IO*, not
              *STANDARD-OUTPUT*.
           * use INTERACTIVE-EVAL in the debugger instead of reimplementing
              it.
           * update debugger documentation.
32 files changed:
BUGS
NEWS
contrib/sb-introspect/sb-introspect.lisp
doc/manual/debugger.texinfo
doc/manual/start-stop.texinfo
package-data-list.lisp-expr
src/code/debug-info.lisp
src/code/debug-int.lisp
src/code/debug.lisp
src/code/defboot.lisp
src/code/defmacro.lisp
src/code/early-extensions.lisp
src/code/inspect.lisp
src/code/macros.lisp
src/code/pprint.lisp
src/code/print.lisp
src/code/target-misc.lisp
src/code/toplevel.lisp
src/code/typecheckfuns.lisp
src/compiler/dfo.lisp
src/compiler/early-c.lisp
src/compiler/ir1-translators.lisp
src/compiler/ir1opt.lisp
src/compiler/ir1tran-lambda.lisp
src/compiler/ir1tran.lisp
src/compiler/locall.lisp
src/compiler/main.lisp
src/compiler/node.lisp
src/compiler/physenvanal.lisp
src/compiler/policies.lisp
tests/debug.impure.lisp
version.lisp-expr