diff options
author | asau <asau@pkgsrc.org> | 2010-01-31 20:24:38 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2010-01-31 20:24:38 +0000 |
commit | 6cc97f078b7a6c026ea0980fcbd5440e2657661f (patch) | |
tree | 173b2d91f2a1d88daa6a68b520087e47aa220e88 /lang/mzscheme/Makefile | |
parent | fb86e485aa46553fee1d137dad03fd2da2dba9b8 (diff) | |
download | pkgsrc-6cc97f078b7a6c026ea0980fcbd5440e2657661f.tar.gz |
Update to MzScheme 4.2.4
Changes:
Version 4.2.4, January 2010
Added scheme/flonum and scheme/fixnum
Extended scheme/unsafe/ops
Changed JIT to support unboxed local binding of known-flonum
arguments to unsafe-fl functions
Changed JIT to inline numeric ops with more than 2 arguments
Added #:save-errno option for foreign-function types
Added module->imports and module->exports
Version 4.2.3, November 2009
Changed _pointer (in scheme/foreign) to mean a pointer that does not
refer to GCable memory; added _gcpointer
Added scheme/vector
Diffstat (limited to 'lang/mzscheme/Makefile')
-rw-r--r-- | lang/mzscheme/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/mzscheme/Makefile b/lang/mzscheme/Makefile index 77e43473981..f3f1a417b53 100644 --- a/lang/mzscheme/Makefile +++ b/lang/mzscheme/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2009/10/11 13:10:43 asau Exp $ +# $NetBSD: Makefile,v 1.25 2010/01/31 20:24:38 asau Exp $ -PLT_VERSION= 4.2.2 +PLT_VERSION= 4.2.4 MASTER_SITES_PLT= http://download.plt-scheme.org/bundles/ \ http://www.eecs.northwestern.edu/plt-scheme/ \ http://www.cs.utah.edu/plt/download/ \ |