1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-03 13:20:26 +02:00
guile/ice-9
Kevin Ryde fbacbccede (system): Correction to redefinition, now guile is stricter
about when a define binding comes into existance.
2004-07-05 00:08:24 +00:00
..
debugger * debugger/trap-hooks.scm (debug-hook-membership): New, exported. 2004-02-09 19:18:01 +00:00
.cvsignore *** empty log message *** 1999-10-05 22:36:14 +00:00
and-let-star.scm Changed license terms to the plain LGPL thru-out. 2003-04-05 19:15:35 +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: Reordered definitions such that macro definitions 2004-05-29 08:40:38 +00:00
buffered-input.scm Changed license terms to the plain LGPL thru-out. 2003-04-05 19:15:35 +00:00
calling.scm Changed license terms to the plain LGPL thru-out. 2003-04-05 19:15:35 +00:00
ChangeLog * boot-9.scm: Reordered definitions such that macro definitions 2004-05-29 08:40:38 +00:00
channel.scm Changed license terms to the plain LGPL thru-out. 2003-04-05 19:15:35 +00:00
common-list.scm Changed license terms to the plain LGPL thru-out. 2003-04-05 19:15:35 +00:00
compile-psyntax.scm * psyntax.ss (build-data): Don't quote self-evaluating expressions 2003-01-16 11:48:14 +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 Changed license terms to the plain LGPL thru-out. 2003-04-05 19:15:35 +00:00
debugger.scm ui- to gds- change; debug-on-error fix. 2003-11-11 23:27:22 +00:00
deprecated.scm (list*): Added. 2003-05-20 19:11:16 +00:00
documentation.scm (file-commentary, find-documentation-in-file): Use 2003-05-10 00:38:24 +00:00
emacs.scm Changed license terms to the plain LGPL thru-out. 2003-04-05 19:15:35 +00:00
expect.scm Changed license terms to the plain LGPL thru-out. 2003-04-05 19:15:35 +00:00
format.scm (format): Rewritten as a big letrec to make it reentrant. No mutex is 2003-09-15 13:37:50 +00:00
ftw.scm (directory-files): Close dir-stream when done. Thanks to Paul Jarc! 2003-10-12 16:52:12 +00:00
gap-buffer.scm (point++n!, point+-n!): Use substring-move! instead of 2003-05-03 21:34:33 +00:00
getopt-long.scm Changed license terms to the plain LGPL thru-out. 2003-04-05 19:15:35 +00:00
hcons.scm (hashq-cons-get-handle): Pass only the expected four arguments to 2003-05-03 20:41:30 +00:00
history.scm (use-value-history): Use resolve-interface instead 2004-05-24 20:57:20 +00:00
lineio.scm (make-line-buffering-input-port) Pass 0 as second argument to 2003-05-03 20:24:22 +00:00
list.scm Changed license terms to the plain LGPL thru-out. 2003-04-05 19:15:35 +00:00
ls.scm Changed license terms to the plain LGPL thru-out. 2003-04-05 19:15:35 +00:00
Makefile.am * Makefile.am (TAGS_FILES): Use this variable instead of 2004-02-09 01:48:34 +00:00
mapping.scm Use '#:' prefix for keywords instead of ':'. Thanks to Richard Todd! 2004-01-12 17:19:21 +00:00
match.scm Changed license terms to the plain LGPL thru-out. 2003-04-05 19:15:35 +00:00
networking.scm Changed license terms to the plain LGPL thru-out. 2003-04-05 19:15:35 +00:00
null.scm Changed license terms to the plain LGPL thru-out. 2003-04-05 19:15:35 +00:00
occam-channel.scm Changed license terms to the plain LGPL thru-out. 2003-04-05 19:15:35 +00:00
optargs.scm Changed license terms to the plain LGPL thru-out. 2003-04-05 19:15:35 +00:00
poe.scm (funcq-assoc): Rewrite, don't assume '() is false, and 2003-10-08 22:57:52 +00:00
popen.scm (open-process): Correction to previous fdes closing 2003-09-19 01:01:10 +00:00
posix.scm Changed license terms to the plain LGPL thru-out. 2003-04-05 19:15:35 +00:00
pretty-print.scm Changed license terms to the plain LGPL thru-out. 2003-04-05 19:15:35 +00:00
psyntax.pp * evalext.c, evalext.h (scm_self_evaluating_p): New function. 2003-01-20 10:12:39 +00:00
psyntax.ss Changed license terms to the plain LGPL thru-out. 2003-04-05 19:15:35 +00:00
q.scm (q-pop!): Should be "null?" not "not" for end-of-list. 2004-01-06 21:38:34 +00:00
r4rs.scm Changed license terms to the plain LGPL thru-out. 2003-04-05 19:15:35 +00:00
r5rs.scm Changed license terms to the plain LGPL thru-out. 2003-04-05 19:15:35 +00:00
rdelim.scm Changed license terms to the plain LGPL thru-out. 2003-04-05 19:15:35 +00:00
README Initial revision 2001-06-13 09:25:43 +00:00
receive.scm Changed license terms to the plain LGPL thru-out. 2003-04-05 19:15:35 +00:00
regex.scm Changed license terms to the plain LGPL thru-out. 2003-04-05 19:15:35 +00:00
runq.scm Changed license terms to the plain LGPL thru-out. 2003-04-05 19:15:35 +00:00
rw.scm Changed license terms to the plain LGPL thru-out. 2003-04-05 19:15:35 +00:00
safe-r5rs.scm Changed license terms to the plain LGPL thru-out. 2003-04-05 19:15:35 +00:00
safe.scm Changed license terms to the plain LGPL thru-out. 2003-04-05 19:15:35 +00:00
serialize.scm * serialize.scm: New file. 2003-04-25 19:49:15 +00:00
session.scm Changed license terms to the plain LGPL thru-out. 2003-04-05 19:15:35 +00:00
slib.scm (system): Correction to redefinition, now guile is stricter 2004-07-05 00:08:24 +00:00
stack-catch.scm Changed license terms to the plain LGPL thru-out. 2003-04-05 19:15:35 +00:00
streams.scm Changed license terms to the plain LGPL thru-out. 2003-04-05 19:15:35 +00:00
string-fun.scm Changed license terms to the plain LGPL thru-out. 2003-04-05 19:15:35 +00:00
syncase.scm Changed license terms to the plain LGPL thru-out. 2003-04-05 19:15:35 +00:00
test.scm Changed license terms to the plain LGPL thru-out. 2003-04-05 19:15:35 +00:00
threads.scm (parallel): For no forms, use (values)' not (begin)'. 2003-06-19 01:36:01 +00:00
time.scm Changed license terms to the plain LGPL thru-out. 2003-04-05 19:15:35 +00:00
weak-vector.scm Changed license terms to the plain LGPL thru-out. 2003-04-05 19:15:35 +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