mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-03 13:20:26 +02:00
* Deprecated function scm_call_catching_errors.
* Updated root-smob initialization.
This commit is contained in:
parent
007e7c3588
commit
cc4feeca51
5 changed files with 31 additions and 6 deletions
4
NEWS
4
NEWS
|
@ -79,6 +79,10 @@ SCM_ORD_SIG, SCM_NUM_SIGS
|
|||
Use SCM_ASSERT_RANGE or SCM_VALIDATE_XXX_RANGE instead of SCM_OUTOFRANGE.
|
||||
Use scm_memory_error instead of SCM_NALLOC.
|
||||
|
||||
** Deprecated function: scm_call_catching_errors
|
||||
|
||||
Use scm_catch or scm_lazy_catch from throw.[ch] instead.
|
||||
|
||||
|
||||
Changes since Guile 1.3.4:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue