1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-15 10:10:21 +02:00
guile/module/ice-9
Ludovic Courtès 667230810b Install the current locale when starting the REPL.
* module/ice-9/top-repl.scm (top-repl): Install the current locale.
2011-01-24 23:37:46 +01:00
..
and-let-star.scm
arrays.scm
boot-9.scm guile-user has no filename 2010-12-17 13:30:07 +01:00
buffered-input.scm bugfixes and simplifications to ice-9 buffered-input. 2010-10-05 19:55:37 +02:00
calling.scm
ChangeLog-2008
channel.scm deprecate arity access via (procedure-properties proc 'arity) 2010-04-17 16:28:52 +02:00
common-list.scm
compile-psyntax.scm compile-psyntax "optimizes" psyntax-pp 2010-06-17 13:43:27 +02: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 gut ice-9 debug 2010-07-16 17:35:43 +02:00
deprecated.scm deprecate process-define-module 2010-11-19 15:22:44 +01:00
documentation.scm remove program-name, program-documentation 2010-04-17 15:21:08 +02:00
eval.scm attempted microoptimization in eval.scm. 2010-06-13 20:17:49 +02:00
expect.scm
format.scm format handles ~@c better 2010-12-18 13:13:16 +01:00
ftw.scm "filesystem" -> "file system" 2009-11-24 23:16:08 +01:00
futures.scm futures: Store pending futures in a queue. 2010-12-17 21:55:56 +01:00
gap-buffer.scm
getopt-long.scm
hcons.scm
history.scm Use `define-module*' in (ice-9 history). 2010-11-20 00:47:12 +01:00
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 nested module fixen to (ice-9 ls) 2010-04-24 17:42:00 +02:00
mapping.scm
match.scm Document (ice-9 match). 2010-08-27 18:59:43 +02:00
match.upstream.scm Fix pattern variable extraction in match' with ..1'. 2010-09-27 23:52:10 +02:00
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
poll.scm ice-9 poll handles buffered io too 2010-12-06 19:27:22 +01:00
popen.scm batch-mode? in terms of *repl-level* 2010-06-18 12:28:18 +02:00
posix.scm nanosecond timestamp support in stat and utime 2010-01-17 16:56:34 +01:00
pretty-print.scm Use ellipsis character in truncated pretty-print of sequences 2010-11-08 18:57:29 -08:00
psyntax-pp.scm syntax-violation uses lambda*, throws a structured message 2010-11-16 02:56:57 +01:00
psyntax.scm syntax-violation uses lambda*, throws a structured message 2010-11-16 02:56:57 +01: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 fix some uses of %module-public-interface 2010-04-24 17:43:52 +02:00
r6rs-libraries.scm rnrs modules #:replace as appropriate 2010-06-20 23:59:57 +02:00
rdelim.scm read-delimited is clearer and conses less 2010-12-03 18:04:09 +01:00
README
receive.scm ice-9 receive without define-macro 2010-06-19 14:51:48 +02:00
regex.scm define* in ice-9 regex 2010-07-09 17:05:24 +02:00
runq.scm Remove unused top-level variables. 2010-01-11 01:21:14 +01:00
rw.scm
safe-r5rs.scm fix some uses of %module-public-interface 2010-04-24 17:43:52 +02:00
safe.scm
save-stack.scm deprecate the-last-stack 2010-06-19 13:43:33 +02:00
scm-style-repl.scm remove evaluator-traps-interface 2010-09-24 18:44:21 +02:00
serialize.scm
session.scm fix tab completion in repl (doh) 2011-01-07 22:01:27 -08:00
slib.scm
stack-catch.scm deprecate save-stack, stack-saved? 2010-06-19 12:57:31 +02:00
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 Implement `(ice-9 threads)' high-level constructs in terms of futures. 2010-12-16 23:45:24 +01:00
time.scm
top-repl.scm Install the current locale when starting the REPL. 2011-01-24 23:37:46 +01:00
vlist.scm Add a record type printer for vlists/vhashes. 2010-12-07 23:13:19 +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