diff options
author | Ludovic Court`es | 2007-03-08 18:15:01 +0000 |
---|---|---|
committer | Ludovic Court`es | 2007-03-08 18:15:01 +0000 |
commit | 02d895fdff9949c2f97afc4d51fa79feb39aaf66 (patch) | |
tree | 32ddfbd6e0c99e402c5a0d549500a545cbe0e3dc /ChangeLog | |
parent | 051e3c9a56fbb4598d5a57e17efe6a23ea5235ea (diff) | |
parent | 5c472e01c77418125580627c5ee572c148b19079 (diff) | |
download | skribilo-02d895fdff9949c2f97afc4d51fa79feb39aaf66.tar.gz skribilo-02d895fdff9949c2f97afc4d51fa79feb39aaf66.tar.lz skribilo-02d895fdff9949c2f97afc4d51fa79feb39aaf66.zip |
evaluator: Modularized the evaluation process.
* src/guile/skribilo/evaluator.scm (evaluate-ast-from-port): New. Based
on code formerly in `evaluate-document-from-port'. Pass
`(current-module)' instead of `module' when invoking `%evaluate'.
(evaluate-document-from-port): Use it.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-61
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -2,6 +2,25 @@ # arch-tag: automatic-ChangeLog--skribilo@sv.gnu.org--2006/skribilo--devo--1.2 # +2007-03-08 18:15:01 GMT Ludovic Court`es <ludovic.courtes@laas.fr> patch-61 + + Summary: + evaluator: Modularized the evaluation process. + Revision: + skribilo--devo--1.2--patch-61 + + * src/guile/skribilo/evaluator.scm (evaluate-ast-from-port): New. Based + on code formerly in `evaluate-document-from-port'. Pass + `(current-module)' instead of `module' when invoking `%evaluate'. + (evaluate-document-from-port): Use it. + + modified files: + ChangeLog src/guile/skribilo/evaluator.scm + + new patches: + lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-20 + + 2007-03-08 18:13:30 GMT Ludovic Court`es <ludovic.courtes@laas.fr> patch-60 Summary: |