mit-scheme.git
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...
2017-01-28 Chris HansonMove tests from test-predicate-lattice -> test-compound...
2017-01-28 Chris HansonEliminate use of obsolete get-if-available method.
2017-01-28 Chris HansonMove non-{top,bottom}-tag? to be near {top,bottom}...
2017-01-28 Chris HansonImplement simple-{list,lset}-memoizer to capture common...
2017-01-28 Chris HansonSome tests had undefined assertions; use new assertions...
2017-01-28 Chris HansonImprove the unit-testing framework in a few ways.
2017-01-28 Chris HansonRename predicate constructor/accessor to tagger/untagger.
2017-01-28 Chris HansonFix regexp bug in previous change. Add run-time diagno...
2017-01-28 Chris HansonNormalize .gitignore directory patterns.
2017-01-28 Chris HansonFix up STAGE0 handling which failed to use the specifie...
2017-01-27 Chris HansonFix compiler crash on SVM with constant that doesn...
2017-01-27 Chris HansonSummarize test results at end of run.
2017-01-27 Chris HansonDon't return legacy strings containing UTF-8.
2017-01-27 Chris HansonDeprecate symbol-name.
2017-01-27 Chris HansonFix bugs: fixnum sizes must be measured at runtime.
2017-01-27 Chris HansonFix typo.
2017-01-27 Chris HansonMajor refactor to use ustring in important places.
2017-01-27 Chris HansonFix thinko.
2017-01-27 Chris HansonChange string I/O to use ustrings.
2017-01-27 Chris HansonConvert generic I/O to support ustring.
2017-01-27 Chris HansonImplement converters between utf8-string and ustring.
2017-01-27 Chris HansonTweak to use bytevector.
2017-01-27 Chris HansonTweak to use ustrings.
2017-01-27 Chris HansonAdd unicode support to equal?.
2017-01-27 Chris HansonChange printer to support unicode.
2017-01-27 Chris HansonA handful of tweaks.
2017-01-27 Chris HansonChange string hash tables to support unicode strings.
2017-01-27 Chris HansonMake sure that strings being passed to primitives are...
2017-01-27 Chris HansonChange pathname abstraction to use unicode strings.
2017-01-27 Chris HansonAdd support for running fewer than three stages.
2017-01-27 Chris HansonFix typo.
2017-01-27 Chris HansonEliminate large swath of unused exports from (runtime...
2017-01-27 Chris HansonEliminate use of xstring in IMAIL.
2017-01-27 Chris HansonEliminate use of xstring in Edwin.
2017-01-27 Chris HansonRefactor symbol implementation to use UTF-8 bytevectors...
2017-01-27 Chris HansonEliminate incorrect registration of legacy-string?.
2017-01-26 Chris HansonChange bytevectors to use Unicode strings.
2017-01-26 Chris HansonMerge branch 'master' of git.sv.gnu.org:/srv/git/mit...
2017-01-26 Chris HansonImplement a Unicode string abstraction.
2017-01-26 Chris HansonImplement a Unicode string abstraction.
2017-01-26 Chris HansonImplement char=-predicate and char-ci=-predicate.
2017-01-26 Chris HansonAdd "legacy" names for standard string operations.
2017-01-26 Chris Hansonbytevectors: Implement bytevector-hash; fix a couple...
2017-01-26 Chris HansonImplement fix:end-index and fix:start-index.
2017-01-26 Chris HansonRevert "Initial draft of new string implementation."
2017-01-26 Chris HansonEliminate call to now-undefined simple-predicate?.
2017-01-25 Chris HansonFix thinko: caller argument in wrong place.
2017-01-25 Chris HansonInitial draft of new string implementation.
2017-01-25 Chris HansonTweak pagination.
2017-01-25 Chris HansonCreate synchronize-output-port and make it generic...
2017-01-25 Chris HansonRestrict most genio exports. A couple of renames.
2017-01-25 Chris HansonPlumb genio to pass caller name down to operations.
2017-01-25 Chris HansonMajor refactor of textual I/O ports.
2017-01-25 Chris HansonExport fix:iota.
2017-01-24 Chris HansonImplement fix:iota.
2017-01-24 Chris HansonAdd comment for return value of write-bytevector.
2017-01-24 Chris HansonRemove unused xstring-byte-* procedures.
2017-01-24 Chris HansonFix broken indent.
2017-01-24 Chris HansonChange reload-save-string/reload-retrieve-string to...
2017-01-23 Chris HansonImplement find-map.
2017-01-23 Chris HansonAllow undo in debugger detail buffers.
2017-01-20 Chris HansonAdd new char tests to standard checks.
2017-01-20 Chris HansonImplement tests for characters, particularly UTF-8...
2017-01-20 Chris HansonAllow assert-error to be used without explicit error...
next