summaryrefslogtreecommitdiff
path: root/ice-9/and-let-star.scm
Commit message (Collapse)AuthorAgeFilesLines
* move ice-9/ and oop/ under module/Andy Wingo2008-11-011-49/+0
| | | | | | Moved ice-9/ and oop/ under module/, with the idea being that we have only scheme under module/. Adjusted configure.in and Makefile.am appropriately. Put oop/ at the end of the compilation order.
* merge from 1.8 branchKevin Ryde2006-04-161-1/+1
|
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
|
* (and-let*): Give #t for an empty body, per srfi-2Kevin Ryde2004-08-251-1/+3
| | | | spec, previously came out as an empty (begin).
* Add cond-expand-provide srfi-2, since this module provides that feature.Kevin Ryde2004-08-181-0/+2
|
* (and-let*): Remove unused variable "val".Kevin Ryde2004-07-091-3/+2
|
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-35/+10
|
* * lib.scm: Move module the system directives `export',Mikael Djurfeldt2001-10-211-3/+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.
* * and-let-star.scm, debug.scm, debugger.scm, history.scm,Martin Grabmüller2001-07-191-1/+1
| | | | | lineio.scm, null.scm, optargs.scm, r4rs.scm, r5rs.scm, receive.scm, safe-r5rs.scm, streams.scm: Updated copyright notice.
* Added exception notice to all files.Marius Vollmer2001-06-031-0/+24
| | | | | | (module-export!): Revert 2001-06-02 change. It caused more problems than it solved by accidentally re-exporting importing bindings once in a while.
* * and-let-star.scm, and-let*.scm: Renamed `and-let*.scm' toMarius Vollmer2001-02-041-0/+48
`and-let-star.scm'. Updated module name as well. * and-let-star-compat.scm: New file, installed as `and-let*.scm'. * Makefile.am (ice9_sources): Replaced "and-let*.scm" with "and-let-star.scm". (install-data-local): Install "and-let-star-compat.scm" as "and-let*.scm", ignoring errors. (EXTRA_DIST): Distribute `and-let-star-compat.scm'.