1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-09 07:00:23 +02:00
guile/ice-9
Mikael Djurfeldt 1a179b03b0 * 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.
2001-10-21 09:49:19 +00:00
..
.cvsignore *** empty log message *** 1999-10-05 22:36:14 +00:00
and-let-star.scm * lib.scm: Move module the system directives `export', 2001-10-21 09:49:19 +00:00
arrays.scm * read.c (scm_lreadr): When user-defined hash procedure returns 2001-10-14 16:05:04 +00:00
boot-9.scm * boot-9.scm (process-define-module): New options: :export-syntax, 2001-10-17 12:02:13 +00:00
buffered-input.scm Added exception notice to all files. 2001-06-03 23:29:45 +00:00
calling.scm * lib.scm: Move module the system directives `export', 2001-10-21 09:49:19 +00:00
ChangeLog * lib.scm: Move module the system directives `export', 2001-10-21 09:49:19 +00:00
channel.scm * lib.scm: Move module the system directives `export', 2001-10-21 09:49:19 +00:00
common-list.scm * lib.scm: Move module the system directives `export', 2001-10-21 09:49:19 +00:00
compile-psyntax.scm * syncase.scm (psyncomp): Removed, it is now in compile-psyntax.scm. 2001-07-23 22:09:42 +00:00
COPYING * COPYING, boot-9.scm, debug.scm, emacs.scm, expect.scm, gtcl.scm, 1997-05-26 22:26:48 +00:00
debug.scm * lib.scm: Move module the system directives `export', 2001-10-21 09:49:19 +00:00
debugger.scm * lib.scm: Move module the system directives `export', 2001-10-21 09:49:19 +00:00
documentation.scm Added exception notice to all files. 2001-06-03 23:29:45 +00:00
emacs.scm * emacs.scm (%%load-port, %%emacs-load, %%emacs-eval-request, 2001-10-08 12:40:14 +00:00
expect.scm * lib.scm: Move module the system directives `export', 2001-10-21 09:49:19 +00:00
format.scm * Removed lots of deprecated stuff. 2001-08-31 14:42:31 +00:00
getopt-long.scm (process-options, getopt-long): Fix omission 2001-09-08 02:30:20 +00:00
hcons.scm * lib.scm: Move module the system directives `export', 2001-10-21 09:49:19 +00:00
history.scm * and-let-star.scm, debug.scm, debugger.scm, history.scm, 2001-07-19 20:24:49 +00:00
lineio.scm * lib.scm: Move module the system directives `export', 2001-10-21 09:49:19 +00:00
ls.scm * lib.scm: Move module the system directives `export', 2001-10-21 09:49:19 +00:00
Makefile.am * Makefile.am (psyntax.pp): Reference compile-psyntax.scm in 2001-09-18 18:17:17 +00:00
mapping.scm * lib.scm: Move module the system directives `export', 2001-10-21 09:49:19 +00:00
match.scm No longer use module `(ice-9 slib)'. 2001-06-13 16:02:07 +00:00
networking.scm Added exception notice to all files. 2001-06-03 23:29:45 +00:00
null.scm * lib.scm: Move module the system directives `export', 2001-10-21 09:49:19 +00:00
optargs.scm * lib.scm: Move module the system directives `export', 2001-10-21 09:49:19 +00:00
poe.scm * lib.scm: Move module the system directives `export', 2001-10-21 09:49:19 +00:00
popen.scm * lib.scm: Move module the system directives `export', 2001-10-21 09:49:19 +00:00
posix.scm Added exception notice to all files. 2001-06-03 23:29:45 +00:00
pretty-print.scm * lib.scm: Move module the system directives `export', 2001-10-21 09:49:19 +00:00
psyntax.pp * psyntax.ss (build-lexical-var): Use gensym instead of gentemp. 2001-05-19 01:31:33 +00:00
psyntax.ss Added exception notice to all files. 2001-06-03 23:29:45 +00:00
q.scm * lib.scm: Move module the system directives `export', 2001-10-21 09:49:19 +00:00
r4rs.scm * and-let-star.scm, debug.scm, debugger.scm, history.scm, 2001-07-19 20:24:49 +00:00
r5rs.scm * lib.scm: Move module the system directives `export', 2001-10-21 09:49:19 +00:00
rdelim.scm * lib.scm: Move module the system directives `export', 2001-10-21 09:49:19 +00:00
README Initial revision 2001-06-13 09:25:43 +00:00
receive.scm * and-let-star.scm, debug.scm, debugger.scm, history.scm, 2001-07-19 20:24:49 +00:00
regex.scm * lib.scm: Move module the system directives `export', 2001-10-21 09:49:19 +00:00
runq.scm * lib.scm: Move module the system directives `export', 2001-10-21 09:49:19 +00:00
rw.scm * rw.scm (ice-9): export write-string/partial. 2001-06-04 21:49:36 +00:00
safe-r5rs.scm * lib.scm: Move module the system directives `export', 2001-10-21 09:49:19 +00:00
safe.scm * lib.scm: Move module the system directives `export', 2001-10-21 09:49:19 +00:00
session.scm * lib.scm: Move module the system directives `export', 2001-10-21 09:49:19 +00:00
slib.scm * lib.scm: Move module the system directives `export', 2001-10-21 09:49:19 +00:00
stack-catch.scm Added exception notice to all files. 2001-06-03 23:29:45 +00:00
streams.scm * lib.scm: Move module the system directives `export', 2001-10-21 09:49:19 +00:00
string-fun.scm * lib.scm: Move module the system directives `export', 2001-10-21 09:49:19 +00:00
syncase.scm * lib.scm: Move module the system directives `export', 2001-10-21 09:49:19 +00:00
test.scm * test.scm: Re-enable tests asserting that '() is true, and not a 1997-06-13 05:50:28 +00:00
threads.scm * lib.scm: Move module the system directives `export', 2001-10-21 09:49:19 +00:00
time.scm Added exception notice to all files. 2001-06-03 23:29:45 +00:00

This directory contains various bits of Guile Scheme code.
Most of these are packaged as modules, with foo.scm implementing
the module `(ice-9 foo)'.

The non-module files are:

boot-9.scm	-- loaded on guile startup
		   implements module system + lots of other stuff
arrays.scm	-- loaded by boot-9.scm
networking.scm	-- loaded by boot-9.scm
posix.scm	-- loaded by boot-9.scm
r4rs.scm	-- loaded by boot-9.scm