diff options
author | asau <asau@pkgsrc.org> | 2013-03-12 20:12:27 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2013-03-12 20:12:27 +0000 |
commit | 42dcfbf8edc97805b8a2987ed8001e3ae1c31e40 (patch) | |
tree | f84b7c13c93a9175bbc0007e4484004a77e35a70 /lang/chicken | |
parent | e1de962cb729cdaff0f8a891fc00c4fcc9882f36 (diff) | |
download | pkgsrc-42dcfbf8edc97805b8a2987ed8001e3ae1c31e40.tar.gz |
Update to Chicken 4.8.0.3
Requested by Peter Bex.
Changes:
4.8.0.3
- Runtime
- Avoid high CPU usage when waiting for child process I/O with poll().
Affects at least Linux and Solaris.
- Escape single backslash in printed symbols.
- Type system
- Fixed types.db entry for join and mutex-lock!
- Core tools
- chicken-install transports now parses ports on URIs with empty paths
4.8.0.2
- Interpreter
- Fix regression in ,d for procedures, which resulted in an sprintf error.
- Compiler
- Fix rewriting of newlines (~~) in printf.
- Runtime
- Allow > 4GB heap on 64-bit systems (#974).
- Added missing library (-lrt) on Solaris for nanosleep calls (#970).
- Build system
- Use test -f instead of test -e in identify.sh to placate Solaris.
Diffstat (limited to 'lang/chicken')
-rw-r--r-- | lang/chicken/Makefile | 4 | ||||
-rw-r--r-- | lang/chicken/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lang/chicken/Makefile b/lang/chicken/Makefile index b905c8e8deb..d12b3337569 100644 --- a/lang/chicken/Makefile +++ b/lang/chicken/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.48 2013/01/18 20:56:14 asau Exp $ +# $NetBSD: Makefile,v 1.49 2013/03/12 20:12:27 asau Exp $ -DISTNAME= chicken-4.8.0.1 +DISTNAME= chicken-4.8.0.3 CATEGORIES= lang MASTER_SITES= http://code.call-cc.org/releases/$(PKGVERSION_NOREV)/ \ http://code.call-cc.org/releases/$(PKGVERSION_NOREV:R)/ diff --git a/lang/chicken/distinfo b/lang/chicken/distinfo index e3732b6b0d9..ba2b3086e0e 100644 --- a/lang/chicken/distinfo +++ b/lang/chicken/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.35 2013/01/18 20:56:14 asau Exp $ +$NetBSD: distinfo,v 1.36 2013/03/12 20:12:27 asau Exp $ -SHA1 (chicken-4.8.0.1.tar.gz) = 3db001f2533af9b50399384f50a02ed67f74c4d7 -RMD160 (chicken-4.8.0.1.tar.gz) = 8a784006e94ea8144664ce3740f88b7a0572619e -Size (chicken-4.8.0.1.tar.gz) = 3965638 bytes +SHA1 (chicken-4.8.0.3.tar.gz) = 90ce759d3b8a2cb53b2409c1e90277d380069440 +RMD160 (chicken-4.8.0.3.tar.gz) = c9a10795bda21559b6429c148da2ade229de3812 +Size (chicken-4.8.0.3.tar.gz) = 3959422 bytes |