*** empty log message ***

This commit is contained in:
Marius Vollmer 2001-11-03 18:46:31 +00:00
commit 4e21fa6096
2 changed files with 10 additions and 0 deletions

5
NEWS
View file

@ -12,6 +12,11 @@ Previously, comparing two variables with `equal?' would recursivly
compare their values. This is no longer done. Variables are now only
`equal?' if they are `eq?'.
** `(begin)' is now valid.
You can now use an empty `begin' form. It will yield #<unspecified>
when evaluated and simply be ignored in a definition context.
* Changes to the C interface
** New function: scm_str2string

View file

@ -1,3 +1,8 @@
2001-11-03 Marius Vollmer <mvo@zagadka.ping.de>
* eval.c (scm_m_begin): Allow `(begin)`, with no subforms.
(SCM_CEVAL): Evaluate an empty `begin' to SCM_UNSPECIFIED.
2001-11-02 Mikael Djurfeldt <mdj@linnaeus>
* print.c (scm_iprin1): Mark print state as revealed when