mit-scheme.git
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.
2017-02-10 Chris HansonImplement much smarter code generation for UCD tables.
2017-02-10 Chris HansonAdd header and explanatory comment to names.
2017-02-10 Chris HansonAdd metadata to all of the XML properties.
2017-02-09 Chris HansonCorrectly implement character case conversions and...
2017-02-09 Chris HansonOptimize the ucd tables a bit.
2017-02-09 Chris HansonChange the ucd converter to store raw prop files in...
2017-02-08 Chris HansonFix typo in previous change.
2017-02-08 Chris HansonImplement "computed" character sets.
2017-02-08 Chris HansonAdd value conversions to the UCD property code generator.
2017-02-08 Chris HansonImplement char-general-category.
2017-02-08 Chris HansonAdd in the first Unicode property table: gc.
2017-02-08 Chris HansonChange the way boot inits work to accomodate packages...
2017-02-08 Chris HansonRefactor both the stratifier and the code generator.
2017-02-08 Chris HansonFix nasty bug: modifying a hash table could scramble...
2017-02-07 Chris HansonFix bug: typo broke linear dispatch coding.
2017-02-06 Chris HansonSome efficiency and layout improvements.
2017-02-06 Chris HansonChange pp to treat all define-FOO symbols like define.
2017-02-06 Chris HansonFix bug: root definition had wrong arguments.
2017-02-06 Chris HansonA bunch of cleanups to code generator.
2017-02-06 Chris HansonInitial implementation of UCD converter.
next