[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Guile-commits] [SCM] GNU Guile branch, master, updated. 8239263f86e9d37
From: |
Andy Wingo |
Subject: |
[Guile-commits] [SCM] GNU Guile branch, master, updated. 8239263f86e9d3782482e4da4b91d8fe490ac4ac |
Date: |
Wed, 22 Apr 2009 20:34:53 +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 8239263f86e9d3782482e4da4b91d8fe490ac4ac (commit)
via eb5d1f882672345231bca226e140b2a91718d348 (commit)
via efa6f9d944174427a3125aa4773e5f6a7e04acdd (commit)
from b1e93821a3065f1ebccc55dadf678bda75c0f34d (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 8239263f86e9d3782482e4da4b91d8fe490ac4ac
Author: Andy Wingo <address@hidden>
Date: Wed Apr 22 22:27:50 2009 +0200
fix erroneous #:use-syntax clausen
* module/system/repl/command.scm:
* module/system/repl/common.scm:
* module/system/repl/repl.scm:
* module/system/vm/debug.scm:
* module/system/vm/trace.scm: Change #:use-syntax to #:use-module, as
that's really what we want to do.
commit eb5d1f882672345231bca226e140b2a91718d348
Author: Andy Wingo <address@hidden>
Date: Wed Apr 22 22:23:43 2009 +0200
move pk, peek, and warn to the beginning of boot-9
* module/ice-9/boot-9.scm (peek, pk, warn): Move these helpers up to the
top. I like them!
(load-compiled): Don't define within an if, syncase doesn't like that.
commit efa6f9d944174427a3125aa4773e5f6a7e04acdd
Author: Andy Wingo <address@hidden>
Date: Wed Apr 22 00:17:22 2009 +0200
module-name before syncase is booted
* module/ice-9/boot-9.scm (module-name): Give psyntax a module-name
definition, even before psyntax is booted (in a future commit).
-----------------------------------------------------------------------
Summary of changes:
module/ice-9/boot-9.scm | 74 ++++++++++++++++----------------
module/language/ghil/compile-glil.scm | 2 +-
module/system/repl/command.scm | 2 +-
module/system/repl/common.scm | 2 +-
module/system/repl/repl.scm | 2 +-
module/system/vm/debug.scm | 2 +-
module/system/vm/trace.scm | 2 +-
7 files changed, 43 insertions(+), 43 deletions(-)
hooks/post-receive
--
GNU Guile
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Guile-commits] [SCM] GNU Guile branch, master, updated. 8239263f86e9d3782482e4da4b91d8fe490ac4ac,
Andy Wingo <=