*** empty log message ***
authorMarius Vollmer <mvo@zagadka.de>
Thu, 14 Jun 2001 19:52:35 +0000 (19:52 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Thu, 14 Jun 2001 19:52:35 +0000 (19:52 +0000)
guile-readline/ChangeLog
libguile/ChangeLog

index e8d98f1..648b863 100644 (file)
@@ -1,3 +1,7 @@
+2001-06-14  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * readline.c, readline.h: Replace "scm_*_t" with "scm_t_*".
+
 2001-06-14  Marius Vollmer  <mvo@zagadka.ping.de>
 
        Thanks to Matthias Köppe!
index b6b0199..549401a 100644 (file)
@@ -1,6 +1,10 @@
 2001-06-14  Marius Vollmer  <mvo@zagadka.ping.de>
 
-       * unif.h (SCM_ARRAY_NDIM): Shift then cast so that the no sign
+       Throughout: replace "scm_*_t" with "scm_t_*".
+       
+2001-06-14  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * unif.h (SCM_ARRAY_NDIM): Shift then cast so that no sign
        extension takes place.
        * strings.h (SCM_STRING_LENGTH): Likewise.
        (SCM_STRING_MAX_LENGTH): Use unsigned numbers.