0.pre7.137:
authorWilliam Harold Newman <william.newman@airmail.net>
Wed, 16 Jan 2002 15:40:14 +0000 (15:40 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Wed, 16 Jan 2002 15:40:14 +0000 (15:40 +0000)
commit0bca0cb1bf5ce5572ab5cd7ba59f87fed1f2edb0
tree629f5c4d3184d75e159a7f51370543186f0dc900
parent80304981972c91c1b3f3fca75f36dacf1fecf307
0.pre7.137:
more ARGUMENT-to-ARG abbreviation, mostly from egrepping
'def[^ ]* \(*[^ ]*argument'...
...s/standard-argument/standard-arg/
...s/char-argument/char-arg/
...s/float-argument/float-arg/
...s/move-argument/move-arg/
...s/sap-argument/sap-arg/
...s/argument-type/arg-type/
...s/word-argument/word-arg/
...s/with-argument/with-arg/
...s/without-argument/without-arg/
...s/arguments-option/args-option/
...s/argument-precedence/arg-precedence/
renamed DEFSTRUCT ARGUMENT to DEFSTRUCT ARG
removed BUGS 130 as per CSR sbcl-devel 2002-01-16
cut DB's slam.sh notes from CLiki SBCL internals slam.sh
page, pasted them into slam.sh comments, and rewrote
them some
25 files changed:
BUGS
package-data-list.lisp-expr
slam.sh
src/compiler/alpha/call.lisp
src/compiler/alpha/char.lisp
src/compiler/alpha/float.lisp
src/compiler/alpha/insts.lisp
src/compiler/alpha/move.lisp
src/compiler/alpha/sap.lisp
src/compiler/backend.lisp
src/compiler/disassem.lisp
src/compiler/ir2tran.lisp
src/compiler/meta-vmdef.lisp
src/compiler/represent.lisp
src/compiler/vop.lisp
src/compiler/x86/c-call.lisp
src/compiler/x86/call.lisp
src/compiler/x86/char.lisp
src/compiler/x86/float.lisp
src/compiler/x86/insts.lisp
src/compiler/x86/move.lisp
src/compiler/x86/sap.lisp
src/pcl/defcombin.lisp
src/pcl/vector.lisp
version.lisp-expr