summaryrefslogtreecommitdiff
path: root/lang/mzscheme/patches
AgeCommit message (Collapse)AuthorFilesLines
2007-06-07Update to mzscheme 360. Loads of changes and bugfixes sincepooka6-51/+21
mzscheme 205 (released in 2003), including a native JIT compiler. patches provided by Yorick Hardy in pkg/36330
2006-10-01Fixed pkglint warnings.rillig5-15/+15
2003-12-23Upgrade to mzscheme 205, patches provided bypooka5-16/+50
Jesper Louis Andersen <jlouis@mongers.org> in private email. No earth-shattering changes, just a long list of bugfixes and minor twiddles and additions. For a complete list, see plt/notes/mzscheme/HISTORY
2002-08-27update to mzscheme 200pooka19-530/+22
changes: * NetBSD patches integrated * improvements to the module system * new interfaces basically numerous changes, see plt/notes/mzscheme in the source directory
2000-01-20Make this compile on sparc and work better on alpha. Unfortunately,pooka2-6/+7
not fully functional on either.. yet.
2000-01-10Import mzscheme-101, an almost R5RS-compliant scheme intepreter withpooka19-0/+547
compiler included. Uses the boehm garbage collector. A big thanks goes to all who made devel/boehm-gc available. Modifying patches for a specific use is much easier than reinventing them! Note: I've marked this as i386-only, since it acted a little flacky on alpha and sparc. In theory support for at least those platforms supported by the garbage collector is possible. You are welcome to try.