1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
|
# ChangeLog for dev-scheme/gambit
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-scheme/gambit/ChangeLog,v 1.18 2008/08/28 17:41:15 ulm Exp $
28 Aug 2008; Ulrich Mueller <ulm@gentoo.org> files/50gambit-gentoo.el,
gambit-4.0_beta22.ebuild, gambit-4.0.0.ebuild, gambit-4.0.1.ebuild,
gambit-4.1.0.ebuild, gambit-4.1.1.ebuild, gambit-4.1.2.ebuild:
Use elisp-compile instead of elisp-comp, bug 235883. Set load-path for
Emacs correctly.
28 Jul 2008; Panagiotis Christopoulos <pchrist@gentoo.org> metadata.xml:
Update metadata.xml to include USE flag descriptions. Entries taken from
profiles/use.local.desc
*gambit-4.1.2 (17 Dec 2007)
17 Dec 2007; Marijn Schouten <hkBst@gentoo.org> +gambit-4.1.2.ebuild:
bump
*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:
Don't enable syntax-case anymore by default.
It conflicts with gambit's own macro system.
*gambit-4.0.1 (12 Sep 2007)
12 Sep 2007; Marijn Schouten <hkBst@gentoo.org> +gambit-4.0.1.ebuild:
bump
02 Sep 2007; Marijn Schouten <hkBst@gentoo.org> gambit-4.0.0.ebuild:
inform the user about syntax-case per Etienne
02 Sep 2007; Marijn Schouten <hkBst@gentoo.org> gambit-4.0_beta22.ebuild,
gambit-4.0.0.ebuild:
add static use flag and move the gambcext config file to /etc where it
should be automatically config-protected (both after a request from Etienne
Bergeron <bergeret@iro.umontreal.ca>). Don't force -O1 anymore and move
single-host to big-iron as otherwise it crashes my machine as it runs out of
memory. Fix big-iron for beta22.
*gambit-4.0.0 (26 Aug 2007)
26 Aug 2007; Marijn Schouten <hkBst@gentoo.org> +gambit-4.0.0.ebuild:
bump to version 4 final
09 Jul 2007; Marijn Schouten <hkBst@gentoo.org> gambit-4.0_beta22.ebuild:
add emacs pre- and postlude, bug 184621
11 May 2007; Marijn Schouten <hkBst@gentoo.org> gambit-4.0_beta22.ebuild:
fix tests
11 May 2007; Marijn Schouten <hkBst@gentoo.org> gambit-4.0_beta22.ebuild:
add automatic loading of syntax-case. This may cause tests to fail. The
tests are probably faulty.
10 May 2007; Marijn Schouten <hkBst@gentoo.org> -gambit-4.0_beta15.ebuild,
-gambit-4.0_beta20.ebuild:
remove older, probably broken ebuilds
10 May 2007; Marijn Schouten <hkBst@gentoo.org> gambit-4.0_beta22.ebuild:
fix beta22 syntax-case support
*gambit-4.0_beta22 (19 Apr 2007)
19 Apr 2007; Marijn Schouten <hkBst@gentoo.org> +gambit-4.0_beta22.ebuild:
add beta22
31 Jan 2007; Marijn Schouten <hkBst@gentoo.org> gambit-4.0_beta20.ebuild:
fix virtual/emacs dep
*gambit-4.0_beta20 (29 Jan 2007)
29 Jan 2007; Marijn Schouten <hkBst@gentoo.org> +gambit-4.0_beta20.ebuild:
add beta20
*gambit-4.0_beta15 (17 Oct 2005)
17 Oct 2005; Matthew Kennedy <mkennedy@gentoo.org>
+files/50gambit-gentoo.el, +metadata.xml, +gambit-4.0_beta15.ebuild:
Initial port. Ebuild contributed by Mihai Radu <tiganu@gmail.com>, David
Wang <tiganu@gmail.com>, Pupeno <pupeno@pupeno.com> and Matthew Kennedy
<mkennedy@gentoo.org>; Resolves Bug #67906.
|