From 02755d59670a25f6ff7b254cd90392dc000ca09a Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sat, 18 Oct 1997 17:40:16 +0000 Subject: [PATCH] updated NEWS for mbstring removal --- NEWS | 12 ++++++++++-- 1 file 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): -- 2.20.1