diff options
author | asau <asau@pkgsrc.org> | 2010-08-10 10:32:45 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2010-08-10 10:32:45 +0000 |
commit | 2231aae7b7a8964c485bdd2fe0ef185c3b1391a0 (patch) | |
tree | 108a33f319f6b7eac484a016899d7971f3dc446d /lang/racket/distinfo | |
parent | 0a0a166d17d532848d86f19600bdd2036db9a2ad (diff) | |
download | pkgsrc-2231aae7b7a8964c485bdd2fe0ef185c3b1391a0.tar.gz |
Update to Racket 5.0.1
Continuation barriers now block only downward continuation jumps
and allow escapes through full continuations
Changed internal-definition handling to allow expressions mixed
with definitions
Added support for subprocesses as new process groups
Added support for best-effort termination of subprocess by a
custodian
Added flreal-part, flimag-part, make-flrectangular, and unsafe
variants
Added fl->eact-integer, fl->fx, and unsafe-fl->fx
Added #:async-apply option to _fun
Added chaperone-evt
Added identifier-prune-to-source-module
Changed apply binding to enable lower-level optimizations
Upgraded to libffi 3.0.9+
Diffstat (limited to 'lang/racket/distinfo')
-rw-r--r-- | lang/racket/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/racket/distinfo b/lang/racket/distinfo index 9fedfc76a74..f6dd0bf1634 100644 --- a/lang/racket/distinfo +++ b/lang/racket/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2010/07/20 02:15:50 asau Exp $ +$NetBSD: distinfo,v 1.2 2010/08/10 10:32:45 asau Exp $ -SHA1 (racket-5.0-src-unix.tgz) = 9b76bd19da9af1fd684abdebb68ca72a7599541a -RMD160 (racket-5.0-src-unix.tgz) = 73af51dc9547b5d4a50f258122069fe49bc61a29 -Size (racket-5.0-src-unix.tgz) = 16661627 bytes +SHA1 (racket-5.0.1-src-unix.tgz) = 3109294115184c96d260fef4458a866975a7c847 +RMD160 (racket-5.0.1-src-unix.tgz) = 002d70134b7c7fe2121cc854c9a08a9b9b92a21a +Size (racket-5.0.1-src-unix.tgz) = 17272590 bytes |