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:
parent
ab1be174c2
commit
327114a26a
1 changed files with 8 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue