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-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
Taylor R Campbell
test-driver is autocrud too.
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
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-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
2018-10-25
Taylor R Campbell
Apply the same bound to the other region.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-25
Taylor R Campbell
...yes, I know how to count.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-25
Taylor R Campbell
Catch more stray `.' loitering around.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-25
Taylor R Campbell
Clarify justification for ditching the denominator.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-25
Taylor R Campbell
log(a/b), not log(a)/log(b).
commit
|
commitdiff
|
tree
|
snapshot
2018-10-25
Taylor R Campbell
Omit stray sentence terminator.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-25
Taylor R Campbell
The bounds of Lemma 4 are <=, not <, as is this branch...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-25
Taylor R Campbell
Inadvertently substituted d0 for d2. Fix.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-25
Taylor R Campbell
I accidentally a predicate.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-25
Taylor R Campbell
Fix stray line, clarify, and simplify.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-25
Chris Hanson
Allow overlap of imports provided that the imported...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-25
Chris Hanson
Implement scheme-report-environment and null-environment.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-25
Chris Hanson
Add SRFI libraries.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-25
Taylor R Campbell
Merge branch 'riastradh-logisticerrbounds'
commit
|
commitdiff
|
tree
|
snapshot
2018-10-25
Taylor R Campbell
Compiling stuff depends on the cdecls' *-const.bin...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-25
Taylor R Campbell
Test some more edge cases.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-25
Taylor R Campbell
Test some edge cases for logit(near 1/2).
commit
|
commitdiff
|
tree
|
snapshot
2018-10-25
Taylor R Campbell
Use (assert-<= (relerr ...) bound) for better error...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-25
Taylor R Campbell
Fix sense of test. Do this part only if 1 - p is guara...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-25
Taylor R Campbell
Use and prove bounds for a better formula for logit...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-25
Taylor R Campbell
Clarify some of the proofs and logic.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-25
Chris Hanson
Don't show compilation dependencies by default.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-25
Taylor R Campbell
Use better formulas for logistic(negative) and logit...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-24
Chris Hanson
Fix up code to clean test subdirs.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-24
Chris Hanson
Get FFI tests working when run from a build directory.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-24
Chris Hanson
Fix capitalization of error messages.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-24
Chris Hanson
Implement let-values and let*-values.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-24
Chris Hanson
Change scode libraries to carry both imports and import...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-24
Chris Hanson
Change ->environment to work with library names too.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-24
Chris Hanson
Rename current-load-library-db to current-library-db.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-24
Chris Hanson
Add code to enable x11/x11-screen only if X is available.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-23
Chris Hanson
Merge branch 'master' into makefile-refactor
commit
|
commitdiff
|
tree
|
snapshot
2018-10-23
Chris Hanson
Change plugin support to work in uninstalled build...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-23
Chris Hanson
Change cref/generate-trivial-constructor to default...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-23
Chris Hanson
Support running edwin plugins in build directory.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-23
Chris Hanson
Refactor plugins to simplify compilation.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-23
Matt Birkholz
find_binding_cell: no bindings in a null environment
commit
|
commitdiff
|
tree
|
snapshot
2018-10-23
Matt Birkholz
Fix http-get; use binary IO and new open-binary-tcp...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-23
Chris Hanson
Eliminate use of 'all arg to cref/generate-constructors.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-23
Chris Hanson
Eliminate obsolete option.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-22
Taylor R Campbell
Tighten range where it's worthwhile to evaluate this.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-22
Chris Hanson
More changes so that installation works sort-of right.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-22
Chris Hanson
Get plugins working using the top-level makefile.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-22
Chris Hanson
Merge branch 'makefile-refactor' of git.sv.gnu.org...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-22
Chris Hanson
Initial draft of changes for optional modules.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-21
Taylor R Campbell
Fix automake library goo.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-21
Taylor R Campbell
Omit spurious redefinition of SCM in x11.h.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-21
Taylor R Campbell
Simplify 5*eps and assume the number of digits we wrote...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-21
Taylor R Campbell
Add logistic/logit-family functions.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-21
Taylor R Campbell
Define log1p and expm1 with no range limitations.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-21
Chris Hanson
Fix sloppy change: unintentionally downcased a file...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-20
Chris Hanson
Fix C compiler warning of assigning register to itself.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-20
Chris Hanson
Add missing dependency.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-20
Chris Hanson
Fix typo in previous change.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-20
Chris Hanson
Don't use *-w32.* files for LIARC.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-20
Chris Hanson
Attempt to make LIARC lap files more readable.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-20
Chris Hanson
Fix problem: MODULE_CFLAGS no longer exists.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-20
Chris Hanson
For --with-scheme-build, no need to make pathname absolute.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-20
Chris Hanson
Implement MIT_SCHEME_COMPILER_TARGET for TL and microco...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-20
Chris Hanson
Fix bug in LIARC that tried to compile unused code.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-20
Chris Hanson
Fix bug in LIARC code generator.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-20
Chris Hanson
Adapt LIARC to use new strings.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-18
Chris Hanson
Add --with-scheme-build to simplify building from anoth...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-18
Chris Hanson
Another major refactoring, to split up cross host/target.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-18
Chris Hanson
Update MacOSX -> macOS.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-17
Chris Hanson
Add "run-build" shell script to simplify working with...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-17
Chris Hanson
Bump version number coming into release.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-17
Chris Hanson
Split handling of compiler target from host architecture.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-16
Chris Hanson
Merge branch 'master' into makefile-refactor
commit
|
commitdiff
|
tree
|
snapshot
2018-10-16
Chris Hanson
Load macros needed by machines/svm/machine.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-16
Chris Hanson
Forgot to make changes to other compiler.pkg files.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-16
Chris Hanson
Eliminate warning about old-style function declaration.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-15
Chris Hanson
Load macros needed by machines/svm/machine.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-15
Chris Hanson
Add back guarantee since it's needed for compiling...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-15
Chris Hanson
Guarantee that SF is loaded by compiler.sf.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-15
Chris Hanson
Eliminate a bunch of now-unnecessary stuff from host...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-15
Chris Hanson
Refactor top-level Makefile to use a single pass.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-15
Chris Hanson
Fix bug where the result of char-upcase is multibyte.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-14
Chris Hanson
Remove redundant clause from test for unquoted symbols.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-14
Chris Hanson
Don't print "program" for R7RS top-level.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-14
Chris Hanson
Extensive work to get compiler to work with R7RS libraries.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-14
Chris Hanson
Fix bug: reference caches weren't working right without...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-14
Chris Hanson
Refactor compiler top level to do info-file dump as...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-13
Matt Birkholz
Install plugin html/pdf documentation in project docdir.
commit
|
commitdiff
|
tree
|
snapshot
next