0.pre7.127:
authorWilliam Harold Newman <william.newman@airmail.net>
Sun, 13 Jan 2002 21:44:04 +0000 (21:44 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Sun, 13 Jan 2002 21:44:04 +0000 (21:44 +0000)
commitd40a76606c86722b0aef8179155f9f2840739b72
tree0f83872e05116c73bec19c6ef2cdfc9d596bb1d4
parented7ba4dad8a79726fdfeba5aa12e276ea852c540
0.pre7.127:
(There were >300 matches to
"egrep -sn '^\(def[^(;&]*function' ..." before.)
s/to-function/to-fun/
s/hook-function/hook-fun/
s/describe-function/describe-fun/
s/bogo-function/bogo-fun/
s/fop-fun/fop-fun/
s/not-function/not-fun/
s/named-function/named-fun/
s/nil-function/nil-fun/
s/\<t-function/t-fun/
s/simple-function/simple-fun/
s/function-call/fun-call/
s/move-function/move-fun/
s/traced-function/traced-fun/
s/function-or-lose/fun-or-lose/
s/disassemble-function/disassemble-fun/
s/get-function/get-fun/
s/output-function/output-fun/
s/1[-a-z0-9]*function/1$1fun/
s/note-function/note-fun/
s/check-function/check-fun/
s/function-cache/fun-cache/
s/disassem-function/disassem-fun/
s/function-cost/fun-guessed-cost/
s/function-value/fun-value/
not just s/function/fun/, but also clearing up mess of (1)
LOSSAGE/SLIME (esp. SLIME), what do they mean? and
(2) "ERROR" and "WARNING" used in names even though
the condition system isn't involved...
...s/error-function/lossage-fun/
...s/warning-function/unwinnage-fun/
...s/slime/unwinnage/
other confusion/inconstency...
...s/compiler-style-warning/compiler-style-warn/ when used
as verb (as opposed to used as condition name)
...and similarly for s/compiler-warning/compiler-warn/
s/test-function/test-fun/
s/\*test-fun\*/*ctype-test-fun*/
(There are now some 230 hits to the egrep at the start, mostly in
src/pcl/*, where I'm trying to tread lightly to avoid
gratuitously breaking quasistandard MOPish things.)
64 files changed:
TODO
package-data-list.lisp-expr
src/code/bignum.lisp
src/code/coerce.lisp
src/code/debug-int.lisp
src/code/debug.lisp
src/code/describe.lisp
src/code/dyncount.lisp
src/code/early-fasl.lisp
src/code/fop.lisp
src/code/interr.lisp
src/code/load.lisp
src/code/ntrace.lisp
src/code/parse-defmacro.lisp
src/code/pprint.lisp
src/code/print.lisp
src/code/profile.lisp
src/code/target-error.lisp
src/cold/snapshot.lisp
src/compiler/alpha/call.lisp
src/compiler/alpha/float.lisp
src/compiler/alpha/move.lisp
src/compiler/alpha/type-vops.lisp
src/compiler/checkgen.lisp
src/compiler/compiler-error.lisp
src/compiler/constraint.lisp
src/compiler/ctype.lisp
src/compiler/debug.lisp
src/compiler/disassem.lisp
src/compiler/dump.lisp
src/compiler/generic/core.lisp
src/compiler/generic/genesis.lisp
src/compiler/generic/interr.lisp
src/compiler/generic/target-core.lisp
src/compiler/generic/vm-type.lisp
src/compiler/info-functions.lisp
src/compiler/ir1-translators.lisp
src/compiler/ir1final.lisp
src/compiler/ir1opt.lisp
src/compiler/ir1tran.lisp
src/compiler/ir1util.lisp
src/compiler/ir2tran.lisp
src/compiler/locall.lisp
src/compiler/ltn.lisp
src/compiler/main.lisp
src/compiler/meta-vmdef.lisp
src/compiler/pack.lisp
src/compiler/proclaim.lisp
src/compiler/represent.lisp
src/compiler/target-disassem.lisp
src/compiler/typetran.lisp
src/compiler/vop.lisp
src/compiler/x86/call.lisp
src/compiler/x86/float.lisp
src/compiler/x86/move.lisp
src/compiler/x86/type-vops.lisp
src/pcl/combin.lisp
src/pcl/fast-init.lisp
src/pcl/fngen.lisp
src/pcl/init.lisp
src/pcl/methods.lisp
src/pcl/walk.lisp
tests/interface.pure.lisp
version.lisp-expr