0.pre7.50:
authorWilliam Harold Newman <william.newman@airmail.net>
Sat, 6 Oct 2001 19:54:38 +0000 (19:54 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Sat, 6 Oct 2001 19:54:38 +0000 (19:54 +0000)
commit667ec9d494530079bef28e8589dd0d3274b935ec
tree6387badea76027d790eb6156cddcba295aca88e7
parentdec94b039e8ec90baf21463df839a6181de606f6
0.pre7.50:
deleting more old byte-compiler/byte-interpreter stuff..
..find . -name *.lisp | xargs egrep -i 'byte.*interp'
..and egrep -i 'interp.*byte'
..and egrep -i 'byte.*component'
..and egrep -i 'interpreted-frame'
..and egrep -i 'byte.*code'
..and egrep -i 'byte.*fun'
..and egrep -i 'byte.*closure'
..no longer need POSSIBLY-AN-INTERPRETED-FRAME or
FRAME-REAL-FRAME, and some nearby debug-int.lisp stuff
gets simpler too
s/"Returns /"Return / in doc strings (and impatiently try to
make corresponding grammatical changes too)
s/immediate-types/*immediate-types*/
s/function-header-types/*function-header-types*/
50 files changed:
doc/compiler.sgml
doc/sbcl.1
package-data-list.lisp-expr
src/code/array.lisp
src/code/class.lisp
src/code/debug-int.lisp
src/code/debug.lisp
src/code/early-extensions.lisp
src/code/early-fasl.lisp
src/code/early-setf.lisp
src/code/fdefinition.lisp
src/code/filesys.lisp
src/code/float.lisp
src/code/fop.lisp
src/code/interr.lisp
src/code/irrat.lisp
src/code/list.lisp
src/code/load.lisp
src/code/numbers.lisp
src/code/pred.lisp
src/code/print.lisp
src/code/reader.lisp
src/code/seq.lisp
src/code/stream.lisp
src/code/symbol.lisp
src/code/target-char.lisp
src/code/target-error.lisp
src/code/target-hash-table.lisp
src/code/target-misc.lisp
src/code/target-package.lisp
src/code/target-pathname.lisp
src/code/time.lisp
src/code/x86-vm.lisp
src/compiler/alpha/type-vops.lisp
src/compiler/backend.lisp
src/compiler/codegen.lisp
src/compiler/disassem.lisp
src/compiler/dump.lisp
src/compiler/envanal.lisp
src/compiler/generic/early-objdef.lisp
src/compiler/ir1tran.lisp
src/compiler/knownfun.lisp
src/compiler/x86/type-vops.lisp
src/pcl/gray-streams.lisp
src/runtime/gc.c
src/runtime/gencgc.c
src/runtime/purify.c
tests/interface.pure.lisp
tests/stress-gc.lisp
version.lisp-expr