guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-core/ice-9 ChangeLog


From: Marius Vollmer
Subject: guile/guile-core/ice-9 ChangeLog
Date: Mon, 04 Jun 2001 15:14:44 -0700

CVSROOT:        /cvs
Module name:    guile
Changes by:     Marius Vollmer <address@hidden> 01/06/04 15:14:44

Modified files:
        guile-core/ice-9: ChangeLog 

Log message:
        

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/ice-9/ChangeLog.diff?cvsroot=OldCVS&tr1=1.444&tr2=1.445&r1=text&r2=text

Patches:
Index: guile/guile-core/ice-9/ChangeLog
diff -u guile/guile-core/ice-9/ChangeLog:1.444 
guile/guile-core/ice-9/ChangeLog:1.445
--- guile/guile-core/ice-9/ChangeLog:1.444      Mon Jun  4 14:52:21 2001
+++ guile/guile-core/ice-9/ChangeLog    Mon Jun  4 15:14:44 2001
@@ -1,3 +1,25 @@
+2001-06-05  Marius Vollmer  <address@hidden>
+
+       * 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  <address@hidden>
+
+       * 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  <address@hidden>
 
        * rw.scm: export write-string/partial.



reply via email to

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