mit-scheme.git
2019-01-04 Taylor R CampbellUse integrated %dispatch-tag-ref in record type predicates.
2019-01-04 Taylor R CampbellIntegrate string.scm operations in symbol.scm.
2019-01-04 Chris HansonTweak equality-predicate-property to accept a default...
2019-01-04 Chris HansonDon't use general predicate relations for record predic...
2019-01-02 Chris HansonMerge branch 'master' of git.sv.gnu.org:/srv/git/mit...
2019-01-02 Chris HansonFix problem with crashing in Emacs interface.
2019-01-02 Taylor R CampbellUse runtime's string ports.
2019-01-02 Taylor R CampbellImplement position for string input ports.
2019-01-02 Taylor R CampbellExport binary-port-length too.
2019-01-02 Taylor R CampbellFix binary-port-position for output ports.
2019-01-02 Taylor R CampbellExport binary-port-position and set-binary-port-position!.
2019-01-02 Taylor R CampbellIntegrate string operations for order of magnitude...
2019-01-02 Taylor R Campbellucd-slc-value &c. return chars, not fixnums.
2019-01-01 Taylor R CampbellUse 32-bit xor rather than 64-bit xor for zeroing.
2019-01-01 Taylor R CampbellSplit deeply nested expressions into named and typed...
2019-01-01 Taylor R CampbellConfirm that a couple screw cases in closure analysis...
2019-01-01 Taylor R CampbellAdd some more release notes.
2018-12-27 Chris HansonFix whitespace change ignored by magit.
2018-12-27 Chris HansonMove .dir-locals.el from src/ to top level dir.
2018-12-27 Chris HansonSplit test data out of "test-string-normalization".
2018-12-15 Chris HansonSet indent-tabs-mode to t in this directory.
2018-12-11 Chris HansonGenerate char sets for each UCD general category and...
2018-12-11 Chris HansonFix bug in inverting empty character set.
2018-12-10 Chris HansonFix bug in string-copy!.
2018-12-10 Chris HansonAdd tests for string-copy!, which has a bug.
2018-12-10 Chris HansonAdd support for 'expect-failure? property on assertions.
2018-12-10 Chris HansonEliminate use of TC_LEGACY_STRING for symbol names.
2018-12-09 Chris HansonChange all string operations that accept chars to work...
2018-12-09 Chris HansonImplement char->bitless-char.
2018-12-08 Matt Birkholzx11/Makefile.am: Fix packaging, TAGS.
2018-12-08 Matt Birkholzruntime/rfc2822-headers: Watch out for eof-object.
2018-12-08 Matt Birkholzffi/build: Mixing strings and pathnames is problematic.
2018-12-08 Chris HansonUpdate test-syntax-rename to work with syntax changes.
2018-12-08 Chris HansonAdd param:trace-syntax? to help debugging syntax expansion.
2018-12-08 Chris HansonAdd print method to quoted-identifier.
2018-12-08 Chris HansonFix: allow compiler to be compiled with current release.
2018-12-08 Chris HansonTweak all the syntax tests now that they are fixed.
2018-12-08 Chris HansonAdd assertion that does pattern matching; useful for...
2018-12-08 Chris HansonEliminate now-unnecessary exports.
2018-12-08 Chris HansonRewrite environment implementation to clear up ambiguities.
2018-12-08 Chris HansonImplement spar-funcall to call a procedure and ignore...
2018-12-08 Chris HansonEliminate unnecessary use of strip-syntactic-closures.
2018-12-08 Chris HansonFix some minor bugs in syntax renaming.
2018-12-08 Chris HansonIn er-macro-transformer, guarantee that two renames...
2018-12-08 Chris HansonSyntax renaming now handles declarations correctly.
2018-12-08 Chris HansonEliminate inaccurate comment.
2018-12-08 Chris Hansonsyntax-rules: eliminate use of rename for creating...
2018-12-07 Taylor R CampbellUse the parser state, not the value produced, to determ...
2018-12-07 Taylor R CampbellMore polar screw cases.
2018-12-07 Taylor R CampbellPass the _type_ of complex component through the parser.
2018-12-07 Taylor R CampbellOops, this broke polar notation.
2018-12-07 Taylor R CampbellReject multiple zero real components by parse states.
2018-12-07 Taylor R CampbellAdd some more screw cases.
2018-12-07 Taylor R CampbellReject inf and NaN with #e notation.
2018-12-07 Taylor R CampbellProvide notation for NaN payload and signalling NaN.
2018-12-07 Taylor R Campbellstring->number returns false on error.
2018-12-07 Taylor R CampbellMake this unreachable case an error.
2018-12-07 Taylor R CampbellFix printing NaN sign.
2018-12-07 Taylor R CampbellMore tests for signed NaN notation.
2018-12-07 Taylor R CampbellFix sign of NaN in reader.
2018-12-07 Taylor R CampbellExpand test-numpar.scm a little with some bugs.
2018-12-07 Taylor R CampbellMake flo:nan.0 reliably return a `positive' quiet NaN...
2018-12-07 Taylor R CampbellFix bug in flo:make-nan error reporting.
2018-12-07 Taylor R Campbellflo:make-nan error reporting is busted.
2018-12-07 Taylor R CampbellConfirm #i works with inf and nan.
2018-12-07 Taylor R CampbellThere is no exact infinity or NaN, so #e should reject...
2018-12-05 Taylor R Campbellx86 push can take a memory reference operand.
2018-12-05 Taylor R CampbellPrint newline in debugging-printer primitive.
2018-12-04 Taylor R CampbellDisable allocator open coders.
2018-12-03 Taylor R CampbellAdd missing type checks to some bit string operations.
2018-12-03 Taylor R CampbellBit string primitives are missing type checks.
2018-12-02 Taylor R CampbellTeach pp to respect custom print methods for tagged...
2018-12-02 Taylor R Campbellpp doesn't respect custom print methods for tagged...
2018-12-02 Taylor R CampbellRework vector tag printer methods so they work again.
2018-12-02 Taylor R Campbellpp _is_ busted after all but it takes a hairier example.
2018-12-02 Taylor R Campbellpp is not busted; I just didn't know about pp-avoid...
2018-12-02 Taylor R CampbellMake pp's job easier in this test. (Still busted.)
2018-12-02 Taylor R CampbellFix find-shared-objects. pp is still busted.
2018-12-02 Taylor R Campbellfind-shared-objects is busted for multiple references.
2018-12-02 Taylor R Campbellpp is busted on circular data structures.
2018-12-02 Taylor R CampbellAllow the full form of FLUID-LET with ACCESS.
2018-12-02 Taylor R CampbellFLUID-LET of ACCESS broke.
2018-12-02 Taylor R CampbellTickled a bug in connectivity analysis with arity error.
2018-12-02 Taylor R CampbellCompiler chokes on a variable named |#[continuation]|.
2018-12-01 Taylor R CampbellOpen-code some flonum predicates on amd64.
2018-12-01 Taylor R CampbellTeach sf about flo:safe-zero? and flo:safe=.
2018-12-01 Taylor R CampbellSpeed this up a little at the expense of coverage.
2018-12-01 Taylor R CampbellAdd some more spot checks. Zero is not exact here...
2018-12-01 Taylor R CampbellTest some more edge cases and exception flags.
2018-12-01 Taylor R CampbellTeach Scheme about the floating-point subnormal-operand...
2018-12-01 Taylor R CampbellMake flo:clear-exceptions! register interest in fp...
2018-12-01 Taylor R CampbellEarlier change to flo:clear-exceptions! is busted.
2018-12-01 Taylor R CampbellTeach the compiler about more boolean and function...
2018-12-01 Taylor R CampbellRecursively integrate after substitution.
2018-12-01 Taylor R CampbellRestore parallel compilation of compiler.
2018-12-01 Taylor R CampbellFix thinko.
2018-12-01 Taylor R CampbellUse real:abs, real:copysign.
2018-12-01 Taylor R CampbellSqrt is busted on sone mixed-infinite/exact cases.
2018-12-01 Taylor R CampbellMake ieee754-binary-hex-string follow IEEE 754-2008.
2018-11-30 Taylor R CampbellNew procedure (flo:logb x) gives the integer exponent...
next