summaryrefslogtreecommitdiff
path: root/ice-9
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2001-06-02 18:35:28 +0000
committerMarius Vollmer <mvo@zagadka.de>2001-06-02 18:35:28 +0000
commitb0c16cd922c82e58ea11d3882d5107e85a47730d (patch)
tree7d6c1c3a9081a34c640a9cdd355ef278db3c9b40 /ice-9
parent96e83482fba579979c8ff896d69ad3e72b5dd63a (diff)
downloadguile-b0c16cd922c82e58ea11d3882d5107e85a47730d.tar.gz
*** empty log message ***
Diffstat (limited to 'ice-9')
-rw-r--r--ice-9/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog
index a9e34b66f..d154a7982 100644
--- a/ice-9/ChangeLog
+++ b/ice-9/ChangeLog
@@ -1,3 +1,17 @@
+2001-06-02 Marius Vollmer <mvo@zagadka.ping.de>
+
+ * 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 <mvo@zagadka.ping.de>
* boot-9.scm (top-repl): Revert part of the 2001-05-19 change.