diff options
author | Karl Trygve Kalleberg <karltk@gentoo.org> | 2002-06-03 23:44:26 +0000 |
---|---|---|
committer | Karl Trygve Kalleberg <karltk@gentoo.org> | 2002-06-03 23:44:26 +0000 |
commit | b5afde4e2de556d39ff51a885e684033b5e6d18a (patch) | |
tree | 40eee13451f1293ea740786e69e8cd995a055fb6 /dev-lisp/clisp/ChangeLog | |
parent | comments (diff) | |
download | gentoo-2-b5afde4e2de556d39ff51a885e684033b5e6d18a.tar.gz gentoo-2-b5afde4e2de556d39ff51a885e684033b5e6d18a.tar.bz2 gentoo-2-b5afde4e2de556d39ff51a885e684033b5e6d18a.zip |
Fixes #3094.
Diffstat (limited to 'dev-lisp/clisp/ChangeLog')
-rw-r--r-- | dev-lisp/clisp/ChangeLog | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/dev-lisp/clisp/ChangeLog b/dev-lisp/clisp/ChangeLog new file mode 100644 index 000000000000..1247ae7a8bd1 --- /dev/null +++ b/dev-lisp/clisp/ChangeLog @@ -0,0 +1,37 @@ +# ChangeLog for dev-lisp/clisp +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/ChangeLog,v 1.1 2002/06/03 23:44:26 karltk Exp $ + +*clisp-2.28 (03 Jun 2002) + + 03 Jun 2002; Karl Trygve Kalleberg <karltk@gentoo.org> clisp-2.28.ebuild files/digest-clisp-2.28 : + + From the web page: + + Common Lisp is a high-level, all-purpose, object-oriented, dynamic, + functional programming language. + + CLISP is a Common Lisp implementation by Bruno Haible, then of Karlsruhe + University, and Michael Stoll, then of Munich University, both in + Germany. It mostly supports the Lisp described in the ANSI Common Lisp + standard. + + CLISP includes an interpreter, a compiler, a large subset of CLOS, a + foreign language interface and a socket interface. An X11 interface is + available through CLX and Garnet. Command line editing is provided by + readline. + + CLISP runs on microcomputers (OS/2, Windows 95/98/2000/NT, Amiga + 500-4000, Acorn RISC PC) as well as on Unix workstations (GNU/Linux, + BSD, SVR4, Sun4, DEC Alpha OSF, HP-UX, NeXTstep, SGI, AIX, Sun3 and + others) and needs only 2 MB of RAM. + + CLISP is Free Software and may be distributed under the terms of GNU + GPL. You may distribute commercial applications compiled with CLISP, see + file COPYRIGHT in the CLISP distribution. + + The user interface comes in German, English, French, Spanish and Dutch, + and can be changed at run time. + + Ebuild submitted by Cliff Crawford <cjc26@cornell.edu>. + |