1e0181123e
Version 1.33 Charles Hayden fixed a nasty GC bug of the new stack frame, while in the process of porting TinyScheme to C++. He also submitted other changes, and other people also had comments or requests, but the GC bug was so important that this version is put through the door to correct it. Version 1.32 Stephen Gildea put some quality time on TinyScheme again, and made a whole lot of changes to the interpreter that made it noticeably faster.
14 lines
371 B
Makefile
14 lines
371 B
Makefile
# $NetBSD: Makefile,v 1.3 2003/06/29 23:55:00 jtb Exp $
|
|
|
|
DISTNAME= tinyscheme-1.33
|
|
CATEGORIES= lang
|
|
MASTER_SITES= http://tinyscheme.sourceforge.net/
|
|
|
|
MAINTAINER= tech-pkg@netbsd.org
|
|
HOMEPAGE= http://tinyscheme.sourceforge.net/home.html
|
|
COMMENT= BSD-licensed R5RS small embeddable scheme implementation
|
|
|
|
MAKEFILE= makefile
|
|
USE_LIBTOOL= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|