1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-20 10:40:19 +02:00
guile/module/ice-9
Andy Wingo 9274c3dd40 ~:@y allows for truncation to an absolute maximum width
* module/ice-9/format.scm (format): Allow ~:@y to interpret the width as
  the maximum width, inclusive of whatever else has already been output.
* doc/ref/misc-modules.texi (Formatted Output): Document this.
2009-12-29 21:15:08 +01:00
..
debugger local-eval will go away 2009-12-01 21:00:26 +01:00
debugging local-eval will go away 2009-12-01 21:00:26 +01:00
and-let-star.scm
arrays.scm
boot-9.scm (syntax foo) -> #'foo in boot-9 2009-12-28 11:44:06 +01: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 eval.c closures are now applicable smobs, not tc3s 2009-12-04 19:20:11 +01:00
documentation.scm eval.c closures are now applicable smobs, not tc3s 2009-12-04 19:20:11 +01:00
emacs.scm local-eval will go away 2009-12-01 21:00:26 +01:00
eval.scm primitive-eval passes first N args on stack directly, not via apply 2009-12-13 17:19:59 +01:00
expect.scm
format.scm ~:@y allows for truncation to an absolute maximum width 2009-12-29 21:15:08 +01:00
ftw.scm "filesystem" -> "file system" 2009-11-24 23:16:08 +01:00
gap-buffer.scm
gds-client.scm local-eval will go away 2009-12-01 21:00:26 +01:00
gds-server.scm
getopt-long.scm
hcons.scm
history.scm
i18n.scm Improved support for Unicode title case in Guile's string and character APIs. 2009-12-22 00:19:56 -05:00
lineio.scm
list.scm
ls.scm
mapping.scm
match.scm
networking.scm
null.scm
occam-channel.scm
optargs.scm fix defmacro* 2009-12-28 11:50:45 +01:00
poe.scm
popen.scm
posix.scm
pretty-print.scm add truncated-print to (ice-9 pretty-print) 2009-12-29 13:29:02 +01:00
psyntax-pp.scm keyword arg errors throw to 'keyword-argument-error 2009-12-23 22:59:12 +01:00
psyntax.scm keyword arg errors throw to 'keyword-argument-error 2009-12-23 22:59:12 +01:00
q.scm
quasisyntax.scm add quasisyntax 2009-11-14 17:25:12 +01:00
r4rs.scm
r5rs.scm
rdelim.scm
README
receive.scm
regex.scm
runq.scm
rw.scm
safe-r5rs.scm
safe.scm
serialize.scm
session.scm eval.c closures are now applicable smobs, not tc3s 2009-12-04 19:20:11 +01: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