mit-scheme.git
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.
2017-02-04 Chris HansonFix bug in ttyio that causes premature exit on pipe...
2017-02-04 Matt BirkholzUse a large heap to build the system with LIAR/svm...
2017-02-04 Matt Birkholzsvm: Quiet warnings about access.
2017-02-04 Matt Birkholzcompiler/base/crsend.scm: Use a compiled compress proce...
2017-02-03 Matt BirkholzExit with non-zero status when Aborting!: out of memory...
2017-02-03 Matt BirkholzUndo 4e9e832; choose fixnum/bignum ops for u32s at...
2017-02-03 Matt Birkholzmicrocode/boot.c (BLOCKS_TO_BYTES): Incorrect name.
2017-02-03 Chris HansonMerge branch 'master' of git.sv.gnu.org:/srv/git/mit...
2017-02-03 Chris HansonReorganize and curate standard Scheme indentation rules.
2017-02-02 Matt BirkholzClose-binary-input-port did not close its input buffer.
2017-02-01 Matt Birkholztests/unit-testing.scm: Add expectation to assert-error...
2017-02-01 Matt BirkholzSuppress 100+ useless pass 1 warnings about missing...
2017-02-01 Matt Birkholzsvm: Make fixnum->integer instruction work with TC_FALS...
2017-01-31 Chris HansonUpdate XML code to use Unicode strings throughout.
2017-01-31 Chris HansonFix bug: ranges aren't necessarily code points.
2017-01-31 Matt Birkholzsvm: typo
2017-01-31 Matt BirkholzUndo d7f390f now that LIAR/svm is compiling constants...
2017-01-31 Matt Birkholzsvm: Fix handling of machine-constants that are larger...
2017-01-31 Matt Birkholzsvm: Stub out bogus rtl:constant-cost copied from i386.
2017-01-31 Matt Birkholzsvm: Remove imports from (cross-reference).
2017-01-30 Matt BirkholzReplace unbound ascii-char? with char->... stolen from...
2017-01-30 Matt BirkholzFix infinite string input ports; add missing increment.
2017-01-30 Chris HansonRework the UTF-8 codecs:
2017-01-30 Chris HansonChange bucky-bit prefixes to prefer upper-case for...
2017-01-30 Chris HansonImplement char->scalar-value.
2017-01-30 Chris HansonUpdate documentation for param:parser-fold-case?.
2017-01-30 Chris HansonImplement #!fold-case and #!no-fold-case.
2017-01-30 Chris HansonFix bug: ustrings may be equal but still have different...
2017-01-30 Chris HansonChange string printer to generate R7RS-compatible strings.
2017-01-30 Chris HansonChange parser to respect fold-case? in various places.
2017-01-30 Chris HansonChange some of the parser's parameter names:
2017-01-30 Chris HansonRefactor the character set abstraction:
2017-01-30 Chris HansonAdd substring indices to prefix/suffix tests.
2017-01-30 Chris HansonRewrite the character-name support to support unicode...
2017-01-30 Chris HansonUse boot inits in char.scm.
2017-01-30 Chris HansonAdjust tests to match changes to unicode-scalar-value?.
2017-01-30 Chris HansonFix implementation of unicode-scalar-value? to not...
2017-01-30 Chris HansonImplement \x<hex>; syntax for strings.
2017-01-29 Chris HansonImplement #\x... syntax for characters.
2017-01-29 Chris HansonEliminate char->ascii and ascii->char, which were misno...
2017-01-29 Chris HansonFix bug: would-block value only returned if nothing...
2017-01-29 Chris HansonSimplify logic for printing generic I/O ports.
2017-01-28 Chris HansonUpgrade compound-predicate implementation with latest...
next