Implement scm_call_varargs and scm_call_{7,8,9}
authorMark H Weaver <mhw@netris.org>
Mon, 30 Jan 2012 01:00:21 +0000 (20:00 -0500)
committerMark H Weaver <mhw@netris.org>
Mon, 30 Jan 2012 15:27:44 +0000 (10:27 -0500)
commit741b8a2300ef329cf5691a3c35b920df68f093e2
tree4aaf25caa9e98f6169df16866b0af26eff286667
parentadb8054c6d16d3c5869cd543dbd29c384af02ccd
Implement scm_call_varargs and scm_call_{7,8,9}

* libguile/eval.c (scm_call_7, scm_call_8, scm_call_9,
  scm_call_varargs): New functions.

* libguile/eval.h: Add prototypes.

* doc/ref/api-evaluation.texi: Add documentation.

* test-suite/standalone/test-loose-ends.c: Add tests.

* NEWS: Add news entry.
NEWS
doc/ref/api-evaluation.texi
libguile/eval.c
libguile/eval.h
test-suite/standalone/test-loose-ends.c