Compiler and Interpreter for the Scheme programming language
http://www.call-cc.org/
CHICKEN is a compiler and interpreter for the Scheme programming language.
CHICKEN produces portable, efficient C, supports almost all of the R5RS Scheme
language standard, and includes many enhancements and extensions. CHICKEN runs
on Linux, MacOS X, Windows, and many Unix flavours.
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:misc/chicken && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
PKGBUILD | 0000000884 884 Bytes | |
_service | 0000000223 223 Bytes | |
_service:download_url:chicken-5.1.0.tar.gz | 0004071169 3.88 MB | |
chicken.changes | 0000001965 1.92 KB | |
chicken.spec | 0000003464 3.38 KB |
Revision 5 (latest revision is 8)
Jonathan Brielmaier (jbrielmaier)
accepted
request 717000
from
Daniel Ziltener (zilti)
(revision 5)
- Udate to version 5.1.0 For more details plase read NEWS - Removed the static compilation flag, since it gets misinterpreted by the makefile. - Udate to version 5.0.0 For more details plase read NEWS - Udate to version 4.13.0 For more details plase read NEWS - Udate to version 4.12.0 For more details plase read NEWS - Update to version 4.8.0.5 For more details please read NEWS * Security fixes + CVE-2013-4385: read-string! no longer reads beyond its buffer when length is #f. + poll() is also used on cygwin by enabling the fix for CVE-2012-6122 + file-creation-mode now passes a valid value to umask when its argument is omitted. (Also ensure it always returns the old umask value.) + Fix a data corruption problem in list->queue. * Core libraries + read-string! behaves correctly in presence of EOF. + Several subtle problems in the reader in the presence of EOF are fixed. + Use poll() instead of select() on cygwin. * Runtime + Fix an issue on initial seed of the random number generator. - Initial packaging - Enable optflags via make_cflags_work.patch
Comments 0