* boot-9.scm (the-module, set-current-module, current-module):
[bpt/guile.git] / ice-9 / optargs.scm
2001-03-05 Neil Jerram* Use "'()" instead of "()" in optargs.scm.
2000-10-15 Neil Jerram* Fix typos in optargs.scm.
2000-08-19 Marius Vollmer* optargs.scm (#\&): Changed #:allow-other-key-value to
2000-08-16 Marius Vollmer* optargs.scm (#\&): Emit warning about `#&' being...
2000-08-16 Marius Vollmer* optargs.scm: Replaced `#&' reader syntax with keywords.
1999-08-06 Jim BlandyUpdate FSF address in copyright notices.
1999-06-03 Mikael Djurfeldt* optargs.scm (lambda*): Bugfix: Replaced ARGLIST -->
1999-02-16 Maciej Stachowiak* optargs.scm (lambda*): Handle empty argument lists...
1999-02-09 Maciej Stachowiak* NEWS: Added entry for optargs module.