mit-scheme.git
2018-11-30 Taylor R CampbellNew CTASSERT macro for compile-time assertions.
2018-11-30 Taylor R CampbellImplement flo:safe-zero? and flo:safe=.
2018-11-30 Taylor R CampbellMerge these cases again now that the xfails are fixed.
2018-11-30 Chris HansonImplement binary-hash-by-X; some hair to guarantee...
2018-11-30 Chris HansonSimplify spar-push-body.
2018-11-30 Chris HansonEliminate unnecessary copy of map-in-order.
2018-11-28 Taylor R CampbellTeach LIAR/x86-64 to open-code flo:safe-negative?.
2018-11-28 Taylor R CampbellCorrectly commute flo:safe>= to flo:safe<=, not to...
2018-11-28 Taylor R CampbellTeach RTL compression to search through object->float...
2018-11-28 Taylor R Campbellfixup! aa477cf3a28ded82f8cbcda5e8ee317cf9490d2f
2018-11-28 Taylor R CampbellDelete a rewriting rule that could not possibly have...
2018-11-28 Taylor R CampbellTest literal operands to flonum comparators.
2018-11-28 Taylor R CampbellMake thie test actually check something by calling...
2018-11-28 Taylor R CampbellRe-enable invalid-operation traps here and fix the...
2018-11-28 Taylor R CampbellFactor out unary->binary predicate conversion.
2018-11-28 Taylor R CampbellAdd flo:<>, as (or flo:< flo:>) for now.
2018-11-28 Taylor R CampbellTest flo:unordered? both ways too.
2018-11-28 Taylor R CampbellTest compilation of flonum comparisons both ways.
2018-11-28 Taylor R CampbellRun the flonum tests both compiled and interpreted.
2018-11-28 Taylor R CampbellThese tests now pass on x86-64.
2018-11-28 Taylor R CampbellTest compiling in-line calls to the flonum comparators...
2018-11-28 Taylor R CampbellTeach LIAR/x86-64 about ordered vs unordered comparisons.
2018-11-28 Taylor R CampbellFactor out unary->binary predicate conversion.
2018-11-28 Taylor R CampbellExplain what commute-flonum-predicate is doing.
2018-11-28 Taylor R CampbellTeach rtlgen to open-code flo:safe-negative? too.
2018-11-28 Taylor R CampbellTeach rtlgen to open-code safe flonum comparison routines.
2018-11-28 Taylor R CampbellTeach sf about some flonum primitives worth open-coding.
2018-11-28 Taylor R CampbellFix miscompilation of default optional parameters.
2018-11-28 Taylor R CampbellTest for miscompilation of optional arguments.
2018-11-28 Taylor R CampbellAdd some tests for primitive floating-point operations.
2018-11-28 Taylor R CampbellTest for exceptions from ordered comparisons.
2018-11-27 Taylor R CampbellDefine expect-error as an alias for assert-error.
2018-11-27 Taylor R CampbellImplement random-bytevector!.
2018-11-26 Taylor R CampbellNote flo:classify and flo:subnormal?.
2018-11-26 Taylor R CampbellDefine flo:classify and flo:subnormal?.
2018-11-26 Taylor R CampbellTest escapes in symbol notation too.
2018-11-26 Taylor R CampbellEscape only the character that needs it.
2018-11-26 Taylor R CampbellRead/write invariance is broken for strings with `|'.
2018-11-26 Taylor R CampbellAdd another screw case.
2018-11-26 Taylor R CampbellFix typos. Missed this when committing.
2018-11-26 Taylor R CampbellAdd test for bug#55090.
2018-11-26 Taylor R CampbellAdd some test cases for (broken) macro expansion.
2018-11-24 Chris HansonInitial draft of program to grovel over files looking...
2018-11-24 Taylor R CampbellDefault os/interprogram-paste needs to return #f or...
2018-11-23 Chris HansonRevise unix installation notes to be more specific.
2018-11-23 Chris HansonExplicitly prevent native releases from assuming a...
2018-11-22 Chris HansonArrange for runtime packages to be importable as libraries.
2018-11-22 Chris HansonPass IS_NATIVE_RELEASE to microcode during configuration.
2018-11-22 Chris HansonFix create-makefiles.sh to use arch consistently.
2018-11-22 Chris HansonChange configure.ac to gobble up arch from ".native...
2018-11-20 Taylor R CampbellUse flo:hypot to compute inexact magnitudes with edge...
2018-11-20 Taylor R CampbellTest angles of partly infinite complex numbers.
2018-11-20 Taylor R CampbellTeach relerr to return 0 if eqv or 1 if not for zero...
2018-11-20 Taylor R Campbellmagnitude is busted when both components are infinite.
2018-11-20 Taylor R CampbellFix harmless typo.
2018-11-20 Taylor R CampbellRedo some of the floating-point parameters. Test them.
2018-11-20 Taylor R CampbellFix nonsense error analysis in logit1/2+.
2018-11-20 Taylor R CampbellFix overflow in logistic-1/2.
2018-11-20 Taylor R CampbellTest some screw cases for logistic-1/2.
2018-11-20 Taylor R CampbellCheck all four quadrants of complex asin, acos, atan.
2018-11-20 Taylor R CampbellAvoid overflow in sqrt(1 - z^2) with sqrt(1 - z)*sqrt...
2018-11-20 Taylor R CampbellTweak acos tests to clarify and reduce rounding errors.
2018-11-20 Taylor R CampbellDefine some more complex trig tests, several currently...
2018-11-19 Chris HansonImplement handling of traps under macOS.
2018-11-19 Chris HansonChange .native-release-marker to contain arch.
2018-11-19 Chris HansonMove string-for-primitive to (runtime).
2018-11-18 Taylor R CampbellFix definition of relerr.
2018-11-18 Taylor R CampbellUse complex:1+ and complex:-1+.
2018-11-18 Taylor R CampbellNote corrected atan branch cut.
2018-11-18 Taylor R CampbellSome more atan tests for real values.
2018-11-18 Taylor R CampbellInvent complex:log1m to get correct branch cut in atan...
2018-11-18 Taylor R CampbellAdd some atan tests.
2018-11-18 Taylor R CampbellAdd note about signed zero in complex notation.
2018-11-18 Taylor R CampbellFix printing signed zero imaginary part.
2018-11-18 Taylor R CampbellMore signed zero screw cases in complex numbers.
2018-11-18 Taylor R CampbellSome more cases.
2018-11-18 Taylor R CampbellRespect signed zero in complex real part.
2018-11-18 Taylor R CampbellTest some complex cases. We lose on signed zero (again).
2018-11-18 Taylor R CampbellAdd note about <= and >= fix.
2018-11-18 Taylor R CampbellTeach (log1p x) to return complex results for real...
2018-11-18 Taylor R CampbellAdd some log1p edge cases, not all working.
2018-11-18 Taylor R CampbellTest all of the comparison procedures without SF's...
2018-11-18 Taylor R CampbellRemove buggy `optimization' of (<= x y) into (not ...
2018-11-18 Taylor R CampbellTest without the sf fakeout, xfail for now.
2018-11-18 Taylor R Campbell(<= x y) is not (not (> x y)) in the presence of NaN.
2018-11-18 Taylor R CampbellFake out sf so we actually test the <= and >= procedure...
2018-11-18 Taylor R CampbellTest equality and ordering of various things with NaN.
2018-11-18 Chris HansonEmpty out host-adapter now that the release is out.
2018-11-18 Taylor R CampbellTweak note to note how to get human-readable names.
2018-11-18 Taylor R CampbellNote more floating-point edge case bug fixes.
2018-11-18 Taylor R CampbellTest (make-polar nan 0) is nan.
2018-11-18 Taylor R CampbellMake (make-polar magnitude 0) return magnitude.
2018-11-18 Taylor R Campbell(make-polar mag 0) should always be mag even if infinite.
2018-11-18 Taylor R CampbellFix 0 * inf.
2018-11-18 Taylor R CampbellBug: 0 * inf should be NaN, but if the 0 is exact it...
2018-11-18 Taylor R CampbellFix release note on floating-point exceptions.
2018-11-17 Taylor R CampbellNote bug with reading and printing nonfinite complex...
2018-11-17 Taylor R CampbellParse and print nonfinite parts in rectangular complex...
2018-11-17 Taylor R CampbellAdd some more nonfinite complex screw cases.
2018-11-17 Taylor R CampbellRevert "Remove workaround for 9.2 compiler bug."
next