mit-scheme.git
2017-02-24 Chris HansonImplement count-grapheme-clusters.
2017-02-24 Chris HansonImplement support for UCD grapheme-cluster-break table.
2017-02-23 Chris HansonEliminate reverse-string altogether. It's meaningless...
2017-02-22 Matt BirkholzTemporary definition of random-bytevector for 9.2 hosts.
2017-02-22 Matt BirkholzAvoid duplicating lists of deprecated bindings, even...
2017-02-22 Matt Birkholzref-manual/strings.texi: Fix node linking; "@dots expec...
2017-02-22 Chris HansonMove reverse-string into ustring.
2017-02-22 Chris HansonMove string-match into ustring.
2017-02-22 Chris HansonMove string-compare into ustring and merge with order...
2017-02-22 Chris HansonAdd unicode support to string-replace.
2017-02-22 Chris HansonEliminate camel-case procedures.
2017-02-22 Chris HansonEliminate "capitalize" string operations, add dummy...
2017-02-22 Chris HansonEliminate now-unused vector-8b->hexadecimal and hexadec...
2017-02-22 Chris HansonFix thinko in previous change.
2017-02-22 Chris HansonEliminate random-byte-vector outside of Edwin.
2017-02-22 Chris HansonImplement random-byte-vector in Edwin.
2017-02-22 Chris HansonImplement bytevector->hexadecimal and hexadecimal-...
2017-02-22 Chris HansonImplement random-bytevector.
2017-02-22 Chris HansonEliminate set-string-length!.
2017-02-22 Chris HansonEliminate string-maximum-length.
2017-02-22 Chris HansonEliminate ancient krypt program.
2017-02-22 Chris HansonEliminate use of legacy string.
2017-02-22 Chris HansonEliminate use of legacy string.
2017-02-22 Chris HansonMust load string code during build.
2017-02-22 Chris HansonFirst round of changes to Strings chapter.
2017-02-22 Chris HansonEliminate unused binding.
2017-02-21 Chris HansonCopy old string.scm into Edwin.
2017-02-21 Chris HansonEliminate references to char-set-member?.
2017-02-21 Chris HansonSimplify.
2017-02-21 Chris HansonEliminate references to flush-output.
2017-02-21 Chris HansonEliminate references to symbol-name.
2017-02-21 Chris HansonEliminate references to symbol-append.
2017-02-21 Chris HansonEliminate string-allocate.
2017-02-21 Chris HansonConvert a string-allocate reference to make-bytevector.
2017-02-21 Chris HansonConvert a bunch of string-allocate references to make...
2017-02-21 Chris HansonConvert a bunch of string-allocate references to make...
2017-02-21 Chris HansonFix dangling reference.
2017-02-21 Chris HansonFix typo.
2017-02-21 Chris HansonMinimize inter-package deps around legacy strings.
2017-02-21 Chris HansonChange make-ustring to make-string.
2017-02-21 Chris HansonImplement bytevector-builder.
2017-02-21 Chris HansonGeneralize string-builder to be useful for other sequences.
2017-02-20 Chris HansonEliminate integration of make-string and make-vector-8b.
2017-02-20 Chris HansonUpdate to use new procedures.
2017-02-20 Chris HansonFix case issue.
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.
next