mit-scheme.git
2017-04-23 Chris HansonChange string-match and string-search to require NFC...
2017-04-23 Chris HansonChange default result of string-builder to be NFC.
2017-04-23 Chris HansonMerge branch 'master' of git.sv.gnu.org:/srv/git/mit...
2017-04-23 Chris HansonRedefine substring as different from string-copy.
2017-04-23 Chris HansonConvert list->string, vector->string to use string...
2017-04-23 Chris HansonFix call to string-builder that was missed.
2017-04-23 Chris HansonSimplify string, string*, string-append, string-append*.
2017-04-23 Chris HansonFix typo causing memory corruption.
2017-04-22 Taylor R CampbellFix typo.
2017-04-22 Chris HansonChange string-copy to return legacy string only if...
2017-04-22 Chris HansonMove NFC marking from canonical-composition to string...
2017-04-22 Chris HansonSignificantly simplify string-builder.
2017-04-21 Chris HansonChange string->nfc to return immutable value, and optim...
2017-04-21 Chris HansonSupport TEST environment variable in "make check".
2017-04-21 Chris Hansonstring->nfd: also convert mutable strings already in...
2017-04-21 Chris HansonChange string->nfd to return immutable value.
2017-04-21 Chris HansonChange builder options to distinguish between mutable...
2017-04-21 Chris HansonRearrange and optimize. Also make ustring1 be zero...
2017-04-21 Chris HansonMark ignored binding.
2017-04-21 Chris HansonChange Edwin's implementation of strings to work for...
2017-04-21 Chris HansonAdd tagging support for unicode-string.
2017-04-21 Chris HansonChange string primitives to uniformly support all ...
2017-04-21 Chris HansonChange string-builder to generate immutable strings...
2017-04-20 Chris HansonNow that legacy string has the same layout as ustring1...
2017-04-20 Chris HansonAllow string operations to take Unicode strings with...
2017-04-19 Chris HansonChange string comparisons to normalize to NFC prior...
2017-04-19 Chris HansonRewrite string-builder for performance.
2017-04-19 Chris HansonRewrite string copying for performance.
2017-04-19 Chris HansonMore refactoring of unicode-string layout.
2017-04-18 Taylor R CampbellTeach top-level clean target to clean tools too.
2017-04-17 Chris HansonA round of small changes in preparation for supporting...
2017-04-17 Chris HansonImplement compiler support for new primitives.
2017-04-17 Chris HansonChange Unicode strings to store flag in type bits of...
2017-04-17 Chris HansonD'oh! Hook up printer to new string type.
2017-04-17 Chris HansonImplement primitives to read and write type/datum of...
2017-04-17 Chris HansonReturn end-index of TO from bytevector-copy!.
2017-04-15 Taylor R CampbellNo need for X in the liarc bootstrap build.
2017-04-15 Taylor R CampbellSplice shell arguments with ${1+"$@"}.
2017-04-14 Chris HansonFix bug: primitive-byte-ref returns a fixnum, not a...
2017-04-14 Chris HansonFix typo.
2017-04-13 Chris HansonChange unicode string representation to be more compact...
2017-04-13 Chris HansonImplement select-on-bytes-per-word for gnerating word...
2017-04-13 Chris HansonEliminate condition for open-coding integer->char.
2017-04-13 Chris HansonMake sure that unicode strings are self-evaluating.
2017-04-13 Chris HansonStrip down code generated for primitive memory references.
2017-04-12 Chris HansonImplement open-coding of byte-ref primitives.
2017-04-12 Chris HansonImplement more primitive refs, and restrict to pointers...
2017-04-12 Chris HansonFix compilation issue.
2017-04-12 Chris HansonImplement allocate-nm-vector.
2017-04-12 Chris HansonAllocate new type unicode-string.
2017-04-12 Chris HansonImplement bytes-per-object.
2017-04-10 Chris HansonEliminate unused multi-byte procedures.
2017-04-01 Chris HansonAdd 'copy? option to string-builder.
2017-03-31 Chris HansonMerge branch 'master' of git.sv.gnu.org:/srv/git/mit...
2017-03-31 Chris HansonFix bug: string output port must copy input strings.
2017-03-30 Chris HansonFix bugs: typos caught by the macos compiler.
2017-03-29 Chris HansonAdd documentation for a few of the more recent string...
2017-03-29 Chris HansonFix string-for-primitive: it wasn't handling slices.
2017-03-29 Chris HansonOptimize string-in-nfX? since it's important that these...
2017-03-29 Chris HansonNormalize strings prior to hashing so equivalent sequen...
2017-03-29 Chris HansonEliminate Hangul Jamo from canonical cm/dm tables.
2017-03-29 Chris HansonImplement algorithmic Hangul Jamo compose/decompose.
2017-03-28 Chris HansonFix code-generation bug in fast-division.
2017-03-27 Chris HansonChange NFC_QC to be a boolean-valued table and exploit...
2017-03-27 Chris HansonHave string builder track max code point written.
2017-03-26 Chris HansonChange string-builder to normalize to NFC by default.
2017-03-26 Chris HansonChange symbols to be in NFC.
2017-03-26 Chris HansonWorking NFC implementation.
2017-03-25 Chris HansonInitial draft of NFC support; still need to write compo...
2017-03-25 Chris HansonAdd NFC_QC and Comp_EX tables.
2017-03-20 Chris HansonSynthesize canonical-dm table and use it to speed up...
2017-03-20 Chris HansonFix bug in canonical-ordering algorithm.
2017-03-20 Chris HansonRefactor test to make it easier to see the failures.
2017-03-20 Chris HansonBoost default stack size -- I'm tired of blowing out...
2017-03-19 Chris HansonD'oh! String normalization tests were broken, which...
2017-03-19 Chris HansonSqueeze a little more space out of the tables.
2017-03-19 Chris HansonImplement decomposition-type table and use it for corre...
2017-03-19 Chris HansonFurther compress the size of the UCD tables.
2017-03-19 Chris HansonAdd a bunch of converters to/from bytevectors.
2017-03-19 Chris HansonFix some bugs in vector->string.
2017-03-19 Chris HansonAdd hack to force printing chars in old format; can...
2017-03-19 Chris HansonMore simplification.
2017-03-19 Chris HansonSimplify parse-atom to not fold case.
2017-03-19 Chris HansonUse ucd-X-value directly in ustring.
2017-03-18 Chris HansonConvert all of the UCD tables to use bitwise tries.
2017-03-18 Chris HansonRework the character parser to handle backslash reasonably.
2017-03-18 Chris HansonAdd u16/u32 equivalents to bytevector.
2017-03-15 Chris HansonAdd draft of inversion-map code generator.
2017-03-13 Chris HansonUpdate explanation of HIGH range.
2017-03-13 Chris HansonRename "signal" to "inversion list" since that's the...
2017-03-11 Chris HansonChange normalization test to use characters instead...
2017-03-11 Chris HansonSpeed up reading of #\x... characters.
2017-03-11 Chris HansonUse string-builder instead of call-with-output-string.
2017-03-11 Chris HansonImplement test case for string->nfd.
2017-03-10 Chris HansonFix symbols using now-illegal syntax.
2017-03-10 Chris HansonRewrite parser so that it supports Unicode input.
2017-03-10 Chris HansonFix missed references to parser.
2017-03-09 Chris HansonMajor refactoring of the parser.
2017-03-08 Chris HansonAdd file-attributes tests that test the parser's interface.
2017-03-08 Chris HansonAdd input-line operation to input strings.
next