..
peg
PEG: string-peg: Better support for escaping.
2024-12-22 22:14:12 +01:00
and-let-star.scm
Add internal definitions to derived forms
2023-01-24 17:11:38 +01: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
Rewrite ‘get-bytevector-all’ in Scheme.
2024-06-16 15:05:09 +02:00
boot-9.scm
Redirect diagnostice output messages (e.g., auto-compiling code) to a newly defined current-info-port, and add a command line argument -I' to set the current-info-port to a void-port. * libguile/ports.c: add cur_infoport_fluid, scm_current_info_port, scm_set_current_info_port; define default current-info-port to stderr * libguile/load.c(compiled_is_fresh,load_thunk_from_path, do_try_auto_compile,scm_sys_warn_auto_compilation_enabled, scm_primitive_load_path): direct output messages to current_info_port; was current_warning_port * libguile/init.c(scm_init_standard_ports): set default current_info_port * module/ice-9/ports.scm: define current-info-port and set-current-info-port * module/ice-9/command-line.scm(*usage*,compile-shell-switches): add argument
-I' to silence diagnostics (or current-info-port to void-port) * doc/ref/guile-invoke.texi: add description for `-I' command argument
2024-10-12 13:16:25 +02:00
buffered-input.scm
bugfixes and simplifications to ice-9 buffered-input.
2010-10-05 19:55:37 +02:00
calling.scm
Change Guile license to LGPLv3+
2009-06-17 00:22:09 +01:00
ChangeLog-2008
command-line.scm
fix typo in comment
2024-10-12 14:07:02 +02:00
common-list.scm
Change Guile license to LGPLv3+
2009-06-17 00:22:09 +01:00
compile-psyntax.scm
Fix compile-psyntax.scm -- canonicalize pass not needed
2021-04-29 21:52:27 +02:00
control.scm
Add suspendable-continuation?
2016-12-12 21:13:00 +01:00
copy-tree.scm
Remove unnecessary module imports.
2023-02-24 16:49:00 +01:00
curried-definitions.scm
In curried definitions, move docstrings to outermost lambda
2022-08-29 11:45:39 +02:00
custom-ports.scm
Fix make-custom-port in case encoding is #f
2025-02-28 22:12:03 +01:00
deprecated.scm
Move copy-tree to (ice-9 copy-tree); deprecate main binding
2020-09-10 21:57:21 +02:00
documentation.scm
Fix race in check-guile to make needless guile-procedures symlink
2024-06-23 11:13:18 +02:00
eval-string.scm
eval-string: set port column to column, not line
2024-04-05 17:51:33 -05:00
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
Fix error messages containing format strings
2024-05-06 11:51:53 +02:00
ftw.scm
ftw: Fix getuid-or-false, getgid-or-false macros.
2024-01-29 14:31:01 +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
Remove unnecessary module imports.
2023-02-24 16:49:00 +01:00
hash-table.scm
Add procedures to convert alists into hash tables.
2013-11-18 23:03:38 -05:00
hcons.scm
Change Guile license to LGPLv3+
2009-06-17 00:22:09 +01:00
history.scm
Use `define-module*' in (ice-9 history).
2010-11-20 00:47:12 +01:00
i18n.scm
Add a fallback value for the locale-monetary-decimal-point
2019-05-23 17:31:23 +02:00
iconv.scm
Add call-with-input-bytevector, call-with-output-bytevector
2021-01-12 12:09:19 +01:00
lineio.scm
Deprecate (ice-9 lineio)
2023-06-08 10:21:28 +02:00
list.scm
Change Guile license to LGPLv3+
2009-06-17 00:22:09 +01:00
local-eval.scm
Add quote-syntax
2021-02-24 12:02:35 +01:00
ls.scm
nested module fixen to (ice-9 ls)
2010-04-24 17:42:00 +02:00
match.scm
Update match's no-matching-pattern code to use "throw"
2020-05-17 22:26:17 +02:00
match.upstream.scm
Fix typos throughout codebase.
2023-07-16 22:09:01 +02:00
networking.scm
Add `getaddrinfo' and related procedures.
2010-02-14 20:56:47 +01:00
null.scm
(ice-9 null) also exports aux syntax, syntax-rules
2019-09-27 22:57:38 +02:00
occam-channel.scm
optargs.scm
Fix typos throughout codebase.
2024-05-06 11:51:53 +02:00
peg.scm
Remove 'define-grammar-f'
2013-01-16 10:11:50 +01:00
poe.scm
(ice-9 poe) does not get handles from weak hash tables
2011-05-01 23:01:13 +02:00
poll.scm
Remove unnecessary module imports.
2023-02-24 16:49:00 +01:00
popen.scm
Remove unnecessary module imports.
2023-02-24 16:49:00 +01:00
ports.scm
Redirect diagnostice output messages (e.g., auto-compiling code) to a newly defined current-info-port, and add a command line argument -I' to set the current-info-port to a void-port. * libguile/ports.c: add cur_infoport_fluid, scm_current_info_port, scm_set_current_info_port; define default current-info-port to stderr * libguile/load.c(compiled_is_fresh,load_thunk_from_path, do_try_auto_compile,scm_sys_warn_auto_compilation_enabled, scm_primitive_load_path): direct output messages to current_info_port; was current_warning_port * libguile/init.c(scm_init_standard_ports): set default current_info_port * module/ice-9/ports.scm: define current-info-port and set-current-info-port * module/ice-9/command-line.scm(*usage*,compile-shell-switches): add argument
-I' to silence diagnostics (or current-info-port to void-port) * doc/ref/guile-invoke.texi: add description for `-I' command argument
2024-10-12 13:16:25 +02:00
posix.scm
nanosecond timestamp support in stat and utime
2010-01-17 16:56:34 +01:00
pretty-print.scm
Fix typos throughout codebase.
2024-05-06 11:51:53 +02:00
psyntax-pp.scm
Temporarily revert commit 7379049d3
(to make Guile bootstrap)
2024-12-06 10:26:29 +01:00
psyntax.scm
Temporarily revert commit 7379049d3
(to make Guile bootstrap)
2024-12-06 10:26:29 +01:00
q.scm
Change Guile license to LGPLv3+
2009-06-17 00:22:09 +01:00
quasisyntax.scm
add quasisyntax
2009-11-14 17:25:12 +01:00
r5rs.scm
fix some uses of %module-public-interface
2010-04-24 17:43:52 +02:00
r6rs-libraries.scm
Fix error messages containing format strings
2024-05-06 11:51:53 +02:00
r7rs-libraries.scm
bug#71304: [PATCH] Add support for 'else' clause in R7RS cond-expand.
2024-07-01 23:38:01 +02:00
rdelim.scm
New line or field iteration procedures in (ice-9 rdelim)
2024-12-19 22:36:38 +01:00
read.scm
ice-9/read: Parse #{}}# properly.
2021-08-02 12:15:59 +02:00
README
move ice-9/ and oop/ under module/
2008-11-01 12:44:21 +01:00
receive.scm
more define-syntax-rule usage
2011-09-02 11:36:14 +02:00
regex.scm
In fold-matches, set regexp/notbol unless matching string start.
2012-09-26 23:46:05 +02:00
runq.scm
Remove unused top-level variables.
2010-01-11 01:21:14 +01:00
rw.scm
Change Guile license to LGPLv3+
2009-06-17 00:22:09 +01:00
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
Remove unnecessary module imports.
2023-02-24 16:49:00 +01:00
save-stack.scm
Avoid stacks in dynamically-bound values
2017-02-07 09:57:55 +01:00
scm-style-repl.scm
Update old-style REPL code for deprecation
2014-04-02 12:08:48 +02:00
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
fix ice-9/slib
2013-01-10 17:30:38 +01:00
soft-ports.scm
Modernize soft ports
2023-06-08 10:21:28 +02:00
stack-catch.scm
deprecate save-stack, stack-saved?
2010-06-19 12:57:31 +02:00
streams.scm
Re-implement (ice-9 streams) in terms of (srfi srfi-41)
2015-03-09 13:48:38 +01:00
string-fun.scm
string-fun: Fix typo
2022-09-17 13:41:47 +02:00
suspendable-ports.scm
Fix some invalid unicode handling issues with suspendable ports.
2023-03-20 23:23:29 +01:00
test.scm
Fix docstring for symbol->string, string->symbol
2023-09-18 16:03:41 +02:00
textual-ports.scm
Implement R6RS custom textual ports
2023-06-08 10:21:02 +02:00
threads.scm
Fix asymetric mutex locking when joining thread.
2024-01-25 23:12:53 +01: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
Add (ice-9 unicode) module
2014-09-29 21:54:14 -04:00
vlist.scm
vlist: Remove Texinfo markup from docstrings.
2012-11-27 23:02:15 +01:00
weak-vector.scm
Add weak-vector-length, weak-vector-ref, weak-vector-set!
2014-02-07 13:00:41 +01:00