wingo pushed a change to branch wip-whippet in repository guile. from c794c086d Change charsets to use bytevector to store char ranges new 7d899fa7c Refactor (ice-9 deprecated) to be more concise new 4516119dd Deprecate srfi-14 in default environment new 7a1406891 Move char-set-cursor implementation to Scheme
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: libguile/deprecated.c | 55 ++++ libguile/deprecated.h | 5 + libguile/init.c | 2 +- libguile/srfi-14.c | 289 ++++++------------- libguile/srfi-14.h | 6 +- libguile/unidata_to_charset.awk | 12 +- module/ice-9/deprecated.scm | 404 ++++++++++++++++----------- module/ice-9/sandbox.scm | 2 +- module/language/elisp/lexer.scm | 1 + module/language/scheme/decompile-tree-il.scm | 3 +- module/rnrs/unicode.scm | 8 +- module/srfi/srfi-14.scm | 230 ++++++++++----- module/sxml/simple.scm | 3 +- module/system/base/syntax.scm | 3 +- module/system/repl/server.scm | 3 +- module/texinfo/serialize.scm | 3 +- module/texinfo/string-utils.scm | 3 +- module/web/http.scm | 3 +- module/web/uri.scm | 3 +- test-suite/tests/strings.test | 3 +- test-suite/tests/tree-il.test | 3 +- 21 files changed, 577 insertions(+), 467 deletions(-)