1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 22:10:21 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2001-05-19 00:19:42 +00:00
parent 78ec533c40
commit 7c628196fd
2 changed files with 18 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2001-05-19 Marius Vollmer <mvo@zagadka.ping.de>
* goops.scm: Call `%init-goops-builtins' instead of using the
`(oop goops goopscore)' module.
2001-05-10 Marius Vollmer <mvo@zagadka.ping.de>
* goops/compile.scm (compile-method): Insert comment that

View file

@ -1,3 +1,16 @@
2001-05-19 Marius Vollmer <mvo@zagadka.ping.de>
Avoid using module operations from C.
* srfi-13.c (scm_init_srfi_13_14): Removed.
* srfi-14.h, srfi-14.c (scm_c_init_srfi_14): New. Contains
initializations needed by C clients of srfi-14.
(scm_init_srfi_13, scm_init_srfi_14): Call it.
* srfi-13.scm: Call "scm_init_srf_13" instead of
"scm_init_srfi_13_14".
* srfi-14.scm: Call "scm_init_srf_14" instead of
"scm_init_srfi_13_14".
2001-05-14 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
* Makefile.am (srfi_DATA): Added srfi-16.scm.