mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-11 16:20:19 +02:00
Added entries of smob_mfpe and smob_apply
This commit is contained in:
parent
e841c3e0c0
commit
2f6fb7c57b
2 changed files with 9 additions and 0 deletions
8
NEWS
8
NEWS
|
@ -360,6 +360,14 @@ scm_tc7_lvector
|
|||
There is now only a single symbol type scm_tc7_symbol.
|
||||
The tag scm_tc7_lvector was not used anyway.
|
||||
|
||||
** Deprecated function: scm_make_smob_type_mfpe, scm_set_smob_mfpe.
|
||||
|
||||
Use scm_make_smob_type and scm_set_smob_XXX instead.
|
||||
|
||||
** New function scm_set_smob_apply.
|
||||
|
||||
This can be used to set an apply function to a smob type.
|
||||
|
||||
|
||||
Changes since Guile 1.3.4:
|
||||
|
||||
|
|
1
RELEASE
1
RELEASE
|
@ -40,6 +40,7 @@ In release 1.6:
|
|||
- remove deprecated functions:
|
||||
eval.c: scm_eval2, scm_eval_3
|
||||
load.c: scm_read_and_eval_x
|
||||
smob.c: scm_make_smob_type_mfpe, scm_set_smob_mfpe
|
||||
- remove deprecated procedures:
|
||||
boot-9.scm:eval-in-module
|
||||
- remove deprecated macros: SCM_OUTOFRANGE, SCM_NALLOC, SCM_HUP_SIGNAL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue