1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2001-02-21 20:19:31 +00:00
parent 134ec96519
commit 09f2ab1e04

View file

@ -1,3 +1,19 @@
2001-02-21 Marius Vollmer <mvo@zagadka.ping.de>
* eval.c (scm_ceval, scm_deval): Check for wrong number of args
before applying arrow procedure in `cond' and before applying
receiver procedure in call-with-current-continuation.
(scm_i_eval): Do not invoke scm_copy_tree in argument in SCM_XEVAL
macro. The argument is expanded more than one time.
* numbers.c (scm_logior) [SCM_DIGSTOOBIG]: Correctly use
SCM_BIGDIG instead of BIGDIG. Thanks to Steven G. Johnson!
2001-02-20 Marius Vollmer <mvo@zagadka.ping.de>
* guile-doc-snarf.in, guile-func-name-check.in: Added copyright
notice and license.
2001-02-17 Martin Grabmueller <mgrabmue@cs.tu-berlin.de> 2001-02-17 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
* variable.c (scm_make_variable, scm_make_undefined_variable) * variable.c (scm_make_variable, scm_make_undefined_variable)