*** empty log message ***
This commit is contained in:
parent
5382d876c8
commit
302f229e58
2 changed files with 16 additions and 0 deletions
8
NEWS
8
NEWS
|
|
@ -147,6 +147,14 @@ Use scm_memory_error instead of SCM_NALLOC.
|
|||
|
||||
Use scm_catch or scm_lazy_catch from throw.[ch] instead.
|
||||
|
||||
** scm_gensym has changed prototype
|
||||
|
||||
scm_gensym now only takes one argument.
|
||||
|
||||
** New function: scm_gentemp (SCM prefix, SCM obarray)
|
||||
|
||||
The builtin `gentemp' has now become a primitive.
|
||||
|
||||
|
||||
Changes since Guile 1.3.4:
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
2000-09-12 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
|
||||
|
||||
* symbols.h (scm_gentemp): Declared.
|
||||
|
||||
* symbols.c (scm_gensym): Reimplemented. Now only takes one
|
||||
optional argument which should be a *string*.
|
||||
(scm_gentemp): Reimplemented and moved from boot-9.scm.
|
||||
|
||||
2000-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
|
||||
|
||||
* modules.c: Use applicable smobs for eval closures instead of
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue