1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-30 06:50:31 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2005-06-12 12:35:35 +00:00
parent 5c56ebe15b
commit fc4abd0e6a
3 changed files with 17 additions and 0 deletions

View file

@ -1,3 +1,11 @@
2005-06-12 Marius Vollmer <mvo@zagadka.de>
* gh.h, gh_data.c, gh_eval.c, gh_funcs.c, gh_init.c, gh_io.c,
gh_list.c, gh_predicates.c: Deprecated everything.
* environments.c (environment_default_folder,
environment_default_observer): Do not use gh_call3, gh_call1.
2005-06-10 Han-Wen Nienhuys <hanwen@xs4all.nl> 2005-06-10 Han-Wen Nienhuys <hanwen@xs4all.nl>
* modules.c (s_scm_eval_closure_module): new function. Return the * modules.c (s_scm_eval_closure_module): new function. Return the

View file

@ -1,3 +1,7 @@
2005-06-12 Marius Vollmer <mvo@zagadka.de>
* srfi-1.c: Do not use INUM macros, they are deprecated.
2005-05-07 Kevin Ryde <user42@zip.com.au> 2005-05-07 Kevin Ryde <user42@zip.com.au>
* srfi-1.scm, srfi-1.c, srfi-1.h (car+cdr, fold, last, list-index, * srfi-1.scm, srfi-1.c, srfi-1.h (car+cdr, fold, last, list-index,

View file

@ -1,3 +1,8 @@
2005-06-12 Marius Vollmer <mvo@zagadka.de>
* standalone/test-gh.c: Do nothing when deprecated things are
disabled.
2005-06-10 Han-Wen Nienhuys <hanwen@xs4all.nl> 2005-06-10 Han-Wen Nienhuys <hanwen@xs4all.nl>
* tests/gc.test ("gc"): add a test to verify that modules are * tests/gc.test ("gc"): add a test to verify that modules are