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

*** empty log message ***

This commit is contained in:
Marius Vollmer 2005-01-10 20:28:47 +00:00
parent 5a01596b0d
commit 79486f9fdb
3 changed files with 12 additions and 0 deletions

1
THANKS
View file

@ -82,6 +82,7 @@ For fixes or providing information which led to a fix:
Daniel Skarda
Dale P. Smith
Mike Small
Issac Trotts
Greg Troxel
Masao Uebayashi
Bernard Urban

View file

@ -1,3 +1,9 @@
2005-01-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* boot-9.scm (process-define-module): Check for #:use-syntax
keyword, not the symbol. Changed references to 'spec' variable to
'interface-args'. There is no 'spec'.
2004-09-26 Kevin Ryde <user42@zip.com.au>
* optargs.scm (let-optional-template, let-keywords-template): Change

View file

@ -1,3 +1,8 @@
2005-01-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* eval.c (scm_eval): Added example to docstring. Thanks to Issac
Trotts!
2004-12-27 Neil Jerram <neil@ossau.uklinux.net>
* continuations.h, continuations.c (scm_t_contregs): New 'offset'