mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-12 14:50:19 +02:00
*** empty log message ***
This commit is contained in:
parent
dfb49627fc
commit
76ef92f358
2 changed files with 14 additions and 0 deletions
9
NEWS
9
NEWS
|
@ -22,6 +22,15 @@ Example:
|
||||||
|
|
||||||
* Changes to Scheme functions and syntax
|
* Changes to Scheme functions and syntax
|
||||||
|
|
||||||
|
** Module (ice-9 optargs) now uses keywords instead of `#&'.
|
||||||
|
|
||||||
|
Instead of #&optional, #&key, etc you should now use #:optional,
|
||||||
|
#:key, etc. Since #:optional is a keyword, you can write it as just
|
||||||
|
:optional when (read-set! keywords 'prefix) is active.
|
||||||
|
|
||||||
|
The old reader syntax `#&' is still supported, but deprecated. It
|
||||||
|
will be removed in the next release.
|
||||||
|
|
||||||
** Backward incompatible change: eval EXP ENVIRONMENT-SPECIFIER
|
** Backward incompatible change: eval EXP ENVIRONMENT-SPECIFIER
|
||||||
|
|
||||||
`eval' is now R5RS, that is it takes two arguments.
|
`eval' is now R5RS, that is it takes two arguments.
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
2000-08-16 Marius Vollmer <mvo@zagadka.ping.de>
|
||||||
|
|
||||||
|
* optargs.scm: Replaced `#&' reader syntax with keywords.
|
||||||
|
|
||||||
2000-08-14 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
|
2000-08-14 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
|
||||||
|
|
||||||
* format.scm (format:obj->str): Made tail-recursive. (Thanks to
|
* format.scm (format:obj->str): Made tail-recursive. (Thanks to
|
||||||
|
@ -50,6 +54,7 @@
|
||||||
(process-define-module): Bugfix: Make sure that exports are done
|
(process-define-module): Bugfix: Make sure that exports are done
|
||||||
*after* all used interfaces has been added.
|
*after* all used interfaces has been added.
|
||||||
|
|
||||||
|
>>>>>>> 1.341
|
||||||
2000-07-24 Marius Vollmer <mvo@zagadka.ping.de>
|
2000-07-24 Marius Vollmer <mvo@zagadka.ping.de>
|
||||||
|
|
||||||
* common-list.scm (uniq): Made tail-recursive. Thanks to thi!
|
* common-list.scm (uniq): Made tail-recursive. Thanks to thi!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue