1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-04 05:50:26 +02:00

updated NEWS for mbstring removal

This commit is contained in:
Tom Tromey 1997-10-18 17:40:16 +00:00
parent 8a6d7c7ccc
commit 02755d5967

12
NEWS
View file

@ -8,8 +8,9 @@ Changes since Guile 1.2:
* Changes to the distribution * Changes to the distribution
** libguile/append.h, libguile/append.c, libguile/sequences.h, ** libguile/append.h, libguile/append.c, libguile/extchrs.h,
libguile/sequences.c removed. libguile/extchrs.c, libguile/mbstrings.h libguile/mbstrings.c,
libguile/sequences.h, libguile/sequences.c removed.
* Changes to the stand-alone interpreter * Changes to the stand-alone interpreter
@ -29,6 +30,9 @@ Function: set-batch-mode?! ARG
* Changes to Scheme functions and syntax * 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 ** Some magic has been added to the printer to better handle user
written printing routines (like record printers, closure printers). 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 SCM_TYP7S now masks away the bit which distinguishes substrings from
strings. 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): Changes in Guile 1.2 (released Tuesday, June 24 1997):