*** empty log message ***
authorMarius Vollmer <mvo@zagadka.de>
Sun, 16 Dec 2001 21:58:33 +0000 (21:58 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Sun, 16 Dec 2001 21:58:33 +0000 (21:58 +0000)
libguile/ChangeLog
srfi/ChangeLog

index 4a1e683..5c82866 100644 (file)
@@ -1,3 +1,11 @@
+2001-12-16  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * stacks.c, stacks.h (scm_t_stackype): Renamed to scm_stack_type
+       everywhere.
+
+       * continuations.c (scm_make_continuation): Do not retain the
+       throw_value when the continuation is invoked.
+
 2001-12-08  Stefan Jahn  <stefan@lkcc.org>
 
        * strings.c (scm_c_string2str): New function.  Converts a
index abed6ad..4154097 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-16  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * srfi-11.scm (let-values): Use `gensym' instead of `gentemp'.
+
 2001-11-30  Neil Jerram  <neil@ossau.uklinux.net>
 
        * Makefile.am (ETAGS_ARGS): Added.