mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-31 01:10:24 +02:00
Added entry about gentemp.
This commit is contained in:
parent
266ec340ab
commit
c47fdfdb5d
1 changed files with 5 additions and 0 deletions
5
NEWS
5
NEWS
|
@ -1090,6 +1090,11 @@ Instead, create a fresh vector of the desired size and copy the contents.
|
||||||
|
|
||||||
scm_gensym now only takes one argument.
|
scm_gensym now only takes one argument.
|
||||||
|
|
||||||
|
** Deprecated function: scm_gentemp.
|
||||||
|
|
||||||
|
Along with obarrays, scm_gentemp has been deprecated. Use scm_gensym
|
||||||
|
instead, or roll your own.
|
||||||
|
|
||||||
** Deprecated type tags: scm_tc7_ssymbol, scm_tc7_msymbol, scm_tcs_symbols,
|
** Deprecated type tags: scm_tc7_ssymbol, scm_tc7_msymbol, scm_tcs_symbols,
|
||||||
scm_tc7_lvector
|
scm_tc7_lvector
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue