CVS commit: wip/chicken

"Leonardo Taccari" <[email protected]> Tue, 1 Sep 2015 19:05:18 +0000
Newsgroups gmane.os.netbsd.devel.pkgsrc.wip.cvs
Message-ID <[email protected]>
Module name:	wip
Committed by:	leot1990
Date:		Tue Sep  1 19:05:03 UTC 2015

Modified Files:
	wip/chicken: Makefile PLIST distinfo

Log Message:
Update wip/chicken to chicken-4.10.1 (development release).

Changes:
4.10.1
- Runtime system:
  - The calling convention of CPS procedures has been changed to
    use "argument vectors" instead of C calling convention.
  - The C API of C_values(), C_do_apply() and how to invoke CPS
    functions has changed.  The C_procN() macros have disappeared.
    The manual example in "Accessing external objects" for C_values
    has been updated.  See also the "numbers" egg for examples on
    how to support pre- and post-4.10.1 CHICKENs simultaneously.
  - Apply hack is no longer used; the limitation of 128 arguments
    has been lifted for platforms which had no apply hack.
  - Increased the "binary compatibility version" to 8.


To generate a diff of this commit:
cvs -z3 rdiff -u -r1.11 -r1.12 wip/chicken/distinfo
cvs -z3 rdiff -u -r1.15 -r1.16 wip/chicken/Makefile
cvs -z3 rdiff -u -r1.7 -r1.8 wip/chicken/PLIST

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/chicken/distinfo?r1=1.11&r2=1.12
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/chicken/Makefile?r1=1.15&r2=1.16
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/chicken/PLIST?r1=1.7&r2=1.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------------------------------------------------------