1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

*** empty log message ***

This commit is contained in:
Michael Livshin 2001-05-28 14:21:24 +00:00
parent fde504077b
commit 5b2ad23be2
2 changed files with 7 additions and 1 deletions

5
NEWS
View file

@ -990,6 +990,11 @@ scm_unprotect_object.
These functions can be used to register pointers to locations that
hold SCM values.
** Deprecated function: scm_create_hook.
Its sins are: misleading name, non-modularity and lack of general
usefulness.
Changes since Guile 1.3.4:

View file

@ -107,7 +107,8 @@ After signal handling and threading have been fixed:
scm_info_frame, scm_stack, scm_array, scm_array_dim.
- remove deprecated functions: scm_mkbig, scm_big2num, scm_adjbig,
scm_normbig, scm_copybig, scm_2ulong2big, scm_dbl2big, scm_big2dbl.
- remove deprecated functions: scm_protect_object, scm_unprotect_object.
- remove deprecated functions: scm_protect_object,
scm_unprotect_object, scm_create_hook.
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