summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarijn Schouten <hkbst@gentoo.org>2007-12-16 13:01:23 +0000
committerMarijn Schouten <hkbst@gentoo.org>2007-12-16 13:01:23 +0000
commitbdcabce1682454d66469ed99923bb783d73e14fe (patch)
tree9b7d5302a7015317947c2e6bfbb027db55101ed6 /dev-scheme/gambit/ChangeLog
parentbump (diff)
downloadgentoo-2-bdcabce1682454d66469ed99923bb783d73e14fe.tar.gz
gentoo-2-bdcabce1682454d66469ed99923bb783d73e14fe.tar.bz2
gentoo-2-bdcabce1682454d66469ed99923bb783d73e14fe.zip
bump
(Portage version: 2.1.4_rc10)
Diffstat (limited to 'dev-scheme/gambit/ChangeLog')
-rw-r--r--dev-scheme/gambit/ChangeLog19
1 files changed, 17 insertions, 2 deletions
diff --git a/dev-scheme/gambit/ChangeLog b/dev-scheme/gambit/ChangeLog
index d357d4b0bc1b..ec0b69e96e81 100644
--- a/dev-scheme/gambit/ChangeLog
+++ b/dev-scheme/gambit/ChangeLog
@@ -1,11 +1,26 @@
# ChangeLog for dev-scheme/gambit
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-scheme/gambit/ChangeLog,v 1.14 2007/11/18 18:29:34 hkbst Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-scheme/gambit/ChangeLog,v 1.15 2007/12/16 13:01:23 hkbst Exp $
+
+*gambit-4.1.1 (16 Dec 2007)
+
+ 16 Dec 2007; Marijn Schouten <hkBst@gentoo.org> +gambit-4.1.1.ebuild:
+ Changes:
+ Some of the REPL's debugging functionality is now available as
+ procedures (e.g. display-continuation-backtrace and display-
+ exception). These can be used to implement specialized debuggers or
+ error catchers.
+
+ Two new REPL commands have been added to inspect the environment of
+ closures (the command ",(e <closure>)") and to start a REPL in the
+ environment of a closure or continuation (the command ",(v <closure-or-
+ continuation>)").
*gambit-4.1.0 (18 Nov 2007)
18 Nov 2007; Marijn Schouten <hkBst@gentoo.org> +gambit-4.1.0.ebuild:
- bump
+ Don't enable syntax-case anymore by default.
+ It conflicts with gambit's own macro system.
*gambit-4.0.1 (12 Sep 2007)