1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-18 18:40:22 +02:00
guile/module/ice-9
Ludovic Courtès 5658035c9c Fix typos leading to wrong argument counts.
* module/ice-9/channel.scm (eval): Fix number of arguments to
  `guile:eval'.

* module/oop/goops/save.scm (write-readably): Fix number of arguments to
  `write-array'.

* module/srfi/srfi-19.scm (priv:char->int): Fix number of arguments to
  `priv:time-error'.
2009-11-07 19:24:49 +01:00
..
debugger
debugging
and-let-star.scm
arrays.scm
boot-9.scm Remove obsolete `save-stack' case. 2009-10-22 00:51:53 +02:00
buffered-input.scm
calling.scm
ChangeLog-2008
channel.scm Fix typos leading to wrong argument counts. 2009-11-07 19:24:49 +01:00
common-list.scm
compile-psyntax.scm
debug.scm
debugger.scm
deprecated.scm bitvector tweaks 2009-10-16 11:59:30 +02:00
documentation.scm
emacs.scm
expect.scm
format.scm
ftw.scm
gap-buffer.scm
gds-client.scm
gds-server.scm
getopt-long.scm
hcons.scm
history.scm
i18n.scm Merge libguile-i18n' into libguile'. 2009-09-14 00:42:25 +02:00
lineio.scm
list.scm
ls.scm
mapping.scm
match.scm
networking.scm
null.scm
occam-channel.scm
optargs.scm define* in psyntax 2009-10-24 16:32:27 +02:00
poe.scm
popen.scm
posix.scm
pretty-print.scm
psyntax-pp.scm Fix typos in `psyntax'. 2009-11-07 19:19:16 +01:00
psyntax.scm Fix typos in `psyntax'. 2009-11-07 19:19:16 +01:00
q.scm
r4rs.scm
r5rs.scm
rdelim.scm
README
receive.scm
regex.scm
runq.scm
rw.scm
safe-r5rs.scm
safe.scm
serialize.scm
session.scm Fix typos leading to unbound variable references. 2009-10-22 22:57:25 +02:00
slib.scm
stack-catch.scm
streams.scm
string-fun.scm
syncase.scm
test.scm
threads.scm
time.scm
weak-vector.scm

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