1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-05 19:50:23 +02:00
guile/module
Andy Wingo 3a9c0939a0 Move make-object-property out to a module
This will allow for weak tables to be implemented partly in Scheme.

* module/ice-9/object-properties.scm: New file.

* am/bootstrap.am (SOURCES): Add new file.

* module/ice-9/boot-9.scm:
* module/ice-9/deprecated.scm (make-object-property*): Deprecate
make-object-property in default env and add a shim.

* module/ice-9/buffered-input.scm (ice-9):
* module/language/elisp/boot.el (plist-function):
* module/scripts/frisk.scm (scripts):
* module/web/http.scm (web): Adapt users to import the new module.
2025-05-12 13:45:07 +02:00
..
ice-9 Move make-object-property out to a module 2025-05-12 13:45:07 +02:00
language Move make-object-property out to a module 2025-05-12 13:45:07 +02:00
oop Add ephemeron objects 2025-05-05 11:04:44 +02:00
rnrs Implement R6RS custom textual ports 2023-06-08 10:21:02 +02:00
scheme Update set of decimal zeroes for Unicode 15.1.0 2023-11-02 11:31:32 +01:00
scripts Move make-object-property out to a module 2025-05-12 13:45:07 +02:00
srfi srfi-19: Fix ~V converter in date->string. 2025-02-28 10:28:06 +01:00
sxml Fix typos in comments. 2025-02-28 09:58:29 +01:00
system Reimplement weak vectors in Scheme using ephemerons 2025-05-05 16:29:24 +02:00
texinfo Fix typo in transform-string docstring 2025-03-20 13:36:58 -05:00
web Move make-object-property out to a module 2025-05-12 13:45:07 +02:00
Makefile.am Rework bootstrap to be reproducible 2022-02-01 14:50:40 +01:00
rnrs.scm Remove all deprecated code from Scheme files 2025-05-05 12:33:37 +02:00
statprof.scm Fix typos throughout codebase. 2024-05-06 11:51:53 +02:00
texinfo.scm texinfo: Add basic support for @w{...}. 2020-06-18 00:30:30 +02:00