1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-15 16:20:17 +02:00

*** empty log message ***

This commit is contained in:
Michael Livshin 2001-05-26 22:11:31 +00:00
parent 6b1b030e4d
commit fc62c86a59
2 changed files with 13 additions and 0 deletions

12
NEWS
View file

@ -978,6 +978,18 @@ types and Scheme numbers.
See above. See above.
** New functions: scm_gc_protect_object, scm_gc_unprotect_object
These are just nicer-named old scm_protect_object and
scm_unprotect_object.
** Deprecated functions: scm_protect_object, scm_unprotect_object
** New functions: scm_gc_[un]register_root, scm_gc_[un]register_roots
These functions can be used to register pointers to locations that
hold SCM values.
Changes since Guile 1.3.4: Changes since Guile 1.3.4:

View file

@ -107,6 +107,7 @@ After signal handling and threading have been fixed:
scm_info_frame, scm_stack, scm_array, scm_array_dim. scm_info_frame, scm_stack, scm_array, scm_array_dim.
- remove deprecated functions: scm_mkbig, scm_big2num, scm_adjbig, - remove deprecated functions: scm_mkbig, scm_big2num, scm_adjbig,
scm_normbig, scm_copybig, scm_2ulong2big, scm_dbl2big, scm_big2dbl. scm_normbig, scm_copybig, scm_2ulong2big, scm_dbl2big, scm_big2dbl.
- remove deprecated functions: scm_protect_object, scm_unprotect_object.
Modules sort.c and random.c should be factored out into separate Modules sort.c and random.c should be factored out into separate
modules (but still be distributed with guile-core) when we get a new modules (but still be distributed with guile-core) when we get a new