1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 20:00:19 +02:00
guile/module/language/ecmascript
Andy Wingo 7081d4f981 rename <application> to <call>
* doc/ref/compiler.texi (The Scheme Compiler): Update docs.

* libguile/expand.h:
* libguile/expand.c:
* module/language/tree-il.scm: Rename <application> to <call>.  Change
  the external representation from (apply proc arg ...) to (call proc
  arg ...).

* libguile/memoize.c:
* module/ice-9/psyntax-pp.scm:
* module/ice-9/psyntax.scm:
* module/language/brainfuck/compile-tree-il.scm:
* module/language/ecmascript/compile-tree-il.scm:
* module/language/elisp/compile-tree-il.scm:
* module/language/tree-il/analyze.scm:
* module/language/tree-il/compile-glil.scm:
* module/language/tree-il/fix-letrec.scm:
* module/language/tree-il/inline.scm:
* module/language/tree-il/primitives.scm:
* test-suite/tests/tree-il.test: Update all callers.
2011-06-02 13:42:55 +02:00
..
array.scm fix array bugs in ecmascript 2010-03-31 22:31:11 +02:00
base.scm Fix typos leading to unbound variable references. 2009-10-22 22:57:25 +02:00
compile-tree-il.scm rename <application> to <call> 2011-06-02 13:42:55 +02:00
function.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
impl.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
parse.scm Parse Decimal Numbers 2011-01-26 23:47:29 +01:00
spec.scm remove `version' field from <language> 2010-05-02 11:19:13 +02:00
tokenize.scm Fix Hex Constants 2011-01-26 23:45:33 +01:00