*** empty log message ***
[bpt/guile.git] / libguile / ChangeLog
index 4096390..3d456fd 100644 (file)
@@ -1,3 +1,23 @@
+Sun Jun  8 14:37:26 1997  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * eval.c (scm_lookupcar1): New procedure to cope with a race
+       condition during lookup (when using threads).
+       (scm_lookupcar): Implement in terms of scm_lookupcar1.
+       (SCM_CEVAL): Use scm_lookupcar1 instead of scm_lookupcar in one
+       place.
+
+Fri Jun  6 19:05:07 1997  Jim Blandy  <jimb@totoro.cyclic.com>
+
+       * regex-posix.c (scm_regexp_exec): Use the `start' argument if
+       supplied.  (Change from Tim Pierce.) 
+
+Thu Jun  5 16:38:19 1997  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * struct.c (init_struct): Forget to mention this in the "Wed Jun 4
+       23:47:01 1997" changelog: Slots are now initialized with `#f' by
+       default and not `()'.  `#f' is the canonical non-value in Scheme,
+       right?
+
 Wed Jun  4 23:47:01 1997  Marius Vollmer  <mvo@zagadka.ping.de>
 
        * struct.c (struct_printer): New variable that holds a handle on