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: Sat, 02 Jun 2001 11:35:09 -0700

CVSROOT:        /cvs
Module name:    guile
Changes by:     Marius Vollmer <address@hidden> 01/06/02 11:35:09

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.440&tr2=1.441&r1=text&r2=text

Patches:
Index: guile/guile-core/ice-9/ChangeLog
diff -u guile/guile-core/ice-9/ChangeLog:1.440 
guile/guile-core/ice-9/ChangeLog:1.441
--- guile/guile-core/ice-9/ChangeLog:1.440      Fri Jun  1 13:15:49 2001
+++ guile/guile-core/ice-9/ChangeLog    Sat Jun  2 11:35:09 2001
@@ -1,3 +1,17 @@
+2001-06-02  Marius Vollmer  <address@hidden>
+
+       * Makefile.am (psyntax.pp): Make it dependent on psyntax.ss and
+       fix command so that it works.
+
+       * session.scm (apropos-fold, submodules, apropos): Be careful not
+       to access unbound variables.
+
+       * boot-9.scm (module-ensure-variable!): New.
+       (module-export!): Use it to ensure that there is a variable to
+       export.  Previously, we would always create a new variable, copy
+       the value over, and export the new variable.  This confused
+       syncase since it keys important properties on variables.
+
 2001-06-01  Marius Vollmer  <address@hidden>
 
        * boot-9.scm (top-repl): Revert part of the 2001-05-19 change.



reply via email to

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