pkgsrc/lang/chicken/PLIST
asau 9772e48cdb Update to CHICKEN 4.11.0
From Leonardo Taccari.


This release introduces several large changes, the one with the most
impact being a completely new calling convention for compiled CPS
procedures in C code.  Instead of expecting "regular" C arguments,
the compiled C functions now accept a so-called "argvector" which
holds the arguments.  This should greatly improve the portability of
CHICKEN programs, because it relies less on ill-specified parts of C.
It also removes the assembly code required for manyargs, so that the
limitation of 128 arguments for platforms without an "apply hack" has
finally been removed.
On the tooling front we've also added two new features: a statistical
profiler for analysing performance, and a graphical debugger called
"feathers", which allows you to inspect your Scheme programs over the
network.  These have both been documented in the manual.  The debugger
has its own chapter at https://wiki.call-cc.org/man/4/Debugging and the
profiler's new -:p runtime option is documented at
https://wiki.call-cc.org/man/4/Using%20the%20compiler#runtime-options

As usual, many bugs have been fixed with this release, including several
bugs that would cause programs to crash.  All in all, this new release
should be much more robust and reliable.

For the complete list of changes since 4.10.0, see the NEWS file:
https://code.call-cc.org/releases/4.11.0/NEWS
2016-06-08 14:44:54 +00:00

107 lines
3.9 KiB
Plaintext

@comment $NetBSD: PLIST,v 1.33 2016/06/08 14:44:54 asau Exp $
bin/chicken
bin/chicken-bug
bin/chicken-install
bin/chicken-profile
bin/chicken-status
bin/chicken-uninstall
bin/csc
bin/csi
bin/feathers
include/chicken/chicken-config.h
include/chicken/chicken.h
lib/chicken/8/chicken.import.so
lib/chicken/8/csi.import.so
lib/chicken/8/data-structures.import.so
lib/chicken/8/extras.import.so
lib/chicken/8/files.import.so
lib/chicken/8/foreign.import.so
lib/chicken/8/irregex.import.so
lib/chicken/8/lolevel.import.so
lib/chicken/8/ports.import.so
lib/chicken/8/posix.import.so
lib/chicken/8/setup-api.import.so
lib/chicken/8/setup-api.so
lib/chicken/8/setup-download.import.so
lib/chicken/8/setup-download.so
lib/chicken/8/srfi-1.import.so
lib/chicken/8/srfi-13.import.so
lib/chicken/8/srfi-14.import.so
lib/chicken/8/srfi-18.import.so
lib/chicken/8/srfi-4.import.so
lib/chicken/8/srfi-69.import.so
lib/chicken/8/tcp.import.so
lib/chicken/8/types.db
lib/chicken/8/utils.import.so
lib/libchicken.a
lib/libchicken.so
lib/libchicken.so.8
man/man1/chicken-bug.1
man/man1/chicken-install.1
man/man1/chicken-profile.1
man/man1/chicken-status.1
man/man1/chicken-uninstall.1
man/man1/chicken.1
man/man1/csc.1
man/man1/csi.1
man/man1/feathers.1
share/chicken/feathers.tcl
share/chicken/setup.defaults
share/doc/${PKGNAME}/LICENSE
share/doc/${PKGNAME}/README
share/doc/${PKGNAME}/manual/Accessing external objects.html
share/doc/${PKGNAME}/manual/Acknowledgements.html
share/doc/${PKGNAME}/manual/Basic mode of operation.html
share/doc/${PKGNAME}/manual/Bibliography.html
share/doc/${PKGNAME}/manual/Bugs and limitations.html
share/doc/${PKGNAME}/manual/C interface.html
share/doc/${PKGNAME}/manual/Callbacks.html
share/doc/${PKGNAME}/manual/Cross development.html
share/doc/${PKGNAME}/manual/Data representation.html
share/doc/${PKGNAME}/manual/Debugging.html
share/doc/${PKGNAME}/manual/Declarations.html
share/doc/${PKGNAME}/manual/Deployment.html
share/doc/${PKGNAME}/manual/Deviations from the standard.html
share/doc/${PKGNAME}/manual/Embedding.html
share/doc/${PKGNAME}/manual/Exceptions.html
share/doc/${PKGNAME}/manual/Extensions to the standard.html
share/doc/${PKGNAME}/manual/Extensions.html
share/doc/${PKGNAME}/manual/Foreign type specifiers.html
share/doc/${PKGNAME}/manual/Getting started.html
share/doc/${PKGNAME}/manual/Interface to external functions and variables.html
share/doc/${PKGNAME}/manual/Locations.html
share/doc/${PKGNAME}/manual/Macros.html
share/doc/${PKGNAME}/manual/Modules.html
share/doc/${PKGNAME}/manual/Non-standard macros and special forms.html
share/doc/${PKGNAME}/manual/Non-standard read syntax.html
share/doc/${PKGNAME}/manual/Other support procedures.html
share/doc/${PKGNAME}/manual/Parameters.html
share/doc/${PKGNAME}/manual/Supported language.html
share/doc/${PKGNAME}/manual/The R5RS standard.html
share/doc/${PKGNAME}/manual/The User's Manual.html
share/doc/${PKGNAME}/manual/Types.html
share/doc/${PKGNAME}/manual/Unit data-structures.html
share/doc/${PKGNAME}/manual/Unit eval.html
share/doc/${PKGNAME}/manual/Unit expand.html
share/doc/${PKGNAME}/manual/Unit extras.html
share/doc/${PKGNAME}/manual/Unit files.html
share/doc/${PKGNAME}/manual/Unit irregex.html
share/doc/${PKGNAME}/manual/Unit library.html
share/doc/${PKGNAME}/manual/Unit lolevel.html
share/doc/${PKGNAME}/manual/Unit ports.html
share/doc/${PKGNAME}/manual/Unit posix.html
share/doc/${PKGNAME}/manual/Unit srfi-1.html
share/doc/${PKGNAME}/manual/Unit srfi-13.html
share/doc/${PKGNAME}/manual/Unit srfi-14.html
share/doc/${PKGNAME}/manual/Unit srfi-18.html
share/doc/${PKGNAME}/manual/Unit srfi-4.html
share/doc/${PKGNAME}/manual/Unit srfi-69.html
share/doc/${PKGNAME}/manual/Unit tcp.html
share/doc/${PKGNAME}/manual/Unit utils.html
share/doc/${PKGNAME}/manual/Using the compiler.html
share/doc/${PKGNAME}/manual/Using the interpreter.html
share/doc/${PKGNAME}/manual/chicken.png
share/doc/${PKGNAME}/manual/faq.html
share/doc/${PKGNAME}/manual/index.html
share/doc/${PKGNAME}/manual/manual.css