Eliminate use of list-head and list-tail.
authorChris Hanson <org/chris-hanson/cph>
Thu, 5 Dec 2019 00:21:06 +0000 (16:21 -0800)
committerChris Hanson <org/chris-hanson/cph>
Mon, 9 Dec 2019 09:49:29 +0000 (01:49 -0800)
commitd6b8dd2094d60880985c39b4d263f6ca1497f3bd
treee7608a54ebff55aa2ac4a92b4de799f2fd37b033
parent8ec6ea8fe7605b621afbba3f0c209041e5c2b1a1
Eliminate use of list-head and list-tail.

Also make reverse* an alias for append-reverse.
41 files changed:
src/compiler/base/sets.scm
src/compiler/fgopt/order.scm
src/compiler/fgopt/reuse.scm
src/compiler/fgopt/simapp.scm
src/compiler/machines/svm/assembler-compiler.scm
src/compiler/machines/x86-64/insmac.scm
src/compiler/rtlbase/rtlcon.scm
src/edwin/artdebug.scm
src/edwin/debug.scm
src/edwin/dired.scm
src/edwin/keymap.scm
src/edwin/kilcom.scm
src/edwin/nntp.scm
src/edwin/prompt.scm
src/edwin/rfc822.scm
src/edwin/shell.scm
src/edwin/snr.scm
src/etc/ucd-converter.scm
src/imail/imail-imap.scm
src/runtime/advice.scm
src/runtime/dbgutl.scm
src/runtime/debug.scm
src/runtime/defstr.scm
src/runtime/gcstat.scm
src/runtime/infutl.scm
src/runtime/list.scm
src/runtime/load.scm
src/runtime/mit-macros.scm
src/runtime/output-port.scm
src/runtime/pp.scm
src/runtime/record.scm
src/runtime/rep.scm
src/runtime/runtime.pkg
src/runtime/scan.scm
src/runtime/srfi-1.scm
src/runtime/string.scm
src/runtime/unix-pathname.scm
src/sf/reduct.scm
src/sos/generic.scm
tests/runtime/test-floenv.scm
tests/runtime/test-string.scm