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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
|
# ChangeLog for dev-scheme/gambit
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-scheme/gambit/ChangeLog,v 1.27 2009/08/07 13:20:05 hkbst Exp $
*gambit-4.5.1 (07 Aug 2009)
07 Aug 2009; Marijn Schouten <hkBst@gentoo.org> -gambit-4.5.0.ebuild,
+gambit-4.5.1.ebuild:
bump, fixes IO performance bug in 4.5.0
*gambit-4.5.0 (06 Aug 2009)
06 Aug 2009; Marijn Schouten <hkBst@gentoo.org> +gambit-4.5.0.ebuild:
bump
26 May 2009; Peter Volkov <pva@gentoo.org> gambit-4.4.1.ebuild,
gambit-4.4.2.ebuild, gambit-4.4.3.ebuild:
Removing app-text/ghostscript-esp from blockers, ghostscript-esp was
removed from the tree, bug #261434.
*gambit-4.4.3 (24 Apr 2009)
24 Apr 2009; Marijn Schouten <hkBst@gentoo.org> +gambit-4.4.3.ebuild:
bump
*gambit-4.4.2 (16 Mar 2009)
16 Mar 2009; Marijn Schouten <hkBst@gentoo.org> +gambit-4.4.2.ebuild:
bump, display should now be more inline with other Schemes
*gambit-4.4.1 (13 Feb 2009)
13 Feb 2009; Marijn Schouten <hkBst@gentoo.org> +gambit-4.4.1.ebuild:
bump
28 Jan 2009; Marijn Schouten <hkBst@gentoo.org> -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:
rm cruft
05 Jan 2009; Marijn Schouten <hkBst@gentoo.org> gambit-4.4.0.ebuild:
enable single-host by default and remove option to enable gcc-opts
*gambit-4.4.0 (29 Dec 2008)
29 Dec 2008; Marijn Schouten <hkBst@gentoo.org> +gambit-4.4.0.ebuild:
bump
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.
|