mit-scheme.git
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.
2018-11-08 Taylor R CampbellSubscribe to particular warning flags, not to -Wextra.
2018-11-08 Taylor R CampbellFix reader NaN notation: -nan.0/+nan.0, not just nan.0.
2018-11-08 Taylor R CampbellSome trivial tests for read/write invariance.
2018-11-08 Taylor R CampbellMore atan2 edge cases.
2018-11-08 Taylor R CampbellFix edge cases of flonum divide and atan2.
2018-11-08 Taylor R CampbellTest edge cases of flonum-divide primitive and of atan.
2018-11-08 Taylor R CampbellLet the system math library elicit IEEE 754 exceptions.
2018-11-08 Taylor R CampbellTest the flonum-sqrt ucode primitive explicitly.
2018-11-08 Taylor R CampbellFollow IEEE 754 semantics: disable floating-point traps...
2018-11-08 Taylor R CampbellAdd tests for floating-point exceptions.
2018-11-08 Taylor R CampbellMind my i's and j\s.
2018-11-08 Taylor R CampbellI broke random-bytevector for large inputs.
2018-11-07 Taylor R CampbellRewrite random number generator.
2018-11-07 Taylor R CampbellTest that make-random-source is deterministic.
2018-11-07 Taylor R CampbellRandomize the dispatch tag cache; don't copy the system...
2018-11-07 Taylor R CampbellUse get-entropy primitive to initialize random states.
2018-11-07 Taylor R CampbellRemember to close /dev/urandom when done.
2018-11-07 Taylor R CampbellCheck for fenv.h and ieeefp.h functions only if the...
2018-11-07 Taylor R CampbellAdd -Werror after all autoconf checks.
2018-11-07 Taylor R CampbellNeed "osentropy.h" for OS_get_entropy.
2018-11-07 Taylor R CampbellUse "config.h" to get uint8_t. No more need of <stddef...
2018-11-07 Taylor R CampbellFix prototypes for x87_read/write_environment.
2018-11-07 Taylor R CampbellUse a fresh random state for randomized tests.
2018-11-07 Taylor R CampbellMore floating-point parameters.
2018-11-07 Taylor R CampbellNew primitive (get-entropy bv) randomly fills a 32...
2018-11-07 Taylor R CampbellTurn off -Werror here; breaks configure.
2018-11-07 Taylor R CampbellMissed a run-sub-test.
2018-11-07 Taylor R CampbellNew procedure (bytevector-zero-explicit! <bv> [<start...
2018-11-07 Taylor R CampbellFix indentation.
2018-11-07 Taylor R CampbellMake some of my stupid old randomized tests a little...
2018-11-07 Taylor R CampbellHalfway fix some broken tests.
2018-11-07 Taylor R CampbellDepend on x11-const directly, not via a stamp and submake.
2018-11-07 Taylor R CampbellMake the C compiler warnings that we subscribe to fatal.
2018-11-07 Taylor R CampbellConfirm the primitive respects the bounds too.
2018-11-07 Taylor R CampbellSimplify construction of chacha core test vector tests.
2018-11-07 Taylor R CampbellTest fenceposts in chacha core primitives.
2018-11-07 Taylor R CampbellUnfix the fix for an off-by-zero.
2018-11-07 Taylor R CampbellFix more formatting.
2018-11-06 Chris HansonEliminate unused variable warnings.
2018-11-06 Chris HansonFix a bug in prchacha: compiler warned of unused variable.
2018-11-05 Taylor R CampbellFix sign of (flo:ulp -infinity). Simplify.
2018-11-05 Taylor R CampbellTidy up ieee754.scm, add some tests, and export some...
2018-11-04 Chris HansonAllow sequences to contain zero elements.
2018-11-02 Chris HansonDon't use upper-case symbols in loader.
2018-11-02 Chris HansonDon't print internals of promises.
2018-11-02 Chris HansonFix printing of promises.
2018-11-01 Chris HansonMerge branch 'release-10'
2018-11-01 Chris HansonMake macos dmg file read only.
2018-11-01 Chris HansonFix problem with building and installing x11 plugin...
next