From 50472546d5fb1824cdadb2c7da6e171d8a10ba6b Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Mon, 17 Jan 2005 18:54:58 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 032f127c5..2dd2af850 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,5 +1,10 @@ 2005-01-17 Marius Vollmer + * 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 scm_c_generalized_vector_length instead of scm_uniform_vector_length. @@ -787,7 +792,7 @@ sizeof(CTYPE) as explained in the comment. * 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 not call scm_i_read_homogenous_vector, since that is also handled by scm_i_read_array now. -- 2.20.1