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 |
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 |
next |