mit-scheme.git
2018-12-11 Taylor R CampbellDo all-compiler/sf/cref only in cross-host, not in...
2018-12-11 Taylor R CampbellTeach cross-SF/CREF to dump/load in .nib, .txe, .dkp.
2018-12-11 Taylor R CampbellMove fasl version check earlier.
2018-12-11 Taylor R CampbellSplit svm1 into four architectures: svm1 x {32,64}...
2018-12-11 Taylor R CampbellMake `make cross-target' work in three stages.
2018-12-11 Taylor R CampbellTweak fasdumper to null-terminate bytevectors too.
2018-12-11 Taylor R CampbellMerge remote-tracking branch 'origin/master' into cross...
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-09 Taylor R CampbellMerge remote-tracking branch 'origin/master' into cross...
2018-12-09 Taylor R CampbellUse binary-port-position directly, not via kludgey...
2018-12-09 Taylor R CampbellRename fasdump-format -> fasl-format.
2018-12-09 Taylor R CampbellAutomatically determine host fasl format.
2018-12-08 Taylor R CampbellFasdump weak false.
2018-12-08 Taylor R CampbellDefine more arm variants: {le,be} x {32,64}.
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 Taylor R CampbellHandle reference traps and interpreter return addresses.
2018-12-08 Taylor R CampbellDust off portable fasdumper.
2018-12-08 Taylor R CampbellFix binary-port-position for output ports.
2018-12-08 Taylor R CampbellExport binary-port-position and set-binary-port-position!.
2018-12-08 Taylor R CampbellSupply the new primitives with arities so release-10...
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-08 Taylor R CampbellManually merge cross-fasdump branch.
2018-12-08 Taylor R CampbellAdd cross-compilation test.
2018-12-08 Taylor R CampbellAdd trivial compiler test with floating-point literals.
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