summaryrefslogtreecommitdiff
blob: 1d78d1e28533c961d3443debe2b04983b0dc1e1d (plain)
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
# ChangeLog for dev-lisp/clisp
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/ChangeLog,v 1.5 2003/02/12 06:10:54 vapier Exp $

*clisp-2.29 (29 Jul 2002)

  04 Feb 2003; Jon Nall <nall@gentoo.org> clisp-2.29.ebuild :
  added ~ppc

  26 Sep 2002; Karl Trygve Kalleberg <karltk@gentoo.org>
  clisp-2.29.ebuild, files/digest-clisp-2.29 :
  Building sometimes failed on SMP systems. Fixes #8374.

  29 Jul 2002; Matthew Kennedy <mkennedy@gentoo.org>
  clisp-2.29.ebuild, files/digest-clisp-2.29 :
  New upstream minor version to support gcc-3.x. Repoman compliance
  added.

*clisp-2.28 (03 Jun 2002)

  26 Sep 2002; Karl Trygve Kalleberg <karltk@gentoo.org>
  clisp-2.28.ebuild, files/digest-clisp-2.28 :
  Building sometimes failed on SMP systems. Fixes #8374.

  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>.