Note update of tinyscheme to 1.33.

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.
This commit is contained in:
jtb 2003-06-30 00:00:26 +00:00
parent 1e0181123e
commit a0ff9232bf

View file

@ -1,4 +1,4 @@
$NetBSD: CHANGES,v 1.2628 2003/06/29 23:45:15 gson Exp $
$NetBSD: CHANGES,v 1.2629 2003/06/30 00:00:26 jtb Exp $
Changes to the packages collection and infrastructure in 2003:
@ -2618,3 +2618,4 @@ Changes to the packages collection and infrastructure in 2003:
Added p5-Geography-Countries-1.4 [gson 2003-06-29]
Added swiftsurf-1.2.5 [jtb 2003-06-29]
Added py-dns-1.0.0b3 [gson 2003-06-29]
Updated tinyscheme to 1.33 [jtb 2003-06-29]