mit-scheme.git
2018-10-31 Taylor R CampbellAdd Mode: C line on request from mejja.
2018-10-30 Taylor R CampbellClarify some comments.
2018-10-30 Taylor R CampbellReorganize logsumexp for clarity. No functional change.
2018-10-30 Taylor R CampbellMask underflow exception in logsumexp because it doesn...
2018-10-30 Taylor R CampbellAdd (logsumexp (list 1 2 3)) = (log (+ (exp 1) (exp...
2018-10-28 Chris HansonReduce default heap size for 32-bit systems.
2018-10-28 Chris HansonFix typo in previous change.
2018-10-28 Taylor R CampbellEliminate flo:epsilon.
2018-10-28 Taylor R CampbellTidy up error analysis of logit and logistic.
2018-10-28 Chris HansonMerge branch 'release-10'
2018-10-28 Chris HansonNo need to separately configure plugins.
2018-10-28 Chris HansonChange "module" to "plugin".
2018-10-28 Chris HansonEliminate compiler warning.
2018-10-27 Chris HansonUse create-dmg script to automate building of macOS...
2018-10-27 Chris HansonFix a couple of compiler warnings from 32-bit system.
2018-10-27 Chris HansonMerge branch 'release-10' of git.sv.gnu.org:/srv/git...
2018-10-27 Chris HansonFix thinko.
2018-10-27 Chris HansonEliminate unavailable (and unused) load option.
2018-10-27 Taylor R CampbellForgot to define this. Ummm, I guess cref accidentally...
2018-10-27 Taylor R CampbellExpose flo:radix = 2 too, just for good measure, and...
2018-10-27 Taylor R CampbellExport primitive flonum-denormalize as flo:ldexp and...
2018-10-27 Taylor R CampbellDisable errno checking in libm functions.
2018-10-27 Taylor R Campbelllog1pexp(x) is never exactly x even if that's the best...
2018-10-27 Taylor R CampbellTabify.
2018-10-27 Taylor R CampbellUse named constants rather than magic numbers.
2018-10-27 Taylor R CampbellDefine and export some more floating-point parameters.
2018-10-27 Chris HansonFix typo.
2018-10-27 Chris HansonUpdate make-doc-files to work with plugins.
2018-10-27 Taylor R Campbelltest-driver is autocrud too.
2018-10-27 Chris HansonChange way that plugins are registered so that lib...
2018-10-27 Taylor R CampbellSimple-minded criterion to compute x^-y by 1/x^y was...
2018-10-27 Taylor R CampbellOmit unnecessary case for logistic. Add a test for...
2018-10-26 Chris HansonFix potential shell portability issues.
2018-10-26 Taylor R CampbellExtend expt to generate subnormals with exact integer...
2018-10-26 Taylor R CampbellExpose the minimum and maximum finite normal floating...
2018-10-26 Taylor R CampbellAdd some .gitignore files so I can use git status.
2018-10-26 Taylor R CampbellNew primitives for ChaCha stream cipher core.
2018-10-26 Taylor R CampbellFix unparser->print method fallout.
2018-10-26 Taylor R CampbellAvoid using uninitialized stack garbage.
2018-10-26 Taylor R Campbellclock() returns (clock_t)-1 on error, not necessarily...
2018-10-26 Chris HansonAdd plugin docs to doc files.
2018-10-26 Chris HansonMore version numbers.
2018-10-26 Chris HansonRemove no-longer-needed args to configure.
2018-10-26 Chris HansonMore version numbers.
2018-10-26 Chris HansonUpdate some version numbers.
2018-10-26 Chris HansonNo need to separately configure plugins.
2018-10-26 Chris HansonChange "module" to "plugin".
2018-10-25 Chris HansonBug reported by Arthur: case-fold-string was dropping...
2018-10-25 Chris HansonAdd --no-init-file to those places that might be calls...
2018-10-25 Taylor R CampbellApply the same bound to the other region.
2018-10-25 Taylor R Campbell...yes, I know how to count.
2018-10-25 Taylor R CampbellCatch more stray `.' loitering around.
2018-10-25 Taylor R CampbellClarify justification for ditching the denominator.
2018-10-25 Taylor R Campbelllog(a/b), not log(a)/log(b).
2018-10-25 Taylor R CampbellOmit stray sentence terminator.
2018-10-25 Taylor R CampbellThe bounds of Lemma 4 are <=, not <, as is this branch...
2018-10-25 Taylor R CampbellInadvertently substituted d0 for d2. Fix.
2018-10-25 Taylor R CampbellI accidentally a predicate.
2018-10-25 Taylor R CampbellFix stray line, clarify, and simplify.
2018-10-25 Chris HansonAllow overlap of imports provided that the imported...
2018-10-25 Chris HansonImplement scheme-report-environment and null-environment.
2018-10-25 Chris HansonAdd SRFI libraries.
2018-10-25 Taylor R CampbellMerge branch 'riastradh-logisticerrbounds'
2018-10-25 Taylor R CampbellCompiling stuff depends on the cdecls' *-const.bin...
2018-10-25 Taylor R CampbellTest some more edge cases.
2018-10-25 Taylor R CampbellTest some edge cases for logit(near 1/2).
2018-10-25 Taylor R CampbellUse (assert-<= (relerr ...) bound) for better error...
2018-10-25 Taylor R CampbellFix sense of test. Do this part only if 1 - p is guara...
2018-10-25 Taylor R CampbellUse and prove bounds for a better formula for logit...
2018-10-25 Taylor R CampbellClarify some of the proofs and logic.
2018-10-25 Chris HansonDon't show compilation dependencies by default.
2018-10-25 Taylor R CampbellUse better formulas for logistic(negative) and logit...
2018-10-24 Chris HansonFix up code to clean test subdirs.
2018-10-24 Chris HansonGet FFI tests working when run from a build directory.
2018-10-24 Chris HansonFix capitalization of error messages.
2018-10-24 Chris HansonImplement let-values and let*-values.
2018-10-24 Chris HansonChange scode libraries to carry both imports and import...
2018-10-24 Chris HansonChange ->environment to work with library names too.
2018-10-24 Chris HansonRename current-load-library-db to current-library-db.
2018-10-24 Chris HansonAdd code to enable x11/x11-screen only if X is available.
2018-10-23 Chris HansonMerge branch 'master' into makefile-refactor
2018-10-23 Chris HansonChange plugin support to work in uninstalled build...
2018-10-23 Chris HansonChange cref/generate-trivial-constructor to default...
2018-10-23 Chris HansonSupport running edwin plugins in build directory.
2018-10-23 Chris HansonRefactor plugins to simplify compilation.
2018-10-23 Matt Birkholzfind_binding_cell: no bindings in a null environment
2018-10-23 Matt BirkholzFix http-get; use binary IO and new open-binary-tcp...
2018-10-23 Chris HansonEliminate use of 'all arg to cref/generate-constructors.
2018-10-23 Chris HansonEliminate obsolete option.
2018-10-22 Taylor R CampbellTighten range where it's worthwhile to evaluate this.
2018-10-22 Chris HansonMore changes so that installation works sort-of right.
2018-10-22 Chris HansonGet plugins working using the top-level makefile.
2018-10-22 Chris HansonMerge branch 'makefile-refactor' of git.sv.gnu.org...
2018-10-22 Chris HansonInitial draft of changes for optional modules.
2018-10-21 Taylor R CampbellFix automake library goo.
2018-10-21 Taylor R CampbellOmit spurious redefinition of SCM in x11.h.
2018-10-21 Taylor R CampbellSimplify 5*eps and assume the number of digits we wrote...
2018-10-21 Taylor R CampbellAdd logistic/logit-family functions.
2018-10-21 Taylor R CampbellDefine log1p and expm1 with no range limitations.
2018-10-21 Chris HansonFix sloppy change: unintentionally downcased a file...
next