summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1997-10-18 17:40:16 +0000
committerTom Tromey <tromey@redhat.com>1997-10-18 17:40:16 +0000
commit02755d59670a25f6ff7b254cd90392dc000ca09a (patch)
treef89f4d4953991e767c233699368380b875f48c56
parent8a6d7c7ccc71bd3cd1887af92f19627c05b4be08 (diff)
downloadguile-02755d59670a25f6ff7b254cd90392dc000ca09a.tar.gz
updated NEWS for mbstring removal
-rw-r--r--NEWS12
1 files changed, 10 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index ade3c851d..9d74cfcc6 100644
--- a/NEWS
+++ b/NEWS
@@ -8,8 +8,9 @@ Changes since Guile 1.2:
* Changes to the distribution
-** libguile/append.h, libguile/append.c, libguile/sequences.h,
-libguile/sequences.c removed.
+** libguile/append.h, libguile/append.c, libguile/extchrs.h,
+libguile/extchrs.c, libguile/mbstrings.h libguile/mbstrings.c,
+libguile/sequences.h, libguile/sequences.c removed.
* Changes to the stand-alone interpreter
@@ -29,6 +30,9 @@ Function: set-batch-mode?! ARG
* Changes to Scheme functions and syntax
+** Multi-byte strings have been removed, as have multi-byte and wide
+ports.
+
** Some magic has been added to the printer to better handle user
written printing routines (like record printers, closure printers).
@@ -344,6 +348,10 @@ scm_tc7_mb_substring has been removed.
SCM_TYP7S now masks away the bit which distinguishes substrings from
strings.
+** All genio functions changed names and interfaces; new functions are
+scm_putc, scm_puts, scm_lfwrite, scm_getc, scm_ungetc, and
+scm_do_read_line.
+
Changes in Guile 1.2 (released Tuesday, June 24 1997):