1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 22:31:12 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2004-10-29 15:41:54 +00:00
parent ab1be174c2
commit 327114a26a

View file

@ -1,5 +1,12 @@
2004-10-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* unif.h, unif.c (scm_array_creator): New.
(scm_i_get_old_prototype): New.
(scm_array_prototype): use it to return old-style prototype, never
return creators.
(scm_make_uve): Use scm_call_1 instead of scm_call_2 with a second
arg of SCM_UNDEFINED. The latter is wrong.
* unif.h, unif.c (scm_make_u1vector): New, but only temporary.
(make_uve): Removed.
(scm_i_proc_make_vector, scm_i_proc_make_string,
@ -19,7 +26,7 @@
(scm_raprin1): Do not call scm_i_array_print for enclosed arrays,
which I do not understand yet.
(scm_array_prototype): Explicitely handle generic vectors.
* numbers.c, number.h (scm_i_print_complex, icmplx2str): New.
(iflo2str): Use icmplx2str for complex numbers.