diff options
author | Blake Matheny <jake@gentoo.org> | 2004-02-11 22:32:08 +0000 |
---|---|---|
committer | Blake Matheny <jake@gentoo.org> | 2004-02-11 22:32:08 +0000 |
commit | bd30823990aead9f31e2dcaeefdc329ac762d8f7 (patch) | |
tree | b9e66c0272811409903bbf8f5461b7b1ac6ae79e /dev-scheme/bigloo/ChangeLog | |
parent | Move bigloo-lib to dev-scheme (diff) | |
download | gentoo-2-bd30823990aead9f31e2dcaeefdc329ac762d8f7.tar.gz gentoo-2-bd30823990aead9f31e2dcaeefdc329ac762d8f7.tar.bz2 gentoo-2-bd30823990aead9f31e2dcaeefdc329ac762d8f7.zip |
Move bigloo from dev-lisp to dev-scheme
Diffstat (limited to 'dev-scheme/bigloo/ChangeLog')
-rw-r--r-- | dev-scheme/bigloo/ChangeLog | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/dev-scheme/bigloo/ChangeLog b/dev-scheme/bigloo/ChangeLog new file mode 100644 index 000000000000..9ee6d92fcb1a --- /dev/null +++ b/dev-scheme/bigloo/ChangeLog @@ -0,0 +1,39 @@ +# ChangeLog for dev-lisp/bigloo +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-scheme/bigloo/ChangeLog,v 1.1 2004/02/11 22:32:08 jake Exp $ + + 16 Dec 2003; Jason Wever <weeve@gentoo.org> bigloo-2.5c.ebuild: + Added ~sparc keyword to fix broken dependencies in dev-lisp/bigloo-lib. + +*bigloo-2.6a (28 Nov 2003) + + 28 Nov 2003; Karl Trygve Kalleberg <karltk@gentoo.org> bigloo-2.6a.ebuild : + New upstream version. Ebuild submitted by Lin Zhemin <ljm@ljm.idv.tw>. + Fixes #31596. + +*bigloo-2.5c (30 Jun 2003) + + 30 Jun 2003; Daniel Ahlberg <aliz@gentoo.org> bigloo-2.5c.ebuild : + Version bump. + +*bigloo-2.5a (16 Aug 2002) + + 16 Aug 2002; Karl Trygve Kalleberg <karltk@gentoo.org> bigloo-2.4a.ebuild, files/digest-bigloo-2.5a : + + New upstream version. + +*bigloo-2.4c (11 Apr 2002) + + 01 Aug 2002; Karl Trygve Kalleberg <karltk@gentoo.org> bigloo-2.4c.ebuild : + + Added LICENSE, SLOT and KEYWORDS. + + 11 Apr 2002; Karl Trygve Kalleberg <karltk@gentoo.org> bigloo-2.4c.ebuild files/digest-bigloo-2.4c: + + Bigloo is a Scheme implementation devoted to one goal: enabling Scheme based + programming style where C(++) is usually required. Bigloo attempts to make + Scheme practical by offering features usually presented by traditional + programming languages but not offered by Scheme and functional programming. + Bigloo compiles Scheme modules. It delivers small and fast stand alone + binary executables. Bigloo enables full connections between Scheme and C + programs and between Scheme and Java programs. |