rename goto/args and friends to tail-call, tail-apply, etc
authorAndy Wingo <wingo@pobox.com>
Sun, 3 Jan 2010 13:49:40 +0000 (14:49 +0100)
committerAndy Wingo <wingo@pobox.com>
Sun, 3 Jan 2010 13:49:40 +0000 (14:49 +0100)
commita5bbb22e83fc724650973dab5eb6f3eccbc1f65c
tree159cc5d4077ab01c6b8139edd8a39b23199cbdb0
parent87a6a23669dc534df5d3de146e77efd3a2bafb22
rename goto/args and friends to tail-call, tail-apply, etc

* libguile/vm-i-system.c (tail-call, tail-call/nargs, tail-apply)
  (tail-call/cc): Rename these back to tail-* from goto/*. We should
  reserve the rename-then-goto name for when you actually do a rename
  and goto, not when you shuffle the stack.

* doc/ref/vm.texi:
* module/language/glil/decompile-assembly.scm:
* module/language/tree-il/compile-glil.scm:
* test-suite/tests/tree-il.test: Adapt all callers and documentation.
doc/ref/vm.texi
libguile/vm-i-system.c
module/language/glil/decompile-assembly.scm
module/language/tree-il/compile-glil.scm
test-suite/tests/tree-il.test