0.pre7.135:
authorWilliam Harold Newman <william.newman@airmail.net>
Tue, 15 Jan 2002 23:53:50 +0000 (23:53 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Tue, 15 Jan 2002 23:53:50 +0000 (23:53 +0000)
commit08307967c71c580058a503d46aa087cfefcf8c69
tree010bc3cb30efda27cf96ce48f92e43fa4185f005
parent66187cb2c39eb11c33451c64d90a644961fd0b46
0.pre7.135:
DO-FOO should be used for iteration names, not other things...
...s/do-assembly/emit-assembly-code-not-vops-p/
...s/do-truncate/return-quotient-leaving-remainder/
...s/do-constant-bit-bash/constant-bit-bash/
...s/do-unary-bit-bash/unary-bit-bash/
...s/do-do-body/frob-do-body/
...s/do-dd-inclusion-stuff/frob-dd-inclusion-stuff/
...s/do-output/frob-output/
...s/do-input/frob-input/
...s/do-old-rename/rename-the-old-one/
...s/do-load-verbose/maybe-announce-load/
...s/do-nothing/no-op-placeholder/
...s/do-pending-interrupt/receive-pending-interrupt/
...s/do-load-time-code-fixup/envector-load-time-code-fixup/
...s/do-type-warning/emit-type-warning/
...s/do-the-stuff/ir1ize-the-or-values/
...I'm not sure enough about behavior of VOP names to mess with
DO-MAKE-VALUE-CELL immediately, but at least I can
rename the MAKE-VALUE-CELL event to MAKE-VALUE-CELL-EVENT
to start to untangle the names here.
...s/do-save-p-stuff/conflictize-save-p-vop/
...s/do-coerce-efficiency-note/maybe-emit-coerce-efficiency-note/
...s/do-offs-hooks/call-offs-hooks/
...s/do-fun-hooks/call-fun-hooks/
...s/do-short-method-combination/short-combine-methods/
...s/do-tests/run-tests/
fixed dumb oversight in debug.impure.lisp
30 files changed:
doc/compiler.sgml
package-data-list.lisp-expr
src/assembly/assemfile.lisp
src/code/ansi-stream.lisp
src/code/bignum.lisp
src/code/bit-bash.lisp
src/code/cold-init.lisp
src/code/defboot.lisp
src/code/defstruct.lisp
src/code/fd-stream.lisp
src/code/load.lisp
src/code/primordial-extensions.lisp
src/code/signal.lisp
src/code/stream.lisp
src/code/target-load.lisp
src/code/target-signal.lisp
src/code/x86-vm.lisp
src/compiler/alpha/system.lisp
src/compiler/checkgen.lisp
src/compiler/ir1-translators.lisp
src/compiler/ir1tran.lisp
src/compiler/ir2tran.lisp
src/compiler/life.lisp
src/compiler/represent.lisp
src/compiler/target-disassem.lisp
src/compiler/x86/system.lisp
src/pcl/defcombin.lisp
src/pcl/time.lisp
tests/debug.impure.lisp
version.lisp-expr