projects
/
mit-scheme.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
mit-scheme.git
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
2018-10-30
Taylor R Campbell
Add (logsumexp (list 1 2 3)) = (log (+ (exp 1) (exp...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-30
Chris Hanson
Don't assume that it's possible to run MIT_SCHEME_EXE...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-30
Chris Hanson
Bump revision to 10.1.1 to fix stupid bug.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-28
Chris Hanson
Reduce default heap size for 32-bit systems.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-28
Chris Hanson
Fix typo in previous change.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-28
Taylor R Campbell
Eliminate flo:epsilon.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-28
Taylor R Campbell
Tidy up error analysis of logit and logistic.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-28
Chris Hanson
Merge branch 'release-10'
commit
|
commitdiff
|
tree
|
snapshot
2018-10-28
Chris Hanson
No need to separately configure plugins.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-28
Chris Hanson
Change "module" to "plugin".
commit
|
commitdiff
|
tree
|
snapshot
2018-10-28
Chris Hanson
Eliminate compiler warning.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-27
Chris Hanson
Use create-dmg script to automate building of macOS...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-27
Chris Hanson
Fix a couple of compiler warnings from 32-bit system.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-27
Chris Hanson
Merge branch 'release-10' of git.sv.gnu.org:/srv/git...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-27
Chris Hanson
Fix thinko.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-27
Chris Hanson
Eliminate unavailable (and unused) load option.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-27
Taylor R Campbell
Forgot to define this. Ummm, I guess cref accidentally...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-27
Taylor R Campbell
Expose flo:radix = 2 too, just for good measure, and...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-27
Taylor R Campbell
Export primitive flonum-denormalize as flo:ldexp and...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-27
Taylor R Campbell
Disable errno checking in libm functions.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-27
Taylor R Campbell
log1pexp(x) is never exactly x even if that's the best...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-27
Taylor R Campbell
Tabify.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-27
Taylor R Campbell
Use named constants rather than magic numbers.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-27
Taylor R Campbell
Define and export some more floating-point parameters.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-27
Chris Hanson
Fix typo.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-27
Chris Hanson
Update make-doc-files to work with plugins.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-27
Taylor R Campbell
test-driver is autocrud too.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-27
Chris Hanson
Change way that plugins are registered so that lib...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-27
Taylor R Campbell
Simple-minded criterion to compute x^-y by 1/x^y was...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-27
Taylor R Campbell
Omit unnecessary case for logistic. Add a test for...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-26
Chris Hanson
Fix potential shell portability issues.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-26
Taylor R Campbell
Extend expt to generate subnormals with exact integer...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-26
Taylor R Campbell
Expose the minimum and maximum finite normal floating...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-26
Taylor R Campbell
Add some .gitignore files so I can use git status.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-26
Taylor R Campbell
New primitives for ChaCha stream cipher core.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-26
Taylor R Campbell
Fix unparser->print method fallout.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-26
Taylor R Campbell
Avoid using uninitialized stack garbage.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-26
Taylor R Campbell
clock() returns (clock_t)-1 on error, not necessarily...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-26
Chris Hanson
Add plugin docs to doc files.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-26
Chris Hanson
More version numbers.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-26
Chris Hanson
Remove no-longer-needed args to configure.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-26
Chris Hanson
More version numbers.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-26
Chris Hanson
Update some version numbers.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-26
Chris Hanson
No need to separately configure plugins.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-26
Chris Hanson
Change "module" to "plugin".
commit
|
commitdiff
|
tree
|
snapshot
2018-10-25
Chris Hanson
Bug reported by Arthur: case-fold-string was dropping...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-25
Chris Hanson
Add --no-init-file to those places that might be calls...
commit
|
commitdiff
|
tree
|
snapshot
next