mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-22 11:34:09 +02:00
* Forgot to submit the Changelog for the last patch.
This commit is contained in:
parent
322ac0c5cc
commit
bbe4e612aa
1 changed files with 12 additions and 0 deletions
|
@ -1,3 +1,15 @@
|
||||||
|
2000-09-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
|
||||||
|
|
||||||
|
* strings.c (scm_string, scm_make_string, scm_string_set_x,
|
||||||
|
scm_string_append), strop.c (scm_string_upcase_x,
|
||||||
|
scm_string_downcase_x), strports.c (st_resize_port), symbols.c
|
||||||
|
(scm_sym2vcell, scm_sym2ovcell_soft, scm_intern_obarray_soft,
|
||||||
|
scm_intern_symbol, scm_unintern_symbol), unif.c (scm_cvref,
|
||||||
|
scm_uniform_vector_ref, scm_array_set_x, rapr1): Replace calls to
|
||||||
|
SCM_UCHARS with SCM_STRING_UCHARS or SCM_SYMBOL_UCHARS.
|
||||||
|
|
||||||
|
* symbols.h (SCM_UCHARS): Deprecated.
|
||||||
|
|
||||||
2000-09-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
|
2000-09-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
|
||||||
|
|
||||||
* gc.c (scm_gc_sweep): Replace SCM_CHARS by SCM_COMPLEX_MEM.
|
* gc.c (scm_gc_sweep): Replace SCM_CHARS by SCM_COMPLEX_MEM.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue