Maxim Cournoyer 07177bea31 Share features tested by cond-expand library declarations and expressions. vor 1 Jahr
..
peg f152d7cd96 Refactor PEG records vor 5 Jahren
ChangeLog-2008 00d0489205 move ice-9/ and oop/ under module/ vor 16 Jahren
README 00d0489205 move ice-9/ and oop/ under module/ vor 16 Jahren
and-let-star.scm 764e3614b8 Add internal definitions to derived forms vor 2 Jahren
arrays.scm e0bcda4ad9 Fix bitvectors and non-zero lower bound arrays in truncated-print vor 7 Jahren
atomic.scm 32f309d5ce Compiler support for atomics vor 8 Jahren
binary-ports.scm 0e305e6bfd Rewrite custom binary ports in Scheme, in terms of custom ports vor 1 Jahr
boot-9.scm 07177bea31 Share features tested by cond-expand library declarations and expressions. vor 1 Jahr
buffered-input.scm fe78af419c bugfixes and simplifications to ice-9 buffered-input. vor 14 Jahren
calling.scm 53befeb700 Change Guile license to LGPLv3+ vor 15 Jahren
command-line.scm 45af53f65f Bump user-visible copyright years to 2023. vor 2 Jahren
common-list.scm 53befeb700 Change Guile license to LGPLv3+ vor 15 Jahren
compile-psyntax.scm c72a0237e3 Fix compile-psyntax.scm -- canonicalize pass not needed vor 3 Jahren
control.scm 6dd87f4d8c Add suspendable-continuation? vor 8 Jahren
copy-tree.scm e2ed33ef04 Remove unnecessary module imports. vor 1 Jahr
curried-definitions.scm 61d8dab8ea In curried definitions, move docstrings to outermost lambda vor 2 Jahren
custom-ports.scm 1852fbfef9 Add "custom ports" vor 1 Jahr
deprecated.scm e9c5a1719b Move copy-tree to (ice-9 copy-tree); deprecate main binding vor 4 Jahren
documentation.scm 1e23b461ec remove program-name, program-documentation vor 14 Jahren
endianness.scm.in 07177bea31 Share features tested by cond-expand library declarations and expressions. vor 1 Jahr
eval-string.scm e2ed33ef04 Remove unnecessary module imports. vor 1 Jahr
eval.scm 5084fa4858 Introduce make-struct/simple vor 7 Jahren
exceptions.scm d47061db23 exceptions: Export constructor and predicate for '&quit-exception'. vor 5 Jahren
expect.scm 53befeb700 Change Guile license to LGPLv3+ vor 15 Jahren
fdes-finalizers.scm 2fa2e50a0f Add file descriptor finalizers vor 8 Jahren
format.scm bc3b1a4e2d doc: Document how (ice-9 format) replaces 'format'. vor 2 Jahren
ftw.scm f499754bc8 Fix bug in nftw function vor 3 Jahren
futures.scm 9e28a12121 Revert "futures: Limit the number of nested futures on the same stack." vor 8 Jahren
gap-buffer.scm 0c8d20d2d0 Re-implement (ice-9 gap-buffer) records in terms of srfi-9 vor 5 Jahren
getopt-long.scm e2ed33ef04 Remove unnecessary module imports. vor 1 Jahr
hash-table.scm 5063f0a93b Add procedures to convert alists into hash tables. vor 11 Jahren
hcons.scm 53befeb700 Change Guile license to LGPLv3+ vor 15 Jahren
history.scm ec84b0a251 Use `define-module*' in (ice-9 history). vor 14 Jahren
i18n.scm f169f64004 Add a fallback value for the locale-monetary-decimal-point vor 5 Jahren
iconv.scm 0f42fef119 Add call-with-input-bytevector, call-with-output-bytevector vor 4 Jahren
lineio.scm ee18ca9a35 Deprecate (ice-9 lineio) vor 1 Jahr
list.scm 53befeb700 Change Guile license to LGPLv3+ vor 15 Jahren
local-eval.scm 1711608f15 Add quote-syntax vor 3 Jahren
ls.scm 28b8c785e7 nested module fixen to (ice-9 ls) vor 14 Jahren
match.scm 087bb683c8 Update match's no-matching-pattern code to use "throw" vor 4 Jahren
match.upstream.scm c7d170c5d1 Fix typos throughout codebase. vor 1 Jahr
networking.scm 55ae00ea73 Add `getaddrinfo' and related procedures. vor 15 Jahren
null.scm 2e335635cc (ice-9 null) also exports aux syntax, syntax-rules vor 5 Jahren
occam-channel.scm 53befeb700 Change Guile license to LGPLv3+ vor 15 Jahren
optargs.scm 0c65f52c6d more define-syntax-rule usage vor 13 Jahren
peg.scm 94027fe6ec Remove 'define-grammar-f' vor 12 Jahren
poe.scm 8bee35bc53 (ice-9 poe) does not get handles from weak hash tables vor 13 Jahren
poll.scm e2ed33ef04 Remove unnecessary module imports. vor 1 Jahr
popen.scm e2ed33ef04 Remove unnecessary module imports. vor 1 Jahr
ports.scm c7d170c5d1 Fix typos throughout codebase. vor 1 Jahr
posix.scm 06bfe276c8 nanosecond timestamp support in stat and utime vor 15 Jahren
pretty-print.scm 437e5ac43d Fix pretty-print with a per-line prefix vor 1 Jahr
psyntax-pp.scm 347321ece9 psyntax: Honor source properties for things other than syntax objects. vor 2 Jahren
psyntax.scm 9e21a89351 ice-9: Fix 'include' when used in compilation contexts. vor 1 Jahr
q.scm 53befeb700 Change Guile license to LGPLv3+ vor 15 Jahren
quasisyntax.scm cb65f76c74 add quasisyntax vor 15 Jahren
r5rs.scm 69928c8a32 fix some uses of %module-public-interface vor 14 Jahren
r6rs-libraries.scm 34b3d83a0b r7rs-libraries: Better support R7RS SRFI library names. vor 1 Jahr
r7rs-libraries.scm 07177bea31 Share features tested by cond-expand library declarations and expressions. vor 1 Jahr
rdelim.scm c525aa6d95 VM support for string-set!; slimmer read-string vor 7 Jahren
read.scm c78c130b1d ice-9/read: Parse #{}}# properly. vor 3 Jahren
receive.scm 0c65f52c6d more define-syntax-rule usage vor 13 Jahren
regex.scm d6e1c8bfdb In fold-matches, set regexp/notbol unless matching string start. vor 12 Jahren
runq.scm 6734191c68 Remove unused top-level variables. vor 15 Jahren
rw.scm 53befeb700 Change Guile license to LGPLv3+ vor 15 Jahren
safe-r5rs.scm 3e02bf7259 (ice-9 safe-r5rs) fixes for bound aux syntax vor 5 Jahren
safe.scm cc7d394490 Deprecate passing a non-zero size to make-module vor 5 Jahren
sandbox.scm e2ed33ef04 Remove unnecessary module imports. vor 1 Jahr
save-stack.scm 498f3f9568 Avoid stacks in dynamically-bound values vor 8 Jahren
scm-style-repl.scm 2896942751 Update old-style REPL code for deprecation vor 10 Jahren
serialize.scm dc2a560264 Deprecate dynamic roots vor 8 Jahren
session.scm cc7d394490 Deprecate passing a non-zero size to make-module vor 5 Jahren
slib.scm b194b59fa1 fix ice-9/slib vor 12 Jahren
soft-ports.scm f320ce8979 Modernize soft ports vor 1 Jahr
stack-catch.scm d8158b837e deprecate save-stack, stack-saved? vor 14 Jahren
streams.scm aead655a45 Re-implement (ice-9 streams) in terms of (srfi srfi-41) vor 10 Jahren
string-fun.scm 9592516bfa string-fun: Fix typo vor 2 Jahren
suspendable-ports.scm cba2e7e3fe Fix some invalid unicode handling issues with suspendable ports. vor 1 Jahr
test.scm 8441d8ff56 Fix docstring for symbol->string, string->symbol vor 1 Jahr
textual-ports.scm 075599e5b0 Implement R6RS custom textual ports vor 1 Jahr
threads.scm dcccaddf7b Avoid module resolution in 'call-with-new-thread'. vor 1 Jahr
time.scm 176bfd0bce time: Use #: for 'define-module' clauses. vor 5 Jahren
top-repl.scm 3e02bf7259 (ice-9 safe-r5rs) fixes for bound aux syntax vor 5 Jahren
unicode.scm c5ea75534c Add (ice-9 unicode) module vor 10 Jahren
vlist.scm c04c118461 vlist: Remove Texinfo markup from docstrings. vor 12 Jahren
weak-vector.scm c9647bfb7e Add weak-vector-length, weak-vector-ref, weak-vector-set! vor 11 Jahren

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