(scm_char_set_xor): bug fix: characters should only be included if
[bpt/guile.git] / ice-9 / optargs.scm
2001-07-19 Martin Grabmüller * and-let-star.scm, debug.scm, debugger.scm, history...
2001-06-09 Marius Vollmer(lambda*): Make sure that BODY is always put into a
2001-06-03 Marius VollmerAdded exception notice to all files.
2001-05-20 Marius Vollmer(#\&): Use `issue-deprecation-warning' instead of
2001-05-15 Marius VollmerMerged from mvo-vcell-cleanup-1-branch.
2001-04-28 Thien-Thi NguyenSurround commentary w/ standard markers; nfc.
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.