1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-07-04 08:40:21 +02:00
guile/module/language
Andy Wingo 4516119dd1 Deprecate srfi-14 in default environment
* libguile/srfi-14.c:
* module/srfi/srfi-14.scm: Arrange to define bindings here instead of in
the default environment.
* libguile/init.c:
* libguile/srfi-14.h: Fix so that srfi-14 can register an extension to
be loaded later.
* libguile/unidata_to_charset.awk: Rename private cs_letter_plus_digit
to cs_letter_and_digit.
* module/ice-9/deprecated.scm: Add deprecation trampolines for srfi-14.
* module/ice-9/sandbox.scm:
* module/language/elisp/lexer.scm:
* module/language/scheme/decompile-tree-il.scm:
* module/rnrs/unicode.scm:
* module/sxml/simple.scm:
* module/system/base/syntax.scm:
* module/system/repl/server.scm:
* module/texinfo/serialize.scm:
* module/texinfo/string-utils.scm:
* module/web/http.scm:
* module/web/uri.scm:
* test-suite/tests/strings.test:
* test-suite/tests/tree-il.test: Adapt for srfi-14 being in a module.
2025-06-13 09:03:20 +02:00
..
brainfuck Add compiler chooser implementation; fix bugs with previous commit 2020-05-08 22:56:37 +02:00
bytecode linker: Do not store entire ELF in memory when writing to a file. 2023-01-17 17:49:05 +01:00
cps Fix bytevector mutators to correctly check for mutability 2025-05-30 16:48:26 +02:00
ecmascript Move weak table implementation to Scheme 2025-05-13 14:57:31 +02:00
elisp Deprecate srfi-14 in default environment 2025-06-13 09:03:20 +02:00
scheme Deprecate srfi-14 in default environment 2025-06-13 09:03:20 +02:00
tree-il Fix bytevector mutators to correctly check for mutability 2025-05-30 16:48:26 +02:00
value Add 'for-humans?' flag to <language> specifications. 2013-01-27 10:16:40 -05:00
wisp Add language/wisp, Wisp tests, and SRFI-119 documentation 2024-06-01 11:50:16 +02:00
bytecode.scm Remove all deprecated code from Scheme files 2025-05-05 12:33:37 +02:00
cps.scm Move source properties out to a module 2025-05-12 16:29:04 +02:00
tree-il.scm Move source properties out to a module 2025-05-12 16:29:04 +02:00
wisp.scm Move source properties out to a module 2025-05-12 16:29:04 +02:00