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:
parent
8a6d7c7ccc
commit
02755d5967
1 changed files with 10 additions and 2 deletions
12
NEWS
12
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):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue