guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] branch lloda-array-support updated (0f25904 -> 95de4f5)


From: Daniel Llorens
Subject: [Guile-commits] branch lloda-array-support updated (0f25904 -> 95de4f5)
Date: Fri, 12 Dec 2014 08:59:32 +0000

lloda pushed a change to branch lloda-array-support
in repository guile.

      from  0f25904   Intern general arrays
      adds  7f2c824   Merge branch 'lloda-array-support'
      adds  18c44b2   web: Location header is URI-reference; better 
URI-reference support
      adds  3f826e3   texinfo: fix @url{@@} parsing
      adds  7974c57   Assignment conversion in the interpreter
      adds  cfdc841   Simplify the interpreter for trivial inits and no letrec
      adds  99fb07e   Add capture-env to evaluator
      adds  a3cae84   Closure conversion in evaluator
      adds  e6a42e6   Simplify variable resolution in the evaluator
      adds  5bfc065   Minor evaluator tweaks
      adds  dc33a94   Fix syntax.test
      adds  95de4f5   Convert primitive-eval to "compile" its expressions to 
linked closures

No new revisions were added by this update.

Summary of changes:
 libguile/eval.c                |  149 +++----
 libguile/expand.c              |  418 ++++++++++++++++-
 libguile/expand.h              |    4 +-
 libguile/memoize.c             |  461 +++++++++---------
 libguile/memoize.h             |   13 +-
 module/ice-9/eval.scm          | 1038 ++++++++++++++++++++-------------------
 module/texinfo.scm             |    2 +-
 module/web/client.scm          |    3 +-
 module/web/http.scm            |   56 ++-
 module/web/request.scm         |    8 +-
 module/web/uri.scm             |   48 ++-
 test-suite/tests/syntax.test   |   31 +-
 test-suite/tests/texinfo.test  |    4 +
 test-suite/tests/web-http.test |    8 +
 test-suite/tests/web-uri.test  |  347 +++++++++++++-
 15 files changed, 1691 insertions(+), 899 deletions(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]