mit-scheme.git
2018-12-16 Taylor R CampbellMove comment to cover all the primitives disabled for...
2018-12-16 Taylor R CampbellOpen-code unordered comparison primitives on i386.
2018-12-15 Taylor R CampbellMark some more primitives as machine-dependent and...
2018-12-15 Taylor R CampbellExclude exceptions not in FE_ALL_EXCEPT.
2018-12-15 Taylor R CampbellMake primitives raise exceptions on signalling NaN...
2018-12-15 Taylor R CampbellFix mistaken expansion of flo:<> as flonum-is-less...
2018-12-15 Taylor R CampbellTest ordered and unordered comparisons with sNaN raise...
2018-12-15 Taylor R CampbellNormalize significand in flo:random-unit-open even...
2018-12-15 Taylor R CampbellFix sign error and mask size in fix:bitcount16.
2018-12-15 Taylor R CampbellAvoid undefined behaviour with large right shifts.
2018-12-15 Taylor R CampbellShift-right is busted on large shifts.
2018-12-15 Taylor R CampbellDisable FLONUM-EXP open-coding on i386.
2018-12-15 Taylor R CampbellRelax expm1 tests; i387 in 53-bit precision won't guara...
2018-12-15 Taylor R CampbellGuard against loading any NaN into double here.
2018-12-15 Taylor R CampbellClear exceptions before enabling traps.
2018-12-15 Taylor R CampbellUse integer bit tests in FLONUM-IS-NEGATIVE?.
2018-12-15 Taylor R CampbellProvide hokey alternatives if no SSE or i387.
2018-12-15 Taylor R CampbellRe-enable the SSE instructions in i386.
2018-12-15 Taylor R CampbellDisable open-coding of flonum-copysign/abs/negate on...
2018-12-15 Taylor R CampbellRewrite flonum-copysign/abs/negate primitives using...
2018-12-15 Taylor R CampbellMake flonum comparison primitives raise exceptions...
2018-12-13 Taylor R CampbellUse FCOM, not FUCOM, for ordered comparisons.
2018-12-13 Taylor R CampbellRewrite NaN primitives in terms of integer data.
2018-12-12 Taylor R CampbellCall the primitives directly.
2018-12-12 Taylor R CampbellSkip constant-folding MD primitives when cross-compiling.
2018-12-12 Taylor R CampbellDistinguish bytes-per-object from target-bytes-per...
2018-12-12 Taylor R CampbellMissed some .bin spots.
2018-12-12 Taylor R CampbellFix floating-point alignment stuff.
2018-12-11 Taylor R CampbellMore line breaks for clarity.
2018-12-11 Taylor R CampbellFix environment this test runs in.
2018-12-11 Taylor R CampbellRestore separation of syntax-* and compile-* targets.
2018-12-11 Taylor R CampbellMake these tests run on svm1.
2018-12-11 Taylor R CampbellFix fixnum range.
2018-12-11 Taylor R CampbellExercise some more fasdump cases. Fix missing definition.
2018-12-11 Taylor R CampbellTeach `make cross-host' to convert .nib -> .bin &c.
2018-12-11 Taylor R CampbellNew make target install-toolchain just installs the...
2018-12-11 Taylor R CampbellMake `make all-toolchain' also build sos, ssp, and...
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.
next