guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] [SCM] GNU Guile branch, master, updated. b1e93821a3065f1


From: Andy Wingo
Subject: [Guile-commits] [SCM] GNU Guile branch, master, updated. b1e93821a3065f1ebccc55dadf678bda75c0f34d
Date: Tue, 21 Apr 2009 21:45:07 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

The branch, master has been updated
       via  b1e93821a3065f1ebccc55dadf678bda75c0f34d (commit)
       via  928258fbf2bfd453930cd5d6c0f7ba59a221fe64 (commit)
       via  181f1cd7d0b9f6ab3035f615142dabf6f63d0583 (commit)
       via  ae6bba7f9c5fd712b3177b067a03e8e8277a94c3 (commit)
       via  b7e6589fff9fe85c46519ba20d45bf599ea56ffd (commit)
      from  dec62b5ef8f03c17f95a89a38c27128b10a41f28 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b1e93821a3065f1ebccc55dadf678bda75c0f34d
Author: Andy Wingo <address@hidden>
Date:   Mon Mar 9 22:01:27 2009 +0100

    fix begin-deprecated
    
    * module/ice-9/boot-9.scm (begin-deprecated): Fix to output source code,
      doh.

commit 928258fbf2bfd453930cd5d6c0f7ba59a221fe64
Author: Andy Wingo <address@hidden>
Date:   Mon Mar 9 21:40:30 2009 +0100

    tweaks to boot-9
    
    * module/ice-9/boot-9.scm: Move the r4rs init up to the top.
      (try-module-autoload): Don't use with-fluids before it's defined.

commit 181f1cd7d0b9f6ab3035f615142dabf6f63d0583
Author: Andy Wingo <address@hidden>
Date:   Mon Mar 9 21:09:22 2009 +0100

    allow eval to be called before modules are booted
    
    * libguile/eval.c (scm_eval): If the module system isn't booted, assert
      not on the module argument.

commit ae6bba7f9c5fd712b3177b067a03e8e8277a94c3
Author: Andy Wingo <address@hidden>
Date:   Mon Mar 9 20:52:45 2009 +0100

    commit some tweaks to expand.scm, likely obviated by syncase though
    
    * module/language/scheme/expand.scm (re-annotate, expand): A couple of
      speculative cases for dealing with syncase better -- but all of this
      code is likely to go.

commit b7e6589fff9fe85c46519ba20d45bf599ea56ffd
Author: Andy Wingo <address@hidden>
Date:   Mon Mar 9 20:49:54 2009 +0100

    scm_[current_]module_transformer returns the %pre-modules-transformer, if 
set
    
    * libguile/modules.c (scm_module_transformer)
      (scm_current_module_transformer): So, if the module system hasn't yet
      booted, take the current transformer from a variable named
      %pre-modules-transformer from the %pre-modules-obarray. This is a
      prequel to booting syncase early in boot-9.

-----------------------------------------------------------------------

Summary of changes:
 libguile/eval.c                   |    3 ++-
 libguile/modules.c                |   18 ++++++++++++------
 module/ice-9/boot-9.scm           |   20 ++++++++++----------
 module/language/scheme/expand.scm |    6 +++---
 4 files changed, 27 insertions(+), 20 deletions(-)


hooks/post-receive
--
GNU Guile




reply via email to

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