mit-scheme.git
2018-10-27 Taylor R Campbelltest-driver is autocrud too.
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 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-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...
2018-10-20 Chris HansonFix C compiler warning of assigning register to itself.
2018-10-20 Chris HansonAdd missing dependency.
2018-10-20 Chris HansonFix typo in previous change.
2018-10-20 Chris HansonDon't use *-w32.* files for LIARC.
2018-10-20 Chris HansonAttempt to make LIARC lap files more readable.
2018-10-20 Chris HansonFix problem: MODULE_CFLAGS no longer exists.
2018-10-20 Chris HansonFor --with-scheme-build, no need to make pathname absolute.
2018-10-20 Chris HansonImplement MIT_SCHEME_COMPILER_TARGET for TL and microco...
2018-10-20 Chris HansonFix bug in LIARC that tried to compile unused code.
2018-10-20 Chris HansonFix bug in LIARC code generator.
2018-10-20 Chris HansonAdapt LIARC to use new strings.
2018-10-18 Chris HansonAdd --with-scheme-build to simplify building from anoth...
2018-10-18 Chris HansonAnother major refactoring, to split up cross host/target.
2018-10-18 Chris HansonUpdate MacOSX -> macOS.
2018-10-17 Chris HansonAdd "run-build" shell script to simplify working with...
2018-10-17 Chris HansonBump version number coming into release.
2018-10-17 Chris HansonSplit handling of compiler target from host architecture.
2018-10-16 Chris HansonMerge branch 'master' into makefile-refactor
2018-10-16 Chris HansonLoad macros needed by machines/svm/machine.
2018-10-16 Chris HansonForgot to make changes to other compiler.pkg files.
2018-10-16 Chris HansonEliminate warning about old-style function declaration.
2018-10-15 Chris HansonLoad macros needed by machines/svm/machine.
2018-10-15 Chris HansonAdd back guarantee since it's needed for compiling...
2018-10-15 Chris HansonGuarantee that SF is loaded by compiler.sf.
2018-10-15 Chris HansonEliminate a bunch of now-unnecessary stuff from host...
2018-10-15 Chris HansonRefactor top-level Makefile to use a single pass.
2018-10-15 Chris HansonFix bug where the result of char-upcase is multibyte.
2018-10-14 Chris HansonRemove redundant clause from test for unquoted symbols.
2018-10-14 Chris HansonDon't print "program" for R7RS top-level.
2018-10-14 Chris HansonExtensive work to get compiler to work with R7RS libraries.
2018-10-14 Chris HansonFix bug: reference caches weren't working right without...
2018-10-14 Chris HansonRefactor compiler top level to do info-file dump as...
2018-10-13 Matt BirkholzInstall plugin html/pdf documentation in project docdir.
2018-10-10 Matt BirkholzMake Edwin and Imail separately installable projects.
2018-10-10 Matt Birkholzruntime/optiondb: Document new arg for further-load...
2018-10-10 Chris HansonFix bug in test-rgxcmp: was using iso-8859-1 coding...
2018-10-10 Chris HansonFix thinko in string reader: first octal digit is in...
next