Andy Wingo 0f42fef119 Add call-with-input-bytevector, call-with-output-bytevector 4 anos atrás
..
peg f152d7cd96 Refactor PEG records 5 anos atrás
ChangeLog-2008 00d0489205 move ice-9/ and oop/ under module/ 16 anos atrás
README 00d0489205 move ice-9/ and oop/ under module/ 16 anos atrás
and-let-star.scm 8ffcd28fde Fix SRFI-2 (and-let*) implementation. 8 anos atrás
arrays.scm e0bcda4ad9 Fix bitvectors and non-zero lower bound arrays in truncated-print 7 anos atrás
atomic.scm 32f309d5ce Compiler support for atomics 8 anos atrás
binary-ports.scm 0f42fef119 Add call-with-input-bytevector, call-with-output-bytevector 4 anos atrás
boot-9.scm 9d5978a756 New warnings: -Wuse-before-definition, -Wnon-idempotent-definition 4 anos atrás
buffered-input.scm fe78af419c bugfixes and simplifications to ice-9 buffered-input. 14 anos atrás
calling.scm 53befeb700 Change Guile license to LGPLv3+ 15 anos atrás
command-line.scm a20ef7e769 Bump copyright years for user-visible copyright messages 4 anos atrás
common-list.scm 53befeb700 Change Guile license to LGPLv3+ 15 anos atrás
compile-psyntax.scm 79a40cf717 Add "mod" field to tree-il toplevel ref, set, define 5 anos atrás
control.scm 6dd87f4d8c Add suspendable-continuation? 8 anos atrás
copy-tree.scm e9c5a1719b Move copy-tree to (ice-9 copy-tree); deprecate main binding 4 anos atrás
curried-definitions.scm b072b8e692 Provide curried version of define*-public. 10 anos atrás
deprecated.scm e9c5a1719b Move copy-tree to (ice-9 copy-tree); deprecate main binding 4 anos atrás
documentation.scm 1e23b461ec remove program-name, program-documentation 14 anos atrás
eval-string.scm 691697de09 Rename "RTL" to "bytecode" 11 anos atrás
eval.scm 5084fa4858 Introduce make-struct/simple 7 anos atrás
exceptions.scm d47061db23 exceptions: Export constructor and predicate for '&quit-exception'. 5 anos atrás
expect.scm 53befeb700 Change Guile license to LGPLv3+ 15 anos atrás
fdes-finalizers.scm 2fa2e50a0f Add file descriptor finalizers 8 anos atrás
format.scm b16ad94667 More format refactorings. 5 anos atrás
ftw.scm 4d3a14924f scandir: Avoid 'stat' calls on each entry. 8 anos atrás
futures.scm 9e28a12121 Revert "futures: Limit the number of nested futures on the same stack." 8 anos atrás
gap-buffer.scm 0c8d20d2d0 Re-implement (ice-9 gap-buffer) records in terms of srfi-9 5 anos atrás
getopt-long.scm fe040dd138 Fix record constructor in getopt-long. 12 anos atrás
hash-table.scm 5063f0a93b Add procedures to convert alists into hash tables. 11 anos atrás
hcons.scm 53befeb700 Change Guile license to LGPLv3+ 15 anos atrás
history.scm ec84b0a251 Use `define-module*' in (ice-9 history). 14 anos atrás
i18n.scm f169f64004 Add a fallback value for the locale-monetary-decimal-point 5 anos atrás
iconv.scm 0f42fef119 Add call-with-input-bytevector, call-with-output-bytevector 4 anos atrás
lineio.scm 7f171dbfa0 remove (ice-9 lineio)'s dependency on (ice-9 readline) 15 anos atrás
list.scm 53befeb700 Change Guile license to LGPLv3+ 15 anos atrás
local-eval.scm b958141cdb Merge branch 'stable-2.0' 11 anos atrás
ls.scm 28b8c785e7 nested module fixen to (ice-9 ls) 14 anos atrás
match.scm 087bb683c8 Update match's no-matching-pattern code to use "throw" 4 anos atrás
match.upstream.scm 087bb683c8 Update match's no-matching-pattern code to use "throw" 4 anos atrás
networking.scm 55ae00ea73 Add `getaddrinfo' and related procedures. 15 anos atrás
null.scm 2e335635cc (ice-9 null) also exports aux syntax, syntax-rules 5 anos atrás
occam-channel.scm 53befeb700 Change Guile license to LGPLv3+ 15 anos atrás
optargs.scm 0c65f52c6d more define-syntax-rule usage 13 anos atrás
peg.scm 94027fe6ec Remove 'define-grammar-f' 12 anos atrás
poe.scm 8bee35bc53 (ice-9 poe) does not get handles from weak hash tables 13 anos atrás
poll.scm a1aae2c3a0 Merge commit 'f6ddf827f8f192af7a8cd255bd8374a0d38bbb74' 11 anos atrás
popen.scm 5f22d1090b popen: Correct 'pipeline' docstring. 4 anos atrás
ports.scm 9fecf20fcf Close accumulating output ports after use 4 anos atrás
posix.scm 06bfe276c8 nanosecond timestamp support in stat and utime 15 anos atrás
pretty-print.scm e0bcda4ad9 Fix bitvectors and non-zero lower bound arrays in truncated-print 7 anos atrás
psyntax-pp.scm d3a775ff10 psyntax: Preserve source location information for top-level references. 4 anos atrás
psyntax.scm d3a775ff10 psyntax: Preserve source location information for top-level references. 4 anos atrás
q.scm 53befeb700 Change Guile license to LGPLv3+ 15 anos atrás
quasisyntax.scm cb65f76c74 add quasisyntax 15 anos atrás
r5rs.scm 69928c8a32 fix some uses of %module-public-interface 14 anos atrás
r6rs-libraries.scm d14e8fabb3 Fix resolve-r6rs-interface to propagate replacement flags 5 anos atrás
r7rs-libraries.scm fd2ffc649c Support R7RS define-library 5 anos atrás
rdelim.scm c525aa6d95 VM support for string-set!; slimmer read-string 7 anos atrás
receive.scm 0c65f52c6d more define-syntax-rule usage 13 anos atrás
regex.scm d6e1c8bfdb In fold-matches, set regexp/notbol unless matching string start. 12 anos atrás
runq.scm 6734191c68 Remove unused top-level variables. 15 anos atrás
rw.scm 53befeb700 Change Guile license to LGPLv3+ 15 anos atrás
safe-r5rs.scm 3e02bf7259 (ice-9 safe-r5rs) fixes for bound aux syntax 5 anos atrás
safe.scm cc7d394490 Deprecate passing a non-zero size to make-module 5 anos atrás
sandbox.scm bfd38b8577 bitvector-count-bits replaces bit-count* 4 anos atrás
save-stack.scm 498f3f9568 Avoid stacks in dynamically-bound values 8 anos atrás
scm-style-repl.scm 2896942751 Update old-style REPL code for deprecation 10 anos atrás
serialize.scm dc2a560264 Deprecate dynamic roots 8 anos atrás
session.scm cc7d394490 Deprecate passing a non-zero size to make-module 5 anos atrás
slib.scm b194b59fa1 fix ice-9/slib 12 anos atrás
stack-catch.scm d8158b837e deprecate save-stack, stack-saved? 14 anos atrás
streams.scm aead655a45 Re-implement (ice-9 streams) in terms of (srfi srfi-41) 10 anos atrás
string-fun.scm 6cfee36543 New function string-replace-substring in (ice-9 string-fun) 5 anos atrás
suspendable-ports.scm 2d49ffa588 Make 'get-bytevector-n!' suspendable. 5 anos atrás
test.scm b3da54d181 Placate a number of `syntax-check' verifications. 13 anos atrás
textual-ports.scm c7c11f3af9 Update port documentation, rename sports to suspendable ports 8 anos atrás
threads.scm 251202fc90 Make module autoloading thread-safe. 6 anos atrás
time.scm 176bfd0bce time: Use #: for 'define-module' clauses. 5 anos atrás
top-repl.scm 3e02bf7259 (ice-9 safe-r5rs) fixes for bound aux syntax 5 anos atrás
unicode.scm c5ea75534c Add (ice-9 unicode) module 10 anos atrás
vlist.scm c04c118461 vlist: Remove Texinfo markup from docstrings. 12 anos atrás
weak-vector.scm c9647bfb7e Add weak-vector-length, weak-vector-ref, weak-vector-set! 11 anos atrás

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