mit-scheme.git
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."
2018-11-17 Taylor R CampbellAdd a directory of pending release notes.
2018-11-17 Taylor R CampbellAdd some complex infinite screw cases, xfail.
2018-11-17 Chris HansonEliminate more string-copy calls.
2018-11-17 Chris HansonEliminate now-unnecessary string-copy calls.
2018-11-16 Matt Birkholzgcnote: When heap runs low, abort just the current...
2018-11-16 Matt Birkholzruntime/gcdemn: Update daemon descriptions.
2018-11-16 Matt Birkholzruntime/http-io: request body can be #f
2018-11-16 Matt Birkholzmcrypt/configure.ac: typo
2018-11-16 Matt Birkholzffi/build: typo, free variable
2018-11-16 Taylor R CampbellRevert "Revert "Remove workaround for 9.2 compiler...
2018-11-16 Taylor R CampbellMake flo:integer? answer true only for finite inputs.
2018-11-16 Taylor R CampbellAdd tests for integer?.
2018-11-16 Taylor R CampbellConfirm that complex flonum components survive read...
2018-11-16 Taylor R CampbellTeach the printer to print inexacts and complexes in...
2018-11-16 Taylor R CampbellAdd some more tests for read/write invariance with...
2018-11-16 Taylor R CampbellDon't add the #x marker in flo:->string / number->string.
2018-11-16 Taylor R CampbellUse a make macro with $(MAKE) to make in subdirs, with...
2018-11-16 Taylor R CampbellFix case that wasn't adequately exercised.
2018-11-16 Taylor R CampbellTickle error case that I missed.
2018-11-16 Taylor R CampbellRevert "Remove workaround for 9.2 compiler bug."
2018-11-16 Taylor R CampbellTeach (number->string x 16) to use radix 16, base 2...
2018-11-16 Taylor R CampbellFix export list of (runtime ieee754).
2018-11-16 Taylor R CampbellFix definition of flo:largest-positive-normal.
2018-11-16 Taylor R CampbellTest a couple edge cases for hexadecimal floating-point...
2018-11-16 Taylor R CampbellAdd support for parsing non-decimal radix points and...
2018-11-16 Taylor R CampbellAdd some trivial string->number tests.
2018-11-16 Taylor R CampbellDon't transform (- x) into (- 0 x).
2018-11-16 Taylor R CampbellAdd an explicit test for negating zero with (- x).
2018-11-16 Chris HansonRemove workaround for 9.2 compiler bug.
2018-11-16 Chris HansonRemove workaround for 9.2 compiler bug.
2018-11-16 Chris HansonEliminate support for old types in debugging info.
2018-11-16 Chris HansonEliminate obsolete record-type-dispatch-tag.
2018-11-16 Chris HansonRemove no-longer-needed comment.
2018-11-16 Chris HansonImplement new-make-define-structure-type without the...
2018-11-16 Chris HansonChange plugins to use the already-compiled toolchain.
2018-11-16 Chris HansonEliminate structure-type/unparser-method and its depend...
2018-11-16 Chris HansonEliminate old version of make-record-type.
2018-11-15 Chris HansonAdd patch from internet to enable/disable FP traps...
2018-11-14 Chris HansonBig round of changes to UCD tables, no longer need...
2018-11-14 Chris HansonChange default port char-set to ASCII.
2018-11-14 Chris HansonAdd char-set operation to string output ports, using...
2018-11-13 Taylor R CampbellSpeed up the ieee754.scm tests a tiny bit.
2018-11-13 Taylor R CampbellSimplify enumerated tests here.
2018-11-13 Taylor R CampbellSkip floating-point trap tests if the host doesn't...
2018-11-13 Taylor R CampbellIgnore .fni and .moc files too.
2018-11-13 Taylor R CampbellMissed a spot: 64-bit architecture is effectively heap...
2018-11-13 Taylor R CampbellTeach the ucode to build on NetBSD/aarch64.
2018-11-13 Taylor R CampbellCull configure checks for unused functions.
2018-11-12 Chris HansonExport flo:random-unit-{closed,open} and deprecate...
2018-11-12 Chris HansonFix bug: couldn't compile random.scm on a 32-bit system.
2018-11-12 Chris HansonFix bug: -Werror means FOO_length_in_bits won't compile...
2018-11-11 Taylor R CampbellDisable -Winline.
2018-11-10 Taylor R CampbellCheck for overflow in int, not size_t.
2018-11-10 Taylor R CampbellUse -Wl,-export-dynamic to pass -export-dynamic to...
2018-11-10 Taylor R CampbellDisable -Wunreachable-code for now, too many false...
2018-11-10 Taylor R CampbellUse -frounding-math since we change the rounding mode.
2018-11-10 Chris HansonFix problems when trying to compile under macOS.
2018-11-09 Chris HansonBump version number so it's different from release.
2018-11-09 Chris HansonMerge branch 'master' of git.sv.gnu.org:/srv/git/mit...
2018-11-09 Chris HansonAllow --enable-debugging to have a third value.
2018-11-08 Taylor R CampbellShow the expression too.
2018-11-08 Taylor R CampbellUse multiple tests rather than an iterated test to...
2018-11-08 Taylor R CampbellParanoia (and gcc warning suppression): Avoid arithmeti...
2018-11-08 Taylor R CampbellDisable -Wstringop-truncation.
2018-11-08 Taylor R CampbellExplain why we don't do -Wmissing-prototypes yet.
2018-11-08 Taylor R CampbellAdd -Wunreachable-code and -Wwrite-strings.
2018-11-08 Taylor R CampbellMerge all the warning flags into the same list.
next