guile-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile/guile-core RELEASE


From: Marius Vollmer
Subject: guile/guile-core RELEASE
Date: Sat, 19 May 2001 17:36:40 -0700

CVSROOT:        /cvs
Module name:    guile
Changes by:     Marius Vollmer <address@hidden> 01/05/19 17:36:40

Modified files:
        guile-core     : RELEASE 

Log message:
        

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/RELEASE.diff?cvsroot=OldCVS&tr1=1.109&tr2=1.110&r1=text&r2=text

Patches:
Index: guile/guile-core/RELEASE
diff -u guile/guile-core/RELEASE:1.109 guile/guile-core/RELEASE:1.110
--- guile/guile-core/RELEASE:1.109      Tue May 15 08:00:07 2001
+++ guile/guile-core/RELEASE    Sat May 19 17:36:40 2001
@@ -22,8 +22,21 @@
 
 === In release 1.8.0:
 
+- remove deprecated subr and gsubr functions
+    in procs.h, procs.c: scm_make_subr, scm_make_subr_opt,
+      scm_make_subr_with_generic,
+    in gsubr.h, gsubr.c: scm_make_gsubr, scm_make_gsubr_with_generic.
+    
+- remove deprecated C interface to modules
+    in modules.h, modules.c:
+      root_module_lookup_closure, scm_sym_app, scm_sym_modules,
+      module_prefix, make_modules_in_var, beautify_user_module_x_var,
+      scm_the_root_module, scm_make_module, scm_ensure_user_module,
+      scm_load_scheme_module
+
 - remove vcell and obarray support.
   Remove all code bracketed by `#if SCM_ENABLE_VCELLS'.
+  Remove SCM_ENABLE_VCELLS itself.
   Also remove `variable-set-name-hint' completely.
 
 - remove compatability module (ice-9 and-let*).  It
@@ -37,6 +50,7 @@
     etc.
 - remove deprecated variables:
     scm_top_level_lookup_closure_var
+    scm_scm_system_transformer
 - remove deprecated functions:
     eval.c: scm_eval2, scm_eval_3
     load.c: scm_read_and_eval_x



reply via email to

[Prev in Thread] Current Thread [Next in Thread]