1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-13 17:20:21 +02:00
guile/module/ice-9
Andy Wingo e39d0b7668 fix curried definitions for value defines
* module/ice-9/curried-definitions.scm: Allow definitions of values with
  define and define*.
* test-suite/tests/curried-definitions.test: Add tests.
2010-04-08 21:01:52 +02:00
..
debugger local-eval will go away 2009-12-01 21:00:26 +01:00
debugging clean up macros.[ch] 2010-01-05 15:33:46 +01:00
and-let-star.scm
arrays.scm
boot-9.scm fix bug when importing bindings that were already imported and used 2010-04-08 00:29:52 +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 rename sc-expand to macroexpand 2010-03-19 15:22:27 +01:00
control.scm prompt around REPL evaluations, and around `guile' program invocation 2010-03-12 11:54:26 +01:00
curried-definitions.scm fix curried definitions for value defines 2010-04-08 21:01:52 +02:00
debug.scm
debugger.scm
deprecated.scm Move feature?' to deprecated.scm'. 2010-01-11 01:21:14 +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 eval.scm's handling of with-fluids doesn't leave the VM 2010-02-25 00:43:52 +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 rename libguile to libguile-@EFFECTIVE_VERSION@, currently libguile-2.0 2010-03-16 21:20:34 +01:00
lineio.scm
list.scm
ls.scm
mapping.scm
match.scm
networking.scm Add `getaddrinfo' and related procedures. 2010-02-14 20:56:47 +01:00
null.scm
occam-channel.scm
optargs.scm allow simple value definitions with define*-public 2010-01-12 20:15:36 +01:00
poe.scm
popen.scm
posix.scm nanosecond timestamp support in stat and utime 2010-01-17 16:56:34 +01:00
pretty-print.scm Use HORIZONTAL ELLIPSIS' when available in truncated-print'. 2010-01-08 10:57:32 +01:00
psyntax-pp.scm metadata for syntax-rules, identifier-syntax, and define-macro macros 2010-03-29 18:01:34 +02:00
psyntax.scm metadata for syntax-rules, identifier-syntax, and define-macro macros 2010-03-29 18:01:34 +02:00
q.scm
quasisyntax.scm add quasisyntax 2009-11-14 17:25:12 +01:00
r4rs.scm dynwind is now a part of guile's primitive language 2010-02-18 22:12:55 +01:00
r5rs.scm
rdelim.scm
README
receive.scm
regex.scm
runq.scm Remove unused top-level variables. 2010-01-11 01:21:14 +01:00
rw.scm
safe-r5rs.scm
safe.scm
serialize.scm
session.scm fix texinfo reflection for procedures 2010-01-12 22:50:10 +01:00
slib.scm
stack-catch.scm
streams.scm
string-fun.scm
syncase.scm deprecated sc-expand in deprecated (ice-9 syncase) 2010-04-07 00:05:34 +02:00
test.scm
threads.scm
time.scm
vlist.scm vlist: Slightly improve readability and consistency. 2010-02-10 00:40:01 +01:00
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