Giant edit to remove most of the now-obsolete guarantee-FOO bindings.
authorChris Hanson <org/chris-hanson/cph>
Thu, 2 Mar 2017 07:33:34 +0000 (23:33 -0800)
committerChris Hanson <org/chris-hanson/cph>
Thu, 2 Mar 2017 07:33:34 +0000 (23:33 -0800)
commit2908767340badd5962ab0bb2578e315d29cb3176
tree271a3745f4f7ab723894c1b1124a18061d01392b
parent192f8b7bfaef46e1351bee0959d0c82cdf0398bd
Giant edit to remove most of the now-obsolete guarantee-FOO bindings.
155 files changed:
doc/ref-manual/io.texi
doc/ref-manual/procedures.texi
src/6001/arith.scm
src/6001/edextra.scm
src/6001/floppy.scm
src/6001/pic-imag.scm
src/6001/picture.scm
src/compiler/back/lapgn1.scm
src/compiler/back/regmap.scm
src/compiler/base/crsend.scm
src/compiler/base/utils.scm
src/compiler/fggen/canon.scm
src/compiler/fggen/fggen.scm
src/compiler/fgopt/blktyp.scm
src/compiler/fgopt/closan.scm
src/compiler/fgopt/contan.scm
src/compiler/fgopt/folcon.scm
src/compiler/fgopt/operan.scm
src/compiler/fgopt/outer.scm
src/compiler/fgopt/param.scm
src/compiler/fgopt/reord.scm
src/compiler/fgopt/reuse.scm
src/compiler/fgopt/sideff.scm
src/compiler/fgopt/simple.scm
src/compiler/improvements/gasn.scm
src/compiler/machines/C/decls.scm
src/compiler/machines/i386/decls.scm
src/compiler/machines/i386/rulrew.scm
src/compiler/machines/svm/assembler-compiler.scm
src/compiler/machines/svm/assembler-runtime.scm
src/compiler/machines/svm/decls.scm
src/compiler/machines/svm/lapgen.scm
src/compiler/machines/svm/machine.scm
src/compiler/machines/svm/rules.scm
src/compiler/machines/x86-64/decls.scm
src/compiler/machines/x86-64/rulrew.scm
src/compiler/rtlbase/rtlexp.scm
src/compiler/rtlgen/rtlgen.scm
src/compiler/rtlopt/rdflow.scm
src/compiler/rtlopt/rtlcsm.scm
src/cref/conpkg.scm
src/cref/redpkg.scm
src/edwin/abbrev.scm
src/edwin/basic.scm
src/edwin/bufcom.scm
src/edwin/buffer.scm
src/edwin/comint.scm
src/edwin/comtab.scm
src/edwin/curren.scm
src/edwin/dabbrev.scm
src/edwin/dosfile.scm
src/edwin/edwin.pkg
src/edwin/evlcom.scm
src/edwin/fileio.scm
src/edwin/info.scm
src/edwin/input.scm
src/edwin/intmod.scm
src/edwin/keymap.scm
src/edwin/linden.scm
src/edwin/nntp.scm
src/edwin/print.scm
src/edwin/process.scm
src/edwin/prompt.scm
src/edwin/rfc822.scm
src/edwin/rmail.scm
src/edwin/sendmail.scm
src/edwin/simple.scm
src/edwin/snr.scm
src/edwin/string.scm
src/edwin/unix.scm
src/edwin/utils.scm
src/edwin/vc.scm
src/edwin/vhdl.scm
src/etc/ucd-converter.scm
src/imail/imail-imap.scm
src/imail/imail-mime.scm
src/imail/imail-summary.scm
src/imail/imail-top.scm
src/microcode/makegen/makegen.scm
src/runtime/boole.scm
src/runtime/condvar.scm
src/runtime/contin.scm
src/runtime/datime.scm
src/runtime/defstr.scm
src/runtime/dosprm.scm
src/runtime/dospth.scm
src/runtime/dynamic.scm
src/runtime/error.scm
src/runtime/fixart.scm
src/runtime/floenv.scm
src/runtime/gcnote.scm
src/runtime/generic.scm
src/runtime/genio.scm
src/runtime/gentag.scm
src/runtime/global.scm
src/runtime/hashtb.scm
src/runtime/http-client.scm
src/runtime/http-syntax.scm
src/runtime/httpio.scm
src/runtime/integer-bits.scm
src/runtime/lambda-list.scm
src/runtime/list.scm
src/runtime/mit-macros.scm
src/runtime/ntprm.scm
src/runtime/parse.scm
src/runtime/pathnm.scm
src/runtime/pgsql.scm
src/runtime/process.scm
src/runtime/record.scm
src/runtime/rep.scm
src/runtime/rexp.scm
src/runtime/rfc2822-headers.scm
src/runtime/runtime.pkg
src/runtime/scode.scm
src/runtime/sfile.scm
src/runtime/srfi-1.scm
src/runtime/stream.scm
src/runtime/structure-parser.scm
src/runtime/syntax-environment.scm
src/runtime/syntax.scm
src/runtime/thread-barrier.scm
src/runtime/thread-queue.scm
src/runtime/thread.scm
src/runtime/tvector.scm
src/runtime/udata.scm
src/runtime/uenvir.scm
src/runtime/unpars.scm
src/runtime/unsyn.scm
src/runtime/unxprm.scm
src/runtime/uproc.scm
src/runtime/url.scm
src/runtime/usrint.scm
src/runtime/vector.scm
src/sf/analyze.scm
src/sf/emodel.scm
src/sf/object.scm
src/sf/pardec.scm
src/sf/subst.scm
src/sf/tables.scm
src/sf/toplev.scm
src/sos/class.scm
src/sos/instance.scm
src/sos/macros.scm
src/sos/method.scm
src/ssp/mod-lisp.scm
src/star-parser/shared.scm
src/win32/graphics.scm
src/xdoc/validate-xdoc.scm
src/xdoc/xdoc.scm
src/xml/xhtml.scm
src/xml/xml-names.scm
src/xml/xml-parser.scm
src/xml/xml-struct.scm
tests/runtime/test-dynamic-env.scm
tests/runtime/test-srfi-1.scm