X-Git-Url: http://git.hcoop.net/bpt/guile.git/blobdiff_plain/4e15fee80f0abb1d4b1d8e0a683a810c53164166..e51fe79c72be4b40e17fda03ba5dec2a06ae9bea:/libguile/ChangeLog diff --git a/libguile/ChangeLog b/libguile/ChangeLog index f3d90c0f5..f45b998c8 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,12 @@ +2000-11-28 Dirk Herrmann + + * struct.c (scm_struct_ref, scm_struct_set_x), symbols.c + (scm_intern_obarray_soft), symbols.h (SCM_ROUCHARS): Eliminate + use of SCM_SYMBOL_UCHARS by using chars instead of unsigned + chars. + + (SCM_SYMBOL_UCHARS): Removed. + 2000-11-26 Gary Houston * reimplementation of values, call-with-values as primitives: