0.8.5.29:
authorChristophe Rhodes <csr21@cam.ac.uk>
Mon, 10 Nov 2003 23:26:37 +0000 (23:26 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Mon, 10 Nov 2003 23:26:37 +0000 (23:26 +0000)
commit4ed3f0d08c3a57a6762018d9622f253ab9d0f2b6
tree5c3429f81a77544c63c61836580b8859cf98240d
parent7f321020769583880612fe291367b0141a88ab2a
0.8.5.29:
Completely boring housekeeping commit
... rename grovel_headers.c to grovel-headers.c, as that underscore
was the only non-logical-pathname-compliant character in
the whole of the source and objects filenames.
... delete all redundant sb!vm: prefixes throughout
src/compiler/$arch/*.lisp
... nothing interesting at all, in fact.  Builds and passes tests
on at least x86 and sparc.
44 files changed:
make-target-1.sh
package-data-list.lisp-expr
src/compiler/alpha/arith.lisp
src/compiler/alpha/array.lisp
src/compiler/alpha/char.lisp
src/compiler/alpha/debug.lisp
src/compiler/alpha/macros.lisp
src/compiler/alpha/nlx.lisp
src/compiler/alpha/vm.lisp
src/compiler/generic/vm-fndb.lisp
src/compiler/hppa/arith.lisp
src/compiler/hppa/array.lisp
src/compiler/hppa/insts.lisp
src/compiler/hppa/vm.lisp
src/compiler/mips/arith.lisp
src/compiler/mips/array.lisp
src/compiler/mips/vm.lisp
src/compiler/ppc/arith.lisp
src/compiler/ppc/array.lisp
src/compiler/ppc/call.lisp
src/compiler/ppc/cell.lisp
src/compiler/ppc/char.lisp
src/compiler/ppc/debug.lisp
src/compiler/ppc/float.lisp
src/compiler/ppc/insts.lisp
src/compiler/ppc/macros.lisp
src/compiler/ppc/memory.lisp
src/compiler/ppc/nlx.lisp
src/compiler/ppc/parms.lisp
src/compiler/ppc/system.lisp
src/compiler/ppc/vm.lisp
src/compiler/sparc/arith.lisp
src/compiler/sparc/array.lisp
src/compiler/sparc/float.lisp
src/compiler/sparc/nlx.lisp
src/compiler/sparc/vm.lisp
src/compiler/x86/arith.lisp
src/compiler/x86/array.lisp
src/compiler/x86/insts.lisp
tools-for-build/.cvsignore
tools-for-build/Makefile
tools-for-build/grovel-headers.c [new file with mode: 0644]
tools-for-build/grovel_headers.c [deleted file]
version.lisp-expr