Andy Wingo 7565b9fc09 add file-port-close-on-exec?; popen takes advantage of it. 13 年之前
..
ChangeLog-2008 00d0489205 move ice-9/ and oop/ under module/ 16 年之前
README 00d0489205 move ice-9/ and oop/ under module/ 16 年之前
and-let-star.scm 53befeb700 Change Guile license to LGPLv3+ 15 年之前
arrays.scm 53befeb700 Change Guile license to LGPLv3+ 15 年之前
binary-ports.scm a6c377f7d8 Add `get-string-n' and `get-string-n!' for R6RS ports 14 年之前
boot-9.scm a41bed83ab Merge remote-tracking branch 'origin/stable-2.0' 13 年之前
buffered-input.scm fe78af419c bugfixes and simplifications to ice-9 buffered-input. 14 年之前
calling.scm 53befeb700 Change Guile license to LGPLv3+ 15 年之前
channel.scm 3fc7e2c123 deprecate arity access via (procedure-properties proc 'arity) 15 年之前
command-line.scm 86b4309b71 Fix --listen option to allow other ports 13 年之前
common-list.scm 53befeb700 Change Guile license to LGPLv3+ 15 年之前
compile-psyntax.scm f9685f4373 globally unique marks and labels using syntax-session-id 13 年之前
control.scm 0c65f52c6d more define-syntax-rule usage 13 年之前
curried-definitions.scm e39d0b7668 fix curried definitions for value defines 15 年之前
debug.scm cd8e32c5cd gut ice-9 debug 14 年之前
deprecated.scm 296004b3ba Merge remote-tracking branch 'origin/stable-2.0' 13 年之前
documentation.scm 1e23b461ec remove program-name, program-documentation 15 年之前
eval-string.scm d59dd06eb9 add ice-9 eval-string 14 年之前
eval.scm dfadcf85cb Merge remote-tracking branch 'origin/stable-2.0' 13 年之前
expect.scm 53befeb700 Change Guile license to LGPLv3+ 15 年之前
format.scm afd08fdf87 format: Add specifier ~h for localized number output. 13 年之前
ftw.scm be96155b50 ftw: Add an `error' parameter to `file-system-fold'. 13 年之前
futures.scm 0c65f52c6d more define-syntax-rule usage 13 年之前
gap-buffer.scm 53befeb700 Change Guile license to LGPLv3+ 15 年之前
getopt-long.scm 9447207f0c Use default value for make-fluid in Scheme files 13 年之前
hcons.scm 53befeb700 Change Guile license to LGPLv3+ 15 年之前
history.scm ec84b0a251 Use `define-module*' in (ice-9 history). 14 年之前
i18n.scm e7f7691f5f i18n: Provide default values for when Gnulib has no replacement. 13 年之前
lineio.scm 7f171dbfa0 remove (ice-9 lineio)'s dependency on (ice-9 readline) 15 年之前
list.scm 53befeb700 Change Guile license to LGPLv3+ 15 年之前
local-eval.scm 3bf3d735ac "fix" local-eval for introduced toplevels 13 年之前
ls.scm 28b8c785e7 nested module fixen to (ice-9 ls) 15 年之前
mapping.scm 53befeb700 Change Guile license to LGPLv3+ 15 年之前
match.scm b92bbfff1a Update (ice-9 match) from Chibi-Scheme. 13 年之前
match.upstream.scm b92bbfff1a Update (ice-9 match) from Chibi-Scheme. 13 年之前
networking.scm 55ae00ea73 Add `getaddrinfo' and related procedures. 15 年之前
null.scm 53befeb700 Change Guile license to LGPLv3+ 15 年之前
occam-channel.scm 53befeb700 Change Guile license to LGPLv3+ 15 年之前
optargs.scm 0c65f52c6d more define-syntax-rule usage 13 年之前
poe.scm 8bee35bc53 (ice-9 poe) does not get handles from weak hash tables 14 年之前
poll.scm 6d346bb61a ice-9/poll: verify sizeof(struct pollfd) 13 年之前
popen.scm 7565b9fc09 add file-port-close-on-exec?; popen takes advantage of it. 13 年之前
posix.scm 06bfe276c8 nanosecond timestamp support in stat and utime 15 年之前
pretty-print.scm 91a214ebd9 Improve the usage of variable names in Scheme docstrings. 13 年之前
psyntax-pp.scm dfadcf85cb Merge remote-tracking branch 'origin/stable-2.0' 13 年之前
psyntax.scm dfadcf85cb Merge remote-tracking branch 'origin/stable-2.0' 13 年之前
q.scm 53befeb700 Change Guile license to LGPLv3+ 15 年之前
quasisyntax.scm cb65f76c74 add quasisyntax 15 年之前
r4rs.scm 91a214ebd9 Improve the usage of variable names in Scheme docstrings. 13 年之前
r5rs.scm 69928c8a32 fix some uses of %module-public-interface 15 年之前
r6rs-libraries.scm 1052739b74 rnrs modules #:replace as appropriate 14 年之前
rdelim.scm 8556760c23 read-delimited is clearer and conses less 14 年之前
receive.scm 0c65f52c6d more define-syntax-rule usage 13 年之前
regex.scm ff10e93c3f define* in ice-9 regex 14 年之前
runq.scm 6734191c68 Remove unused top-level variables. 15 年之前
rw.scm 53befeb700 Change Guile license to LGPLv3+ 15 年之前
safe-r5rs.scm 69928c8a32 fix some uses of %module-public-interface 15 年之前
safe.scm 53befeb700 Change Guile license to LGPLv3+ 15 年之前
save-stack.scm ec16eb7847 deprecate the-last-stack 14 年之前
scm-style-repl.scm 925c1bae1f remove evaluator-traps-interface 14 年之前
serialize.scm 53befeb700 Change Guile license to LGPLv3+ 15 年之前
session.scm ac16263bc1 add an apropos-hook to ice-9 session 13 年之前
slib.scm 53befeb700 Change Guile license to LGPLv3+ 15 年之前
stack-catch.scm d8158b837e deprecate save-stack, stack-saved? 14 年之前
streams.scm 53befeb700 Change Guile license to LGPLv3+ 15 年之前
string-fun.scm 53befeb700 Change Guile license to LGPLv3+ 15 年之前
syncase.scm d53e5a7edb deprecated sc-expand in deprecated (ice-9 syncase) 15 年之前
test.scm b3da54d181 Placate a number of `syntax-check' verifications. 13 年之前
threads.scm 0c65f52c6d more define-syntax-rule usage 13 年之前
time.scm 53befeb700 Change Guile license to LGPLv3+ 15 年之前
top-repl.scm 94b55d3fa0 Gracefully handle `setlocale' errors at the REPL. 14 年之前
vlist.scm 228e9ec137 vlist: Use (ice-9 format). 13 年之前
weak-vector.scm a141db8604 remove weak pairs, rewrite weak vectors 13 年之前

README

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