| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
18 Sep 2006 20:19:07
20060917
|
miwi  |
- Update to 20060917
PR: ports/103336
Submitted by: Nils M Holm <nmh(at)t3x.org> (maintainer) |
12 Sep 2006 20:07:19
20060912
|
miwi  |
- Update to 20060912
PR: ports/103199
Submitted by: Nils M Holm <nmh(at)t3x.org> (maintainer) |
17 Jul 2006 20:00:38
20060717
|
novel  |
Update to 20060717:
- Changed core language (see README)
- Added KANREN-like logic programming extensions (examples/amk)
- Added M-expression compiler (examples/mexprc)
- Added loads of example programs (examples/misc)
- Looking up default image in $PREFIX now rather than in /usr/local
PR: 100440
Submitted by: Nils M Holm (maintainer) |
14 Jun 2006 03:36:58
20060602
|
aaron  |
- re-wrote the T3X part of the interpreter in C
- re-wrote the reference manual
- added AND and OR primitives
- added RECURSIVE-BIND primitive
- added DEFINED primitive
- replaced meta commands with functions, ie
:L FILE.L became (LOAD FILE)
- replaced (DEFUN f(x) ...) with (DEFINE (f x) ...)
- replaced LABEL with LET and LETREC
- replaced *T* and *F* (true/false) with T and ()
- dropped CALL/CC
- renamed math functions:
plus/iplus/rplus -> N+, I+, R+, +
times/itimes/rtimes -> N*, I*, R*, *
difference/idifference/rdifference -> N-, I-, R-, -
rquotient -> /
- added default workspace image (no need to install a
local copy of the library functions any longer)
- temporarily removed most example programs
PR: ports/98483
Submitted by: Nils M Holm <nmh@t3x.org>
Reviewed by: aaron
Approved by: tobez |
16 Apr 2006 16:30:03
20050425_1
|
mnag  |
- Distfile are rerolled. From diff and README: As of version 2005-04-29, dynamic
scoping was dropped.
- Bump PORTREVISION
PR: 94854
Submitted by: maintainer |
22 Jan 2006 12:42:24
20050425
|
edwin  |
SHA256ify
Approved by: krion@ |
04 Sep 2005 13:20:26
20050425
|
lawrance  |
- change MASTER_SITE
- change maintainer e-mail
- drop WWW page
PR: ports/84478
Submitted by: Nils M Holm <nmh@t3x.org> (maintainer) |
25 Apr 2005 18:47:41
20050425
|
jylefort  |
- Update to 20050425
- Fix pkg-plist
PR: ports/80336
Submitted by: maintainer |
12 Apr 2005 23:13:18
20050327
|
pav  |
- Update to 20050327
PR: ports/79299
Submitted by: Nils M Holm <nmh@t3x.org> (maintainer) |
14 Mar 2005 14:31:33
20050314
|
vs  |
- Update to 20050314
- Previous update broke tail call optimization. Oops.
PR: ports/78817
Submitted by: maintainer |
13 Mar 2005 11:30:10
20050312
|
krion  |
Update to 20050312
PR: ports/78742
Submitted by: maintainer |
13 Feb 2005 16:34:10
20050212
|
vs  |
- Update to 20050212
- Added M-Expression compiler and examples
- Updated documentation
PR: ports/77413
Submitted by: Nils M. Holm (maintainer) |
24 Jan 2005 16:03:32
20050124
|
pav  |
- Update to 20050124
PR: ports/76617
Submitted by: Nils M Holm <nmh@t3x.org> (maintainer) |
22 Nov 2004 11:11:25
20040924
|
vs  |
- Change URL
- Change maintainer e-mail
- Drop WWW pages
PR: ports/74203
Submitted by: maintainer |
11 Oct 2004 23:58:30
20040924
|
pav  |
- Update to 20040924
PR: ports/72079
Submitted by: Nils M Holm <nmh@t3x.org> (maintainer) |
13 Feb 2004 04:57:13
20040206
|
linimon  |
Update to 2004-02-06; added pre-compiled image; added a few new functions
(HYPER; DEPTH; EVENP; ODDP; APPLY); lowercased much of the lib code;
bugfixes.
PR: ports/62630
Submitted by: Nils M Holm <nmh@t3x.org> (maintainer) |
14 Dec 2003 18:36:05
20031205
|
pav  |
- Update to 20031205.
PR: ports/60004
Submitted by: Nils M Holm <nmh@t3x.org> (maintainer) |
18 Nov 2003 10:46:09
20031029
|
linimon  |
Forgot to check this in at the same time as Makefile and distinfo.
Reminded by: submitter of original PR (ports/58996). |
18 Nov 2003 09:14:57
20031029
|
linimon  |
Maintainer update to latest version. Major changes: renumbered versioning;
the user interface has changed to vi(1) style. For other changes and
bugfixes see alisp.t.
PR: ports/58996
Submitted by: nmh@t3x.org (maintainer) |
18 Nov 2003 09:12:30
8
|
linimon  |
Incorporated into upstream version. PR: ports/58996. |
13 Oct 2003 02:02:00
8
|
edwin  |
Give the MAKE_ENV the proper BINOWN/BINGRP variables.
Fix pkg-plist to use DOCSDIR
Noticed by: bento |
28 Sep 2003 11:57:21
8
|
edwin  |
New port: ArrowLISP - purely symbolic LISP interpreter and IDE
ArrowLISP is a small, properly tail-recursive, dynamically
scoped interpreter for a purely symbolic and almost
side-effect-free dialect of LISP. It may be considered an
implementation of pure LISP.
The interpreter has both a command line interface and an
editor-like full screen interface.
PR: ports/55501
Submitted by: Nils M Holm <nmh@t3x.org> |