1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-07-01 23:30:28 +02:00
guile/module/system/repl
Andy Wingo 521662d8b7 Move make-regexp, regexp?, regexp-exec to (ice-9 regex)
Also deprecate the C interface.

* libguile/Makefile.am: Don't install regex-posix.h.
* libguile/deprecated.c:
* libguile/deprecated.h: Add deprecated shims for scm_make_regexp et al.
* libguile/init.c: Fix comment.
* libguile/regex-posix.c: Privatize some of the implementation details.
Arrange to install into (ice-9 regex) instead of default environment.
* module/ice-9/deprecated.scm: Add deprecation shims.
* module/ice-9/regex.scm: Add new definitions.
* module/ice-9/sandbox.scm:
* module/scripts/read-scheme-source.scm:
* module/system/repl/server.scm:
* module/texinfo/reflection.scm:
* test-suite/tests/r6rs-exceptions.test:
* test-suite/tests/srfi-10.test: Import (ice-9 regex).
2025-06-17 14:10:12 +02:00
..
command.scm Move implementation of hooks to Scheme module 2025-06-16 13:11:28 +02:00
common.scm Move implementation of hooks to Scheme module 2025-06-16 13:11:28 +02:00
coop-server.scm Remove unnecessary module imports. 2023-02-24 16:49:00 +01:00
debug.scm Move implementation of hooks to Scheme module 2025-06-16 13:11:28 +02:00
describe.scm Use 'substring' instead of obsoleted 'make-shared-substring' 2011-02-02 05:45:37 -08:00
error-handling.scm Move implementation of hooks to Scheme module 2025-06-16 13:11:28 +02:00
hooks.scm Move implementation of hooks to Scheme module 2025-06-16 13:11:28 +02:00
reader.scm Move implementation of hooks to Scheme module 2025-06-16 13:11:28 +02:00
repl.scm Move implementation of hooks to Scheme module 2025-06-16 13:11:28 +02:00
server.scm Move make-regexp, regexp?, regexp-exec to (ice-9 regex) 2025-06-17 14:10:12 +02:00