1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-01 09:50:19 +02:00
guile/module/ice-9
Nguyễn Thái Ngọc Duy cefbfac520 Accept .sld as scheme extensions in r7rs
This is similar to 0bb980f12 (New function: install-r6rs!, 2019-09-25)
which accepts .sls extension for r6rs. In r7rs, most portable libraries
use .sld.

* module/ice-9/boot-9.scm (install-r7rs!): Update %load-extensions.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-03-07 16:14:23 +01:00
..
peg Refactor PEG records 2019-10-21 17:21:47 +02:00
and-let-star.scm Fix SRFI-2 (and-let*) implementation. 2016-06-21 13:40:01 +02:00
arrays.scm Fix bitvectors and non-zero lower bound arrays in truncated-print 2017-10-31 13:23:44 +01:00
atomic.scm Compiler support for atomics 2016-09-06 12:18:35 +02:00
binary-ports.scm Add get-bytevector-some!. 2019-06-18 02:05:20 -04:00
boot-9.scm Accept .sld as scheme extensions in r7rs 2020-03-07 16:14:23 +01:00
buffered-input.scm
calling.scm
ChangeLog-2008
command-line.scm Bump user-visible copyright years to 2020 2020-01-13 08:36:23 +01:00
common-list.scm
compile-psyntax.scm Add "mod" field to tree-il toplevel ref, set, define 2019-08-18 22:27:12 +02:00
control.scm Add suspendable-continuation? 2016-12-12 21:13:00 +01:00
curried-definitions.scm
deprecated.scm Remove support for legacy syntax objects. 2017-05-22 15:37:43 +02:00
documentation.scm
eval-string.scm
eval.scm Introduce make-struct/simple 2018-01-21 21:03:35 +01:00
exceptions.scm exceptions: Export constructor and predicate for '&quit-exception'. 2020-01-18 23:33:01 +01:00
expect.scm
fdes-finalizers.scm Add file descriptor finalizers 2016-08-30 23:35:10 +02:00
format.scm More format refactorings. 2019-08-13 23:08:46 +02:00
ftw.scm scandir: Avoid 'stat' calls on each entry. 2017-03-01 20:40:26 +01:00
futures.scm Revert "futures: Limit the number of nested futures on the same stack." 2017-02-28 10:45:21 +01:00
gap-buffer.scm Re-implement (ice-9 gap-buffer) records in terms of srfi-9 2019-10-22 13:47:02 +02:00
getopt-long.scm
hash-table.scm
hcons.scm
history.scm
i18n.scm Add a fallback value for the locale-monetary-decimal-point 2019-05-23 17:31:23 +02:00
iconv.scm
lineio.scm
list.scm
local-eval.scm
ls.scm
match.scm
match.upstream.scm Update (ice-9 match) to include selected bug fixes from upstream. 2019-05-23 17:14:26 +02:00
networking.scm
null.scm (ice-9 null) also exports aux syntax, syntax-rules 2019-09-27 22:57:38 +02:00
occam-channel.scm
optargs.scm
peg.scm
poe.scm
poll.scm
popen.scm Deprecate passing a non-zero size to make-module 2019-09-27 22:57:38 +02:00
ports.scm ports: Export 'current-load-port'. 2019-06-30 16:31:30 +02:00
posix.scm
pretty-print.scm Fix bitvectors and non-zero lower bound arrays in truncated-print 2017-10-31 13:23:44 +01:00
psyntax-pp.scm psyntax: Preserve source location information for top-level references. 2020-03-07 15:50:22 +01:00
psyntax.scm psyntax: Preserve source location information for top-level references. 2020-03-07 15:50:22 +01:00
q.scm
quasisyntax.scm
r5rs.scm
r6rs-libraries.scm Fix resolve-r6rs-interface to propagate replacement flags 2019-12-06 15:38:08 +01:00
r7rs-libraries.scm Support R7RS define-library 2020-01-12 20:31:47 +01:00
rdelim.scm VM support for string-set!; slimmer read-string 2017-03-09 17:24:06 +01:00
README
receive.scm
regex.scm
runq.scm
rw.scm
safe-r5rs.scm (ice-9 safe-r5rs) fixes for bound aux syntax 2019-09-27 22:57:38 +02:00
safe.scm Deprecate passing a non-zero size to make-module 2019-09-27 22:57:38 +02:00
sandbox.scm Define top-level bindings for aux syntax: else, =>, _, ... 2019-09-12 21:50:51 +02:00
save-stack.scm Avoid stacks in dynamically-bound values 2017-02-07 09:57:55 +01:00
scm-style-repl.scm
serialize.scm Deprecate dynamic roots 2016-11-21 23:09:21 +01:00
session.scm Deprecate passing a non-zero size to make-module 2019-09-27 22:57:38 +02:00
slib.scm
stack-catch.scm
streams.scm
string-fun.scm New function string-replace-substring in (ice-9 string-fun) 2020-01-06 09:44:01 +01:00
suspendable-ports.scm Make 'get-bytevector-n!' suspendable. 2019-06-18 05:15:07 -04:00
test.scm
textual-ports.scm Update port documentation, rename sports to suspendable ports 2016-06-09 10:50:32 +02:00
threads.scm Make module autoloading thread-safe. 2018-08-07 12:09:12 +02:00
time.scm time: Use #: for 'define-module' clauses. 2019-05-23 15:41:32 +02:00
top-repl.scm (ice-9 safe-r5rs) fixes for bound aux syntax 2019-09-27 22:57:38 +02:00
unicode.scm
vlist.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