mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
*** empty log message ***
This commit is contained in:
parent
5a3ea50184
commit
feeedafb9c
3 changed files with 42 additions and 0 deletions
|
@ -1,3 +1,25 @@
|
||||||
|
2001-06-05 Marius Vollmer <mvo@zagadka.ping.de>
|
||||||
|
|
||||||
|
* boot-9.scm (module-ensure-local-variable!): Renamed from
|
||||||
|
`module-ensure-variable!'. Make sure that there really is a local
|
||||||
|
variable, not just a visible one.
|
||||||
|
(module-ensure-variable!): See above.
|
||||||
|
(module-export!): Behave like always when deprecated features are
|
||||||
|
enabled, but issue a warning when re-exporting a variable. When
|
||||||
|
deprecated features are disabled, only export local variables,
|
||||||
|
creating them uninitialized when they don't yet exist.
|
||||||
|
(module-re-export!): New. Use this for re-exporting imported
|
||||||
|
variables.
|
||||||
|
(re-export): New, to go with `module-re-export!'.
|
||||||
|
|
||||||
|
* format.scm: Added kluge at top that keeps `export' from
|
||||||
|
re-exporting the `format' variable of the `(guile)' module.
|
||||||
|
|
||||||
|
2001-06-04 Marius Vollmer <mvo@zagadka.ping.de>
|
||||||
|
|
||||||
|
* boot-9.scm (named-module-use!, top-repl): Use resolve-interface
|
||||||
|
instead of resolve-module to get at the used module.
|
||||||
|
|
||||||
2001-06-04 Gary Houston <ghouston@arglist.com>
|
2001-06-04 Gary Houston <ghouston@arglist.com>
|
||||||
|
|
||||||
* rw.scm: export write-string/partial.
|
* rw.scm: export write-string/partial.
|
||||||
|
|
|
@ -1,3 +1,12 @@
|
||||||
|
2001-06-05 Marius Vollmer <mvo@zagadka.ping.de>
|
||||||
|
|
||||||
|
* extensions.c (scm_c_register_extension): Allow NULL as library
|
||||||
|
name.
|
||||||
|
(load_extension): Ignore NULL library names when comparing.
|
||||||
|
|
||||||
|
* hash.c (scm_hasher): Use SCM_UNPACK in the case labels so that
|
||||||
|
non-pointers are being compared. Thanks to Alexander Klimov!
|
||||||
|
|
||||||
2001-06-04 Gary Houston <ghouston@arglist.com>
|
2001-06-04 Gary Houston <ghouston@arglist.com>
|
||||||
|
|
||||||
* rw.c (scm_write_string_partial): new procedure implementing
|
* rw.c (scm_write_string_partial): new procedure implementing
|
||||||
|
@ -6,6 +15,12 @@
|
||||||
|
|
||||||
2001-06-04 Marius Vollmer <mvo@zagadka.ping.de>
|
2001-06-04 Marius Vollmer <mvo@zagadka.ping.de>
|
||||||
|
|
||||||
|
* keywords.c (keyword_print): Substract 1 from length of symbol
|
||||||
|
name, accounting for the silly dash.
|
||||||
|
|
||||||
|
* dynl.c (scm_registered_modules, scm_clear_registered_modules):
|
||||||
|
Do not emit deprecation warning.
|
||||||
|
|
||||||
Added exception notice to all files.
|
Added exception notice to all files.
|
||||||
|
|
||||||
* dynl.c: Include "deprecation.h".
|
* dynl.c: Include "deprecation.h".
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
2001-06-05 Marius Vollmer <mvo@zagadka.ping.de>
|
||||||
|
|
||||||
|
* goops.scm: Use `re-export' instead of `export' when re-exporting
|
||||||
|
`class-of'.
|
||||||
|
|
||||||
2001-05-19 Marius Vollmer <mvo@zagadka.ping.de>
|
2001-05-19 Marius Vollmer <mvo@zagadka.ping.de>
|
||||||
|
|
||||||
* goops.scm: Call `%init-goops-builtins' instead of using the
|
* goops.scm: Call `%init-goops-builtins' instead of using the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue