diff options
author | ahoka <ahoka@pkgsrc.org> | 2008-10-07 15:28:44 +0000 |
---|---|---|
committer | ahoka <ahoka@pkgsrc.org> | 2008-10-07 15:28:44 +0000 |
commit | 425057caa40aebf992e9e3a7326cab0c484f65dc (patch) | |
tree | ad486f245d6c8282dcde4f7df13fc797e279060a /lang/chicken/PLIST | |
parent | c29c21fef82cbb6a14dd5459c3f39566aee1babc (diff) | |
download | pkgsrc-425057caa40aebf992e9e3a7326cab0c484f65dc.tar.gz |
Update chicken to 3.4.0.
Changes between 3.3.0 and 3.4.0:
- Fixes to the MinGW build.
- PCRE 7.7
- Bug fix for bitwise-or use [Joerg Wittenberger]
- Bug fix in thread-terminate! [thanks to Joerg Wittenberger]
- Cygwin build patched to put the runtime libraries in the right place.
[thanks to Nathan Thern]
- added support for out-of-tree compilation (via the SRCDIR variable)
[thanks to Ivan Shmakov]
- bug fix for (string->number "/")
- support for selective procedure profiling in the compiler
- unit utils: moved file- and pathname-related procedures to unit files
- new unit files
Diffstat (limited to 'lang/chicken/PLIST')
-rw-r--r-- | lang/chicken/PLIST | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/chicken/PLIST b/lang/chicken/PLIST index 1247adae53e..3ceff7c4fa7 100644 --- a/lang/chicken/PLIST +++ b/lang/chicken/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.20 2008/08/02 10:06:46 tnn Exp $ +@comment $NetBSD: PLIST,v 1.21 2008/10/07 15:28:44 ahoka Exp $ bin/chicken bin/chicken-bug bin/chicken-profile @@ -24,6 +24,7 @@ share/chicken/chicken-sys-macros.scm share/chicken/data-structures.exports share/chicken/eval.exports share/chicken/extras.exports +share/chicken/files.exports share/chicken/library.exports share/chicken/lolevel.exports share/chicken/ports.exports @@ -69,6 +70,7 @@ share/doc/${PKGNAME}/html/supported-language.html share/doc/${PKGNAME}/html/unit-data-structures.html share/doc/${PKGNAME}/html/unit-eval.html share/doc/${PKGNAME}/html/unit-extras.html +share/doc/${PKGNAME}/html/unit-files.html share/doc/${PKGNAME}/html/unit-library.html share/doc/${PKGNAME}/html/unit-lolevel.html share/doc/${PKGNAME}/html/unit-match.html |