*** empty log message ***
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Fri, 6 Nov 1998 18:16:45 +0000 (18:16 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Fri, 6 Nov 1998 18:16:45 +0000 (18:16 +0000)
libguile/ChangeLog

index 3b53cfb..cf52b59 100644 (file)
@@ -1,3 +1,11 @@
+1998-11-07  Mikael Djurfeldt  <mdj@barbara.nada.kth.se>
+
+       * readline.c (scm_read_history, scm_write_history): Bugfix: Use
+       SCM_ROCHARS instead of SCM_CHARS.
+
+       * ports.c (scm_unread_string): Bugfixes: Check for SCM_STRINGP,
+       not SCM_ROSTRINGP; use SCM_ROUCHARS instead of SCM_UCHARS.
+
 1998-11-06  Mikael Djurfeldt  <mdj@barbara.nada.kth.se>
 
        * ports.h (SCM_CUC): #define as ~SCM_CRDY instead of 0x001fffffL.