mit-scheme.git
2017-02-20 Chris HansonEliminate unused vector->string.
2017-02-20 Chris HansonEliminate a bunch of references to make-ustring.
2017-02-19 Chris HansonDon't throw away string-builder's state when building.
2017-02-19 Chris HansonImplement 'empty? message for string builder.
2017-02-19 Chris HansonUse string-builder instead of custom accumulator.
2017-02-19 Chris HansonImplement string-builder.
2017-02-19 Chris HansonFix typo.
2017-02-19 Chris HansonMove char->string to ustring.
2017-02-19 Chris HansonEliminate now-unused ascii-string-copy.
2017-02-19 Chris HansonEliminate a bunch of operations that modify strings...
2017-02-19 Chris HansonFix typo.
2017-02-19 Chris HansonMove split/join code and string-null?.
2017-02-19 Chris HansonEliminate now-unused code.
2017-02-19 Chris HansonHuge wave of changes to rename remaining "ustring"...
2017-02-19 Chris HansonImplement multiple args for char comparisons.
2017-02-19 Chris HansonFix bugs exposed by unit tests.
2017-02-19 Chris HansonAdd a bunch of unit tests swiped from Larceny.
2017-02-19 Chris HansonImplement ustring-{lower,upper}-case?.
2017-02-18 Chris HansonFirst draft of NFD normalization.
2017-02-18 Chris HansonRefactor the converter to separate the value mapping...
2017-02-18 Chris HansonAdd "NFD_QC" table.
2017-02-18 Chris HansonClean up code generators a bit. Add "dm" property.
2017-02-18 Chris HansonAdd mappings for _QC properties.
2017-02-18 Chris HansonAdd ucd-table-ccc.
2017-02-18 Chris HansonAnother round of substitutions.
2017-02-18 Chris HansonBegin process of replacing string operations with ustri...
2017-02-18 Chris HansonImplement "slices", which provide a restricted view...
2017-02-18 Chris HansonCollapse ustring implementations together to save space...
2017-02-18 Chris HansonReorder code in ustring; plus a few small tweaks.
2017-02-17 Chris HansonRename make-legacy-string to legacy-string-allocate.
2017-02-17 Chris HansonGuarantee that incoming characters don't have bucky...
2017-02-17 Chris HansonChange full-width string to use 3 bytes instead of 4.
2017-02-17 Chris HansonReorganize ustring around operations.
2017-02-17 Chris HansonMove all legacy-string definitions into ustring.
2017-02-16 Matt Birkholzruntime/char.scm (unicode-char?): unreferenced bound...
2017-02-16 Matt BirkholzFix number-of-event-types constant; add missing event...
2017-02-16 Matt Birkholzx11, x11-screen: Remove references to deprecated bindings.
2017-02-16 Chris HansonUpdate EDITION, UPDATED, and regenerate detailed menu.
2017-02-16 Chris HansonRewrite the Characters chapter to reflect the implement...
2017-02-16 Chris HansonClean up the character abstraction to be more consistent.
2017-02-16 Chris HansonDefine xml-char? and use it in favor of unicode-char?.
2017-02-15 Matt BirkholzAdd support for deprecated bindings.
2017-02-15 Matt BirkholzPunt warning about "copying large block"s (e.g. Edwin...
2017-02-15 Matt Birkholzref-manual: Use an @xref to make Subprocess Options...
2017-02-15 Matt Birkholzruntime/parse: typo/thinko
2017-02-15 Chris HansonFix predicate relationship.
2017-02-15 Chris HansonFix broken test.
2017-02-15 Chris HansonChange character sets to be defined over code points.
2017-02-15 Chris HansonAccount for the fact that UCD procedure accept all...
2017-02-15 Chris HansonChange the UCD converter to pay attention to the remain...
2017-02-15 Chris HansonAlways use names for separator:space characters.
2017-02-15 Chris HansonAdd support for R7RS string \<newline> escape.
2017-02-15 Chris HansonFix thinko in recent change.
2017-02-15 Chris HansonSpaces should be considered normal printing characters.
2017-02-15 Chris HansonChange make-signal-combiner to be iterative.
2017-02-15 Chris HansonSimplify make-signal-combiner interface.
2017-02-15 Chris HansonFix unit test broken by recent change.
2017-02-15 Chris HansonChange char-set-invert to be iterative.
2017-02-15 Chris HansonFix missing tail section in make-signal-combiner.
2017-02-14 Chris HansonEliminate unused and incorrectly implemented ustring...
2017-02-14 Chris HansonTweak comment.
2017-02-14 Chris HansonRewrite make-signal-combiner to take advantage of signa...
2017-02-14 Chris HansonChange char-set implementation to use "signals" instead...
2017-02-14 Chris HansonMajor refactor to minimize size of character sets.
2017-02-13 Chris HansonEliminate unused binding.
2017-02-13 Chris HansonFix typos in previous change.
2017-02-12 Chris HansonChange is-X-of from compound to parametric predicates.
2017-02-12 Chris HansonRewrite unparser to pass context rather than use parame...
2017-02-12 Chris HansonReduce the size of character sets by computing the...
2017-02-12 Chris HansonChange printer to be smarter about when quoting is...
2017-02-12 Chris HansonAdd some additional useful character sets.
2017-02-12 Chris HansonFix bug: missed package name change in cold load.
2017-02-12 Chris HansonAllow conjoin and disjoin to be used with unregistered...
2017-02-12 Chris HansonAdd tables for CWCF, CWL, and CWU.
2017-02-12 Chris HansonChange code generator for boolean sets to use standard...
2017-02-12 Chris HansonRename ucd-table-glue to ucd-glue.
2017-02-12 Chris HansonChange pattern-white-space to pattern-whitespace for...
2017-02-11 Chris HansonRename port/char-set to textual-port-char-set.
2017-02-11 Chris HansonAdd character sets to textual ports.
2017-02-11 Chris HansonImplement char-set:unicode.
2017-02-11 Chris HansonImplement unicode-char-code?.
2017-02-11 Chris HansonClean up char->digit and digit->char.
2017-02-11 Chris HansonImplement digit-value.
2017-02-11 Chris HansonChange generated tables to use characters instead of...
2017-02-11 Chris HansonRename "WSpace" full name to "whitespace".
2017-02-11 Chris HansonRemove timestamp from generated files.
2017-02-11 Chris HansonChange implementation of #\<char> to show all "graphic...
2017-02-11 Chris HansonFix bug: use atom delimiters instead of symbol-constitu...
2017-02-11 Chris HansonImplement proper handling of symbol quoting and case...
2017-02-11 Chris HansonImplement char-{down,fold,up}case-full and use in ustring.
2017-02-11 Chris HansonUse correct case-folding algorithm for symbols.
2017-02-11 Chris HansonChange ustring implementation to simplify to 8-bit...
2017-02-11 Chris HansonFix char-ascii? to be 7-bit instead of 8.
2017-02-11 Chris HansonFix bug: typo meant value of utfX->string was wrong.
2017-02-11 Chris HansonCharacter case mappers should preserve the bits.
2017-02-11 Chris HansonFix parser case-folding to use ustring-foldcase.
2017-02-11 Chris HansonImplement char-foldcase and ustring-foldcase.
2017-02-11 Chris HansonAdd tables and support for case folding and string...
2017-02-10 Chris HansonUse non-pointer hash tables for UCD tables.
2017-02-10 Chris HansonImplement non-pointer hash tables.
next