1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-07-04 00:30:30 +02:00
guile/module/system
Andy Wingo f930af2737 Move implementation of hooks to Scheme module
* module/ice-9/hooks.scm: New file.
* am/bootstrap.am: Add new file.
* module/ice-9/deprecated.scm: Add trampolines to (ice-9 hooks).
* module/ice-9/scm-style-repl.scm:
* module/ice-9/session.scm:
* module/ice-9/top-repl.scm:
* module/scripts/scan-api.scm:
* guile-readline/ice-9/readline.scm:
* benchmark-suite/benchmark-suite/lib.scm:
* module/system/repl/command.scm:
* module/system/repl/common.scm:
* module/system/repl/debug.scm:
* module/system/repl/error-handling.scm:
* module/system/repl/hooks.scm:
* module/system/repl/reader.scm:
* module/system/repl/repl.scm:
* module/ice-9/history.scm:
* test-suite/tests/hooks.test: Use the new module.
* module/oop/goops.scm: Remove <hook> class definition.
* libguile/vm.c:
* libguile/init.c:
* libguile/Makefile.am:
* libguile.h: Remove hooks.h includes.
* libguile/hooks.c:
* libguile/hooks.h: Remove.
* libguile/deprecated.h:
* libguile/deprecated.c: Add deprecation shims for C API.
2025-06-16 13:11:28 +02:00
..
base Deprecate srfi-14 in default environment 2025-06-13 09:03:20 +02:00
repl Move implementation of hooks to Scheme module 2025-06-16 13:11:28 +02:00
vm Move REPL-related hooks to their own module 2025-06-16 11:45:42 +02:00
finalizers.scm Add (system finalizers) 2025-05-02 16:03:13 +02:00
foreign-library.scm Improve DLL search strategy for load-foreign-library 2025-03-22 07:05:31 -07:00
foreign-object.scm Add (system finalizers) 2025-05-02 16:03:13 +02:00
foreign.scm Move weak table implementation to Scheme 2025-05-13 14:57:31 +02:00
syntax.scm syntax-source returns a vector 2025-05-12 15:05:40 +02:00
xref.scm Remove unnecessary module imports. 2023-02-24 16:49:00 +01:00