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 |
2018-11-11 |
Taylor R Campbell | Disable -Winline. |
commit | commitdiff | tree | snapshot |
2018-11-10 |
Taylor R Campbell | Check for overflow in int, not size_t. |
commit | commitdiff | tree | snapshot |
2018-11-10 |
Taylor R Campbell | Use -Wl,-export-dynamic to pass -export-dynamic to... |
commit | commitdiff | tree | snapshot |
2018-11-10 |
Taylor R Campbell | Disable -Wunreachable-code for now, too many false... |
commit | commitdiff | tree | snapshot |
2018-11-10 |
Taylor R Campbell | Use -frounding-math since we change the rounding mode. |
commit | commitdiff | tree | snapshot |
2018-11-10 |
Chris Hanson | Fix problems when trying to compile under macOS. |
commit | commitdiff | tree | snapshot |
2018-11-09 |
Chris Hanson | Bump version number so it's different from release. |
commit | commitdiff | tree | snapshot |
2018-11-09 |
Chris Hanson | Merge branch 'master' of git.sv.gnu.org:/srv/git/mit... |
commit | commitdiff | tree | snapshot |
2018-11-09 |
Chris Hanson | Allow --enable-debugging to have a third value. |
commit | commitdiff | tree | snapshot |
2018-11-08 |
Taylor R Campbell | Show the expression too. |
commit | commitdiff | tree | snapshot |
2018-11-08 |
Taylor R Campbell | Use multiple tests rather than an iterated test to... |
commit | commitdiff | tree | snapshot |
2018-11-08 |
Taylor R Campbell | Paranoia (and gcc warning suppression): Avoid arithmeti... |
commit | commitdiff | tree | snapshot |
2018-11-08 |
Taylor R Campbell | Disable -Wstringop-truncation. |
commit | commitdiff | tree | snapshot |
2018-11-08 |
Taylor R Campbell | Explain why we don't do -Wmissing-prototypes yet. |
commit | commitdiff | tree | snapshot |
2018-11-08 |
Taylor R Campbell | Add -Wunreachable-code and -Wwrite-strings. |
commit | commitdiff | tree | snapshot |
2018-11-08 |
Taylor R Campbell | Merge all the warning flags into the same list. |
commit | commitdiff | tree | snapshot |
2018-11-08 |
Taylor R Campbell | Subscribe to particular warning flags, not to -Wextra. |
commit | commitdiff | tree | snapshot |
2018-11-08 |
Taylor R Campbell | Fix reader NaN notation: -nan.0/+nan.0, not just nan.0. |
commit | commitdiff | tree | snapshot |
2018-11-08 |
Taylor R Campbell | Some trivial tests for read/write invariance. |
commit | commitdiff | tree | snapshot |
2018-11-08 |
Taylor R Campbell | More atan2 edge cases. |
commit | commitdiff | tree | snapshot |
2018-11-08 |
Taylor R Campbell | Fix edge cases of flonum divide and atan2. |
commit | commitdiff | tree | snapshot |
2018-11-08 |
Taylor R Campbell | Test edge cases of flonum-divide primitive and of atan. |
commit | commitdiff | tree | snapshot |
2018-11-08 |
Taylor R Campbell | Let the system math library elicit IEEE 754 exceptions. |
commit | commitdiff | tree | snapshot |
2018-11-08 |
Taylor R Campbell | Test the flonum-sqrt ucode primitive explicitly. |
commit | commitdiff | tree | snapshot |
2018-11-08 |
Taylor R Campbell | Follow IEEE 754 semantics: disable floating-point traps... |
commit | commitdiff | tree | snapshot |
2018-11-08 |
Taylor R Campbell | Add tests for floating-point exceptions. |
commit | commitdiff | tree | snapshot |
2018-11-08 |
Taylor R Campbell | Mind my i's and j\s. |
commit | commitdiff | tree | snapshot |
2018-11-08 |
Taylor R Campbell | I broke random-bytevector for large inputs. |
commit | commitdiff | tree | snapshot |
2018-11-07 |
Taylor R Campbell | Rewrite random number generator. |
commit | commitdiff | tree | snapshot |
2018-11-07 |
Taylor R Campbell | Test that make-random-source is deterministic. |
commit | commitdiff | tree | snapshot |
2018-11-07 |
Taylor R Campbell | Randomize the dispatch tag cache; don't copy the system... |
commit | commitdiff | tree | snapshot |
2018-11-07 |
Taylor R Campbell | Use get-entropy primitive to initialize random states. |
commit | commitdiff | tree | snapshot |
2018-11-07 |
Taylor R Campbell | Remember to close /dev/urandom when done. |
commit | commitdiff | tree | snapshot |
2018-11-07 |
Taylor R Campbell | Check for fenv.h and ieeefp.h functions only if the... |
commit | commitdiff | tree | snapshot |
2018-11-07 |
Taylor R Campbell | Add -Werror after all autoconf checks. |
commit | commitdiff | tree | snapshot |
2018-11-07 |
Taylor R Campbell | Need "osentropy.h" for OS_get_entropy. |
commit | commitdiff | tree | snapshot |
2018-11-07 |
Taylor R Campbell | Use "config.h" to get uint8_t. No more need of <stddef... |
commit | commitdiff | tree | snapshot |
2018-11-07 |
Taylor R Campbell | Fix prototypes for x87_read/write_environment. |
commit | commitdiff | tree | snapshot |
2018-11-07 |
Taylor R Campbell | Use a fresh random state for randomized tests. |
commit | commitdiff | tree | snapshot |
2018-11-07 |
Taylor R Campbell | More floating-point parameters. |
commit | commitdiff | tree | snapshot |
next |