*** empty log message ***
authorMarius Vollmer <mvo@zagadka.de>
Wed, 27 Nov 1996 13:29:16 +0000 (13:29 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Wed, 27 Nov 1996 13:29:16 +0000 (13:29 +0000)
ice-9/ChangeLog
libguile/ChangeLog

index 5d11441..5850cc7 100644 (file)
@@ -1,3 +1,9 @@
+Wed Nov 27 14:16:14 1996  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * boot-9.scm (macroexpand-1, macroexpand), slib.scm
+       (slib:features), r4rs.scm (%load-verbosely): "defined?" is now a
+       function, use it accordingly.
+       
 Thu Nov 21 11:12:10 1996  Jim Blandy  <jimb@floss.cyclic.com>
 
        It's an "eval closure", not an "eval thunk."  A thunk is a
index b227488..def25aa 100644 (file)
@@ -1,3 +1,9 @@
+Wed Nov 27 14:14:56 1996  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * eval.c (scm_definedp): Incompatibly changed to be a builtin
+       Scheme function, instead of syntax. Single argument is now a
+       symbol.
+
 Thu Nov 21 11:17:42 1996  Jim Blandy  <jimb@floss.cyclic.com>
 
        It's an "eval closure", not an "eval thunk."  A thunk is a