1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-06 15:40:29 +02:00

*** empty log message ***

This commit is contained in:
Mikael Djurfeldt 1999-06-05 06:00:05 +00:00
parent dd856e2311
commit 15631a33d1
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,8 @@
1999-06-04 Dirk Herrmann <D.Herrmann@tu-bs.de>
* boot-9.scm (iota): replaced by a tail recursive version.
(reverse-iota): removed.
1999-06-03 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se> 1999-06-03 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
* optargs.scm (lambda*): Bugfix: Replaced ARGLIST --> * optargs.scm (lambda*): Bugfix: Replaced ARGLIST -->

View file

@ -1,3 +1,7 @@
1999-06-04 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
* numbers.c: Added #include "feature.h".
1999-05-23 Mikael Djurfeldt <mdj@barbara.nada.kth.se> 1999-05-23 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
* smob.c, smob.h (scm_make_smob_type): New interface to smob * smob.c, smob.h (scm_make_smob_type): New interface to smob