summaryrefslogtreecommitdiff
path: root/srfi/srfi-11.scm
AgeCommit message (Collapse)AuthorFilesLines
2004-04-23(let-values): Use make-symbol rather than gensym, forKevin Ryde1-5/+3
guaranteed uniqueness of temp variable symbols.
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-36/+11
2002-03-28Update copyright.Thien-Thi Nguyen1-41/+45
Point to manual in commentary; nfc.
2002-03-28Update copyright.Thien-Thi Nguyen1-8/+26
Add commentary; nfc.
2001-12-16(let-values): Use `gensym' instead of `gentemp'.Marius Vollmer1-1/+1
2001-10-21* lib.scm: Move module the system directives `export',Mikael Djurfeldt1-4/+2
`export-syntax', `re-export' and `re-export-syntax' into the `define-module' form. This is the recommended way of exporting bindings. * srfi-2.scm, srfi-4.scm, srfi-8.scm, srfi-9.scm, srfi-10.scm, srfi-11.scm, srfi-14.scm, srfi-16.scm: Move module the system directives `export', `export-syntax', `re-export' and `re-export-syntax' into the `define-module' form. This is the recommended way of exporting bindings. * goops.scm, goops/active-slot.scm, goops/compile.scm, goops/composite-slot.scm, goops/describe.scm, goops/dispatch.scm, goops/old-define-method.scm, goops/save.scm, goops/util.scm: Move module the system directives `export', `export-syntax', `re-export' and `re-export-syntax' into the `define-module' form. This is the recommended way of exporting bindings. * slib.scm (array-indexes): New procedure. (*features*): Extend. (Probably some of these options should be set elsewhere.) (Thanks to Aubrey Jaffer.) * and-let-star-compat.scm, and-let-star.scm, calling.scm, channel.scm, common-list.scm, debug.scm, debugger.scm, expect.scm, hcons.scm, lineio.scm, ls.scm, mapping.scm, null.scm, optargs.scm, poe.scm, popen.scm, pretty-print.scm, q.scm, r5rs.scm, rdelim.scm, regex.scm, runq.scm, safe-r5rs.scm, safe.scm, session.scm, slib.scm, streams.scm, string-fun.scm, syncase.scm, threads.scm: Move module the system directives `export', `export-syntax', `re-export' and `re-export-syntax' into the `define-module' form. This is the recommended way of exporting bindings.
2001-07-19 * srfi-11.scm, srfi-8.scm: Update copyright notice.Martin Grabmüller1-1/+1
2001-06-03*** empty log message ***Marius Vollmer1-0/+24
2001-05-23 * README: Update, document available SRFIs.Martin Grabmüller1-0/+2
* srfi-19.scm, srfi-17.scm, srfi-16.scm, srfi-14.scm, srfi-13.scm, srfi-11.scm, srfi-10.scm, srfi-9.scm, srfi-8.scm, srfi-6.scm, srfi-2.scm: Use `cond-expand-provide' for providing features to `cond-expand'.
2001-05-02* srfi-11.scm (let-values): fix (a b c . d) case. Thanks Martin.Rob Browning1-10/+30
2001-04-26 * srfi-11.scm: new file - exports let-values and let*-values.Rob Browning1-0/+215