2018-11-20 |
Taylor R Campbell | Test angles of partly infinite complex numbers. |
commit | commitdiff | tree | snapshot |
2018-11-20 |
Taylor R Campbell | Teach relerr to return 0 if eqv or 1 if not for zero... |
commit | commitdiff | tree | snapshot |
2018-11-20 |
Taylor R Campbell | magnitude is busted when both components are infinite. |
commit | commitdiff | tree | snapshot |
2018-11-20 |
Taylor R Campbell | Fix harmless typo. |
commit | commitdiff | tree | snapshot |
2018-11-20 |
Taylor R Campbell | Redo some of the floating-point parameters. Test them. |
commit | commitdiff | tree | snapshot |
2018-11-20 |
Taylor R Campbell | Fix nonsense error analysis in logit1/2+. |
commit | commitdiff | tree | snapshot |
2018-11-20 |
Taylor R Campbell | Fix overflow in logistic-1/2. |
commit | commitdiff | tree | snapshot |
2018-11-20 |
Taylor R Campbell | Test some screw cases for logistic-1/2. |
commit | commitdiff | tree | snapshot |
2018-11-20 |
Taylor R Campbell | Check all four quadrants of complex asin, acos, atan. |
commit | commitdiff | tree | snapshot |
2018-11-20 |
Taylor R Campbell | Avoid overflow in sqrt(1 - z^2) with sqrt(1 - z)*sqrt... |
commit | commitdiff | tree | snapshot |
2018-11-20 |
Taylor R Campbell | Tweak acos tests to clarify and reduce rounding errors. |
commit | commitdiff | tree | snapshot |
2018-11-20 |
Taylor R Campbell | Define some more complex trig tests, several currently... |
commit | commitdiff | tree | snapshot |
2018-11-19 |
Chris Hanson | Implement handling of traps under macOS. |
commit | commitdiff | tree | snapshot |
2018-11-19 |
Chris Hanson | Change .native-release-marker to contain arch. |
commit | commitdiff | tree | snapshot |
2018-11-19 |
Chris Hanson | Move string-for-primitive to (runtime). |
commit | commitdiff | tree | snapshot |
2018-11-18 |
Taylor R Campbell | Fix definition of relerr. |
commit | commitdiff | tree | snapshot |
2018-11-18 |
Taylor R Campbell | Use complex:1+ and complex:-1+. |
commit | commitdiff | tree | snapshot |
2018-11-18 |
Taylor R Campbell | Note corrected atan branch cut. |
commit | commitdiff | tree | snapshot |
2018-11-18 |
Taylor R Campbell | Some more atan tests for real values. |
commit | commitdiff | tree | snapshot |
2018-11-18 |
Taylor R Campbell | Invent complex:log1m to get correct branch cut in atan... |
commit | commitdiff | tree | snapshot |
2018-11-18 |
Taylor R Campbell | Add some atan tests. |
commit | commitdiff | tree | snapshot |
2018-11-18 |
Taylor R Campbell | Add note about signed zero in complex notation. |
commit | commitdiff | tree | snapshot |
2018-11-18 |
Taylor R Campbell | Fix printing signed zero imaginary part. |
commit | commitdiff | tree | snapshot |
2018-11-18 |
Taylor R Campbell | More signed zero screw cases in complex numbers. |
commit | commitdiff | tree | snapshot |
2018-11-18 |
Taylor R Campbell | Some more cases. |
commit | commitdiff | tree | snapshot |
2018-11-18 |
Taylor R Campbell | Respect signed zero in complex real part. |
commit | commitdiff | tree | snapshot |
2018-11-18 |
Taylor R Campbell | Test some complex cases. We lose on signed zero (again). |
commit | commitdiff | tree | snapshot |
2018-11-18 |
Taylor R Campbell | Add note about <= and >= fix. |
commit | commitdiff | tree | snapshot |
2018-11-18 |
Taylor R Campbell | Teach (log1p x) to return complex results for real... |
commit | commitdiff | tree | snapshot |
2018-11-18 |
Taylor R Campbell | Add some log1p edge cases, not all working. |
commit | commitdiff | tree | snapshot |
2018-11-18 |
Taylor R Campbell | Test all of the comparison procedures without SF's... |
commit | commitdiff | tree | snapshot |
2018-11-18 |
Taylor R Campbell | Remove buggy `optimization' of (<= x y) into (not ... |
commit | commitdiff | tree | snapshot |
2018-11-18 |
Taylor R Campbell | Test without the sf fakeout, xfail for now. |
commit | commitdiff | tree | snapshot |
2018-11-18 |
Taylor R Campbell | (<= x y) is not (not (> x y)) in the presence of NaN. |
commit | commitdiff | tree | snapshot |
2018-11-18 |
Taylor R Campbell | Fake out sf so we actually test the <= and >= procedure... |
commit | commitdiff | tree | snapshot |
2018-11-18 |
Taylor R Campbell | Test equality and ordering of various things with NaN. |
commit | commitdiff | tree | snapshot |
2018-11-18 |
Chris Hanson | Empty out host-adapter now that the release is out. |
commit | commitdiff | tree | snapshot |
2018-11-18 |
Taylor R Campbell | Tweak note to note how to get human-readable names. |
commit | commitdiff | tree | snapshot |
2018-11-18 |
Taylor R Campbell | Note more floating-point edge case bug fixes. |
commit | commitdiff | tree | snapshot |
2018-11-18 |
Taylor R Campbell | Test (make-polar nan 0) is nan. |
commit | commitdiff | tree | snapshot |
2018-11-18 |
Taylor R Campbell | Make (make-polar magnitude 0) return magnitude. |
commit | commitdiff | tree | snapshot |
2018-11-18 |
Taylor R Campbell | (make-polar mag 0) should always be mag even if infinite. |
commit | commitdiff | tree | snapshot |
2018-11-18 |
Taylor R Campbell | Fix 0 * inf. |
commit | commitdiff | tree | snapshot |
2018-11-18 |
Taylor R Campbell | Bug: 0 * inf should be NaN, but if the 0 is exact it... |
commit | commitdiff | tree | snapshot |
2018-11-18 |
Taylor R Campbell | Fix release note on floating-point exceptions. |
commit | commitdiff | tree | snapshot |
2018-11-17 |
Taylor R Campbell | Note bug with reading and printing nonfinite complex... |
commit | commitdiff | tree | snapshot |
2018-11-17 |
Taylor R Campbell | Parse and print nonfinite parts in rectangular complex... |
commit | commitdiff | tree | snapshot |
2018-11-17 |
Taylor R Campbell | Add some more nonfinite complex screw cases. |
commit | commitdiff | tree | snapshot |
2018-11-17 |
Taylor R Campbell | Revert "Remove workaround for 9.2 compiler bug." |
commit | commitdiff | tree | snapshot |
2018-11-17 |
Taylor R Campbell | Add a directory of pending release notes. |
commit | commitdiff | tree | snapshot |
2018-11-17 |
Taylor R Campbell | Add some complex infinite screw cases, xfail. |
commit | commitdiff | tree | snapshot |
2018-11-17 |
Chris Hanson | Eliminate more string-copy calls. |
commit | commitdiff | tree | snapshot |
2018-11-17 |
Chris Hanson | Eliminate now-unnecessary string-copy calls. |
commit | commitdiff | tree | snapshot |
2018-11-16 |
Matt Birkholz | gcnote: When heap runs low, abort just the current... |
commit | commitdiff | tree | snapshot |
2018-11-16 |
Matt Birkholz | runtime/gcdemn: Update daemon descriptions. |
commit | commitdiff | tree | snapshot |
2018-11-16 |
Matt Birkholz | runtime/http-io: request body can be #f |
commit | commitdiff | tree | snapshot |
2018-11-16 |
Matt Birkholz | mcrypt/configure.ac: typo |
commit | commitdiff | tree | snapshot |
2018-11-16 |
Matt Birkholz | ffi/build: typo, free variable |
commit | commitdiff | tree | snapshot |
2018-11-16 |
Taylor R Campbell | Revert "Revert "Remove workaround for 9.2 compiler... |
commit | commitdiff | tree | snapshot |
2018-11-16 |
Taylor R Campbell | Make flo:integer? answer true only for finite inputs. |
commit | commitdiff | tree | snapshot |
2018-11-16 |
Taylor R Campbell | Add tests for integer?. |
commit | commitdiff | tree | snapshot |
2018-11-16 |
Taylor R Campbell | Confirm that complex flonum components survive read... |
commit | commitdiff | tree | snapshot |
2018-11-16 |
Taylor R Campbell | Teach the printer to print inexacts and complexes in... |
commit | commitdiff | tree | snapshot |
2018-11-16 |
Taylor R Campbell | Add some more tests for read/write invariance with... |
commit | commitdiff | tree | snapshot |
2018-11-16 |
Taylor R Campbell | Don't add the #x marker in flo:->string / number->string. |
commit | commitdiff | tree | snapshot |
2018-11-16 |
Taylor R Campbell | Use a make macro with $(MAKE) to make in subdirs, with... |
commit | commitdiff | tree | snapshot |
2018-11-16 |
Taylor R Campbell | Fix case that wasn't adequately exercised. |
commit | commitdiff | tree | snapshot |
2018-11-16 |
Taylor R Campbell | Tickle error case that I missed. |
commit | commitdiff | tree | snapshot |
2018-11-16 |
Taylor R Campbell | Revert "Remove workaround for 9.2 compiler bug." |
commit | commitdiff | tree | snapshot |
2018-11-16 |
Taylor R Campbell | Teach (number->string x 16) to use radix 16, base 2... |
commit | commitdiff | tree | snapshot |
2018-11-16 |
Taylor R Campbell | Fix export list of (runtime ieee754). |
commit | commitdiff | tree | snapshot |
2018-11-16 |
Taylor R Campbell | Fix definition of flo:largest-positive-normal. |
commit | commitdiff | tree | snapshot |
2018-11-16 |
Taylor R Campbell | Test a couple edge cases for hexadecimal floating-point... |
commit | commitdiff | tree | snapshot |
2018-11-16 |
Taylor R Campbell | Add support for parsing non-decimal radix points and... |
commit | commitdiff | tree | snapshot |
2018-11-16 |
Taylor R Campbell | Add some trivial string->number tests. |
commit | commitdiff | tree | snapshot |
2018-11-16 |
Taylor R Campbell | Don't transform (- x) into (- 0 x). |
commit | commitdiff | tree | snapshot |
2018-11-16 |
Taylor R Campbell | Add an explicit test for negating zero with (- x). |
commit | commitdiff | tree | snapshot |
2018-11-16 |
Chris Hanson | Remove workaround for 9.2 compiler bug. |
commit | commitdiff | tree | snapshot |
2018-11-16 |
Chris Hanson | Remove workaround for 9.2 compiler bug. |
commit | commitdiff | tree | snapshot |
2018-11-16 |
Chris Hanson | Eliminate support for old types in debugging info. |
commit | commitdiff | tree | snapshot |
2018-11-16 |
Chris Hanson | Eliminate obsolete record-type-dispatch-tag. |
commit | commitdiff | tree | snapshot |
2018-11-16 |
Chris Hanson | Remove no-longer-needed comment. |
commit | commitdiff | tree | snapshot |
2018-11-16 |
Chris Hanson | Implement new-make-define-structure-type without the... |
commit | commitdiff | tree | snapshot |
2018-11-16 |
Chris Hanson | Change plugins to use the already-compiled toolchain. |
commit | commitdiff | tree | snapshot |
2018-11-16 |
Chris Hanson | Eliminate structure-type/unparser-method and its depend... |
commit | commitdiff | tree | snapshot |
2018-11-16 |
Chris Hanson | Eliminate old version of make-record-type. |
commit | commitdiff | tree | snapshot |
2018-11-15 |
Chris Hanson | Add patch from internet to enable/disable FP traps... |
commit | commitdiff | tree | snapshot |
2018-11-14 |
Chris Hanson | Big round of changes to UCD tables, no longer need... |
commit | commitdiff | tree | snapshot |
2018-11-14 |
Chris Hanson | Change default port char-set to ASCII. |
commit | commitdiff | tree | snapshot |
2018-11-14 |
Chris Hanson | Add char-set operation to string output ports, using... |
commit | commitdiff | tree | snapshot |
2018-11-13 |
Taylor R Campbell | Speed up the ieee754.scm tests a tiny bit. |
commit | commitdiff | tree | snapshot |
2018-11-13 |
Taylor R Campbell | Simplify enumerated tests here. |
commit | commitdiff | tree | snapshot |
2018-11-13 |
Taylor R Campbell | Skip floating-point trap tests if the host doesn't... |
commit | commitdiff | tree | snapshot |
2018-11-13 |
Taylor R Campbell | Ignore .fni and .moc files too. |
commit | commitdiff | tree | snapshot |
2018-11-13 |
Taylor R Campbell | Missed a spot: 64-bit architecture is effectively heap... |
commit | commitdiff | tree | snapshot |
2018-11-13 |
Taylor R Campbell | Teach the ucode to build on NetBSD/aarch64. |
commit | commitdiff | tree | snapshot |
2018-11-13 |
Taylor R Campbell | Cull configure checks for unused functions. |
commit | commitdiff | tree | snapshot |
2018-11-12 |
Chris Hanson | Export flo:random-unit-{closed,open} and deprecate... |
commit | commitdiff | tree | snapshot |
2018-11-12 |
Chris Hanson | Fix bug: couldn't compile random.scm on a 32-bit system. |
commit | commitdiff | tree | snapshot |
2018-11-12 |
Chris Hanson | Fix bug: -Werror means FOO_length_in_bits won't compile... |
commit | commitdiff | tree | snapshot |
next |