mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-07-03 16:20:39 +02:00
*** empty log message ***
This commit is contained in:
parent
526982f570
commit
50472546d5
1 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
||||||
2005-01-17 Marius Vollmer <marius.vollmer@uni-dortmund.de>
|
2005-01-17 Marius Vollmer <marius.vollmer@uni-dortmund.de>
|
||||||
|
|
||||||
|
* objects.h, objects.c (scm_classes_initialized): New.
|
||||||
|
(scm_class_of): Signal error when scm_classes_initialized is zero.
|
||||||
|
* goops.c (create_standard_classes): Set scm_classes_initialized
|
||||||
|
to one.
|
||||||
|
|
||||||
* random.c (scm_random_solid_sphere_x): Use
|
* random.c (scm_random_solid_sphere_x): Use
|
||||||
scm_c_generalized_vector_length instead of
|
scm_c_generalized_vector_length instead of
|
||||||
scm_uniform_vector_length.
|
scm_uniform_vector_length.
|
||||||
|
@ -787,7 +792,7 @@
|
||||||
sizeof(CTYPE) as explained in the comment.
|
sizeof(CTYPE) as explained in the comment.
|
||||||
|
|
||||||
* read.c (scm_lreadr): Call scm_i_read_array for all characters
|
* read.c (scm_lreadr): Call scm_i_read_array for all characters
|
||||||
followinf '#' that can start an array. Explicitely disambiguate
|
following '#' that can start an array. Explicitely disambiguate
|
||||||
'i' and 'e' between introducing numbers and uniform vectors. Do
|
'i' and 'e' between introducing numbers and uniform vectors. Do
|
||||||
not call scm_i_read_homogenous_vector, since that is also handled
|
not call scm_i_read_homogenous_vector, since that is also handled
|
||||||
by scm_i_read_array now.
|
by scm_i_read_array now.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue