*** empty log message ***
authorMarius Vollmer <mvo@zagadka.de>
Mon, 19 Aug 2002 23:25:33 +0000 (23:25 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Mon, 19 Aug 2002 23:25:33 +0000 (23:25 +0000)
libguile/ChangeLog

index 11094ec..dccf596 100644 (file)
@@ -1,3 +1,8 @@
+2002-08-20  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * print.c (scm_iprin1): Print primitives generics always as
+       "primitive-generic" even when they have no primitive methods yet.
+
 2002-08-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
        * ports.c (scm_add_to_port_table): small bugfix.
@@ -13,7 +18,6 @@
 
        * ports.h: use scm_i_ prefix for port table and port table size.
        
-
 2002-08-15  Mikael Djurfeldt  <mdj@linnaeus>
 
        * vports.c (scm_make_soft_port): Initialize pt variable.