* lib.scm: Move module the system directives `export',
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Sun, 21 Oct 2001 09:49:19 +0000 (09:49 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Sun, 21 Oct 2001 09:49:19 +0000 (09:49 +0000)
commit1a179b03b02d7967c9eba7ef6f196fcbfbafa15b
treea8de78f90c464e285db1136d5857969978d3ad10
parentb461abe73f84e023fa3df782ea82b3582a48412f
* lib.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.

* 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.
51 files changed:
ice-9/ChangeLog
ice-9/and-let-star.scm
ice-9/calling.scm
ice-9/channel.scm
ice-9/common-list.scm
ice-9/debug.scm
ice-9/debugger.scm
ice-9/expect.scm
ice-9/hcons.scm
ice-9/lineio.scm
ice-9/ls.scm
ice-9/mapping.scm
ice-9/null.scm
ice-9/optargs.scm
ice-9/poe.scm
ice-9/popen.scm
ice-9/pretty-print.scm
ice-9/q.scm
ice-9/r5rs.scm
ice-9/rdelim.scm
ice-9/regex.scm
ice-9/runq.scm
ice-9/safe-r5rs.scm
ice-9/safe.scm
ice-9/session.scm
ice-9/slib.scm
ice-9/streams.scm
ice-9/string-fun.scm
ice-9/syncase.scm
ice-9/threads.scm
oop/ChangeLog
oop/goops.scm
oop/goops/active-slot.scm
oop/goops/compile.scm
oop/goops/composite-slot.scm
oop/goops/describe.scm
oop/goops/dispatch.scm
oop/goops/old-define-method.scm
oop/goops/save.scm
oop/goops/util.scm
srfi/ChangeLog
srfi/srfi-10.scm
srfi/srfi-11.scm
srfi/srfi-14.scm
srfi/srfi-16.scm
srfi/srfi-2.scm
srfi/srfi-4.scm
srfi/srfi-8.scm
srfi/srfi-9.scm
test-suite/ChangeLog
test-suite/lib.scm