mit-scheme.git
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.
2017-03-08 Chris HansonImplement port-properties.
2017-03-08 Chris HansonReimplement interface between parser and file-attribute...
2017-03-08 Chris HansonReindent test cases for easier reading.
2017-03-08 Chris HansonFix char-in-set? so it works with all characters.
2017-03-08 Chris HansonSmall tweaks to file-attributes.
2017-03-08 Chris HansonAdd file-attributes test to make check.
2017-03-07 Chris HansonFix some issues with file-attribute parser; temporarily...
2017-03-07 Chris HansonEliminate unused binding.
2017-03-07 Chris HansonChange host-adapter to be ignored except on 9.2.
2017-03-07 Chris HansonEliminate support for custom parser tables.
2017-03-07 Chris HansonMerge branch 'master' of git.sv.gnu.org:/srv/git/mit...
2017-03-07 Chris HansonEliminate need for file-attributes parser to use custom...
2017-03-07 Chris HansonDon't save boot inits if there are none.
2017-03-07 Matt Birkholzplugin ChangeLogs: Add missing cd commandline.
2017-03-07 Matt Birkholzdoc: Use default htmldir, pdfdir, etc. Rename updated...
2017-03-07 Matt BirkholzLoad necessary options (not loaded when Edwin is not...
2017-03-07 Matt BirkholzGeneralize load-ffi-quietly to use when loading other...
2017-03-07 Matt Birkholzedwin: Add input-event unparser. Fix inferior unparser.
2017-03-07 Matt Birkholzdoc/ref-manual/graphics.texi: typo
2017-03-07 Matt Birkholzcref/conpkg.scm: Fourth slot of import links: 'deprecat...
2017-03-07 Chris HansonChange sequence builders to copy small sequences.
2017-03-07 Chris HansonChange char-XXX-full converters to store strings.
2017-03-07 Chris HansonFix test, now that I understand what's going on.
2017-03-06 Chris HansonAdd Unicode segmentation tests and fix implementation...
2017-03-05 Chris HansonMerge branch 'master' of git.sv.gnu.org:/srv/git/mit...
2017-03-05 Matt Birkholzsvm: Punt unnecessary (global-definitions "../cref...
2017-03-05 Matt BirkholzMatch up 9.2 and current definitions of GUARANTEE.
2017-03-05 Matt BirkholzSpeed up SVM cross-build with new finish-cross-compilat...
2017-03-05 Matt BirkholzAssign &lambda-components before (runtime ustring)...
next