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 |
2018-11-07 |
Taylor R Campbell | New primitive (get-entropy bv) randomly fills a 32... |
commit | commitdiff | tree | snapshot |
2018-11-07 |
Taylor R Campbell | Turn off -Werror here; breaks configure. |
commit | commitdiff | tree | snapshot |
2018-11-07 |
Taylor R Campbell | Missed a run-sub-test. |
commit | commitdiff | tree | snapshot |
2018-11-07 |
Taylor R Campbell | New procedure (bytevector-zero-explicit! <bv> [<start... |
commit | commitdiff | tree | snapshot |
2018-11-07 |
Taylor R Campbell | Fix indentation. |
commit | commitdiff | tree | snapshot |
2018-11-07 |
Taylor R Campbell | Make some of my stupid old randomized tests a little... |
commit | commitdiff | tree | snapshot |
2018-11-07 |
Taylor R Campbell | Halfway fix some broken tests. |
commit | commitdiff | tree | snapshot |
2018-11-07 |
Taylor R Campbell | Depend on x11-const directly, not via a stamp and submake. |
commit | commitdiff | tree | snapshot |
2018-11-07 |
Taylor R Campbell | Make the C compiler warnings that we subscribe to fatal. |
commit | commitdiff | tree | snapshot |
2018-11-07 |
Taylor R Campbell | Confirm the primitive respects the bounds too. |
commit | commitdiff | tree | snapshot |
2018-11-07 |
Taylor R Campbell | Simplify construction of chacha core test vector tests. |
commit | commitdiff | tree | snapshot |
2018-11-07 |
Taylor R Campbell | Test fenceposts in chacha core primitives. |
commit | commitdiff | tree | snapshot |
2018-11-07 |
Taylor R Campbell | Unfix the fix for an off-by-zero. |
commit | commitdiff | tree | snapshot |
2018-11-07 |
Taylor R Campbell | Fix more formatting. |
commit | commitdiff | tree | snapshot |
2018-11-06 |
Chris Hanson | Eliminate unused variable warnings. |
commit | commitdiff | tree | snapshot |
2018-11-06 |
Chris Hanson | Fix a bug in prchacha: compiler warned of unused variable. |
commit | commitdiff | tree | snapshot |
2018-11-05 |
Taylor R Campbell | Fix sign of (flo:ulp -infinity). Simplify. |
commit | commitdiff | tree | snapshot |
2018-11-05 |
Taylor R Campbell | Tidy up ieee754.scm, add some tests, and export some... |
commit | commitdiff | tree | snapshot |
2018-11-04 |
Chris Hanson | Allow sequences to contain zero elements. |
commit | commitdiff | tree | snapshot |
2018-11-02 |
Chris Hanson | Don't use upper-case symbols in loader. |
commit | commitdiff | tree | snapshot |
2018-11-02 |
Chris Hanson | Don't print internals of promises. |
commit | commitdiff | tree | snapshot |
2018-11-02 |
Chris Hanson | Fix printing of promises. |
commit | commitdiff | tree | snapshot |
2018-11-01 |
Chris Hanson | Merge branch 'release-10' |
commit | commitdiff | tree | snapshot |
2018-11-01 |
Chris Hanson | Make macos dmg file read only. |
commit | commitdiff | tree | snapshot |
2018-11-01 |
Chris Hanson | Fix problem with building and installing x11 plugin... |
commit | commitdiff | tree | snapshot |
2018-10-31 |
Taylor R Campbell | Comment what log-logistic and logit-exp are for. |
commit | commitdiff | tree | snapshot |
2018-10-31 |
Taylor R Campbell | Define (flo:ulp x) to be distance to next float in... |
commit | commitdiff | tree | snapshot |
2018-10-31 |
Taylor R Campbell | Add Mode: C line on request from mejja. |
commit | commitdiff | tree | snapshot |
2018-10-30 |
Taylor R Campbell | Clarify some comments. |
commit | commitdiff | tree | snapshot |
2018-10-30 |
Taylor R Campbell | Reorganize logsumexp for clarity. No functional change. |
commit | commitdiff | tree | snapshot |
2018-10-30 |
Taylor R Campbell | Mask underflow exception in logsumexp because it doesn... |
commit | commitdiff | tree | snapshot |
next |