1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2005-01-10 20:21:19 +00:00
parent 1f69b36405
commit b06f099d1d

View file

@ -1,5 +1,8 @@
2005-01-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* eval.c (scm_eval): Added example to docstring. Thanks to Issac
Trotts!
* unif.c (scm_list_to_typed_array): Allow the specification of the
upper bound as well. This is needed for empty arrays.
(l2ra): Give needed number of elements in error message.