mit-scheme.git
2018-11-30 Taylor R CampbellUse exact-integer-sqrt in sqrt for exact integers and...
2018-11-30 Taylor R CampbellDeduplicate test cases.
2018-11-30 Taylor R CampbellFix sqrt along negative real axis with inexact zero...
2018-11-30 Taylor R CampbellSqrt shouldn't discard an inexact zero imaginary component.
2018-11-30 Taylor R CampbellTest sqrt along the negative real line with/without...
2018-11-30 Taylor R CampbellTest (sqrt -0.) = -0., per IEEE 754-2008.
2018-11-30 Taylor R CampbellMore sqrt edge cases, some working and some busted.
2018-11-30 Taylor R CampbellCouple more sqrt edge cases.
2018-11-30 Taylor R CampbellFor +/-2i x, compute sqrt by sqrt(x) +/- i sqrt(x).
2018-11-30 Taylor R CampbellFix branch cuts of some test cases -- no more xfail!
2018-11-30 Taylor R CampbellAnnotate where these tests rely on type and range checks.
2018-11-30 Taylor R CampbellDefine (copysign m s) = magnitude of m, sign of s.
2018-11-30 Taylor R CampbellAdd some more edge cases for sqrt.
2018-11-30 Taylor R CampbellTest exceptions in sqrt too.
2018-11-30 Taylor R CampbellTest flo:negate.
2018-11-30 Taylor R CampbellAdd some more sqrt edge cases.
2018-11-30 Taylor R CampbellFix mistranscription of opcode for UNPCKLF.
2018-11-30 Taylor R CampbellAdd some more copysign tests.
2018-11-30 Taylor R CampbellFloating-point total ordering.
2018-11-30 Taylor R Campbellsqrt is busted on infinities.
2018-11-30 Taylor R CampbellMove a bunch of flonum tests to test-flonum.scm.
2018-11-30 Taylor R CampbellMake the signature of define-enumerated-test match...
2018-11-30 Taylor R CampbellNote string and symbol escape printing bug.
2018-11-30 Taylor R CampbellNote local optional parameter bug.
2018-11-30 Taylor R CampbellNote magnitude overflow bug.
2018-11-30 Taylor R CampbellNote flo:min/max IEEE 754-2008 conformance.
2018-11-30 Taylor R CampbellTest more edge cases of rounding operations.
2018-11-30 Taylor R CampbellUpdate some release notes on floating-point stuff.
2018-11-30 Taylor R CampbellUse fabs(3) for C implementation of FLONUM-ABS.
2018-11-30 Taylor R CampbellOur C implementation of flo:abs is busted.
2018-11-30 Taylor R CampbellPass multiple arguments here. No functional change.
2018-11-30 Taylor R CampbellNew NaN-related and min/max flonum procedures and fixes.
2018-11-30 Taylor R CampbellNew primitives for creating and examining NaNs.
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.
next