[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Guile-commits] GNU Guile branch, master, updated. release_1-9-6-113-g91
From: |
Andy Wingo |
Subject: |
[Guile-commits] GNU Guile branch, master, updated. release_1-9-6-113-g913ddf0 |
Date: |
Sat, 09 Jan 2010 20:51:52 +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".
http://git.savannah.gnu.org/cgit/guile.git/commit/?id=913ddf05745a691c71291aba47fc901fc7ead1de
The branch, master has been updated
via 913ddf05745a691c71291aba47fc901fc7ead1de (commit)
from fc7648637b356078988ca1ed598e74c394beeaaa (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 913ddf05745a691c71291aba47fc901fc7ead1de
Author: Andy Wingo <address@hidden>
Date: Sat Jan 9 21:53:04 2010 +0100
slight tweak to stack narrowing in the debugger
* module/system/vm/debug.scm: Really narrow two frames and not by
function, so it works in the evaluator.
-----------------------------------------------------------------------
Summary of changes:
module/system/vm/debug.scm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/module/system/vm/debug.scm b/module/system/vm/debug.scm
index 935a938..ff4d000 100644
--- a/module/system/vm/debug.scm
+++ b/module/system/vm/debug.scm
@@ -367,7 +367,7 @@ With an argument, select a frame by index, then show it."
;; (state associated with vm ?)
(define (debug-pre-unwind-handler key . args)
- (let ((stack (make-stack #t debug-pre-unwind-handler)))
+ (let ((stack (make-stack #t 2)))
(pmatch args
((,subr ,msg ,args . ,rest)
(format #t "Throw to key `~a':\n" key)
hooks/post-receive
--
GNU Guile
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Guile-commits] GNU Guile branch, master, updated. release_1-9-6-113-g913ddf0,
Andy Wingo <=