2019-08-24 |
Taylor R Campbell | Add missing include guards. |
commit | commitdiff | tree | snapshot |
2019-08-24 |
Taylor R Campbell | Update and clarify fp-env documentation. |
commit | commitdiff | tree | snapshot |
2019-08-24 |
Taylor R Campbell | Simplify flo:update-environment!. |
commit | commitdiff | tree | snapshot |
2019-08-24 |
Taylor R Campbell | Fix two bugs in floating-point environment. |
commit | commitdiff | tree | snapshot |
2019-08-24 |
Taylor R Campbell | Test busted flo:set-environment!. |
commit | commitdiff | tree | snapshot |
2019-08-20 |
Taylor R Campbell | Fix multiplication and division by purely imaginary... |
commit | commitdiff | tree | snapshot |
2019-08-20 |
Taylor R Campbell | Test multiplication and division by +i and -i. |
commit | commitdiff | tree | snapshot |
2019-08-20 |
Taylor R Campbell | Fix edge cases in ANGLE. |
commit | commitdiff | tree | snapshot |
2019-08-20 |
Taylor R Campbell | Expand edge cases for ANGLE. |
commit | commitdiff | tree | snapshot |
2019-08-19 |
Chris Hanson | Fix references incorrectly marked with EVR(). |
commit | commitdiff | tree | snapshot |
2019-08-17 |
Taylor R Campbell | `x ... ...' is busted in syntax-rules. |
commit | commitdiff | tree | snapshot |
2019-08-16 |
Taylor R Campbell | Merge branch 'riastradh-20181220-closentry-v12' |
commit | commitdiff | tree | snapshot |
2019-08-16 |
Taylor R Campbell | Tweak logit1/2+ condition number plot for clarity. |
commit | commitdiff | tree | snapshot |
2019-08-16 |
Taylor R Campbell | Factor out common PostScript code for plotting. |
commit | commitdiff | tree | snapshot |
2019-08-16 |
Taylor R Campbell | Uniform code and style for plots. |
commit | commitdiff | tree | snapshot |
2019-08-16 |
Taylor R Campbell | Produce 300dpi, not 72dpi, PNGs for HTML output. |
commit | commitdiff | tree | snapshot |
2019-08-15 |
Arthur A. Gleckler | Use TLS/SSL for links to <srfi.schemers.org>. |
commit | commitdiff | tree | snapshot |
2019-08-15 |
Taylor R Campbell | Add release note. |
commit | commitdiff | tree | snapshot |
2019-08-15 |
Taylor R Campbell | Bump COMPILER_INTERFACE_VERSION. |
commit | commitdiff | tree | snapshot |
2019-08-15 |
Taylor R Campbell | Set default target to all for cross-builds too. |
commit | commitdiff | tree | snapshot |
2019-08-15 |
Taylor R Campbell | Avoid spurious fallthrough (fortunately harmless here). |
commit | commitdiff | tree | snapshot |
2019-08-14 |
Taylor R Campbell | Test fma exceptions too. |
commit | commitdiff | tree | snapshot |
2019-08-14 |
Taylor R Campbell | Add fma, fused-multiply/add. |
commit | commitdiff | tree | snapshot |
2019-08-13 |
Taylor R Campbell | Use a different reflect code number for compiled invoca... origin/riastradh-20181220-closentry-v12 |
commit | commitdiff | tree | snapshot |
2019-08-13 |
Taylor R Campbell | Open-code WITH-STACK-MARKER too. |
commit | commitdiff | tree | snapshot |
2019-08-13 |
Taylor R Campbell | Share closure interrupt labels. |
commit | commitdiff | tree | snapshot |
2019-08-13 |
Taylor R Campbell | Tidy up compiler utility return addresses. |
commit | commitdiff | tree | snapshot |
2019-08-13 |
Taylor R Campbell | Use ret for returns from interface and from generic... |
commit | commitdiff | tree | snapshot |
2019-08-13 |
Taylor R Campbell | Open-code with-interrupt-mask, with-interrupts-reduced. |
commit | commitdiff | tree | snapshot |
2019-08-13 |
Taylor R Campbell | Allow return_to_compiled_code to return to compiled... |
commit | commitdiff | tree | snapshot |
2019-08-13 |
Taylor R Campbell | Save interpreter result too before anything in continua... |
commit | commitdiff | tree | snapshot |
2019-08-13 |
Taylor R Campbell | Make entries point to _after_ the PC offset. |
commit | commitdiff | tree | snapshot |
2019-08-13 |
Taylor R Campbell | Load the fallback into rax so caller needs no condition... |
commit | commitdiff | tree | snapshot |
2019-08-13 |
Taylor R Campbell | Use BTS to affix single-bit type tags. |
commit | commitdiff | tree | snapshot |
2019-08-13 |
Taylor R Campbell | Relax register constraints for tagging rule. |
commit | commitdiff | tree | snapshot |
2019-08-13 |
Taylor R Campbell | Simplify hook calls. |
commit | commitdiff | tree | snapshot |
2019-08-13 |
Taylor R Campbell | Convert x86-64 to use rax as value register. |
commit | commitdiff | tree | snapshot |
2019-08-13 |
Taylor R Campbell | Allow careful use of available machine registers in... |
commit | commitdiff | tree | snapshot |
2019-08-13 |
Taylor R Campbell | Ensure register:value appears first or last in block. |
commit | commitdiff | tree | snapshot |
2019-08-13 |
Taylor R Campbell | Optimize execute caches: avoid indirect jumps if possible. |
commit | commitdiff | tree | snapshot |
2019-08-13 |
Taylor R Campbell | Generate per-invocation jmp instructions. |
commit | commitdiff | tree | snapshot |
2019-08-13 |
Taylor R Campbell | Use CALL/RET for pushing and returning to continuations... |
commit | commitdiff | tree | snapshot |
2019-08-13 |
Taylor R Campbell | Split compiled entries and compiled return addresses. |
commit | commitdiff | tree | snapshot |
2019-08-13 |
Taylor R Campbell | Use indirection for entry points on amd64. |
commit | commitdiff | tree | snapshot |
2019-08-13 |
Taylor R Campbell | Avoid CALL without RET for closure entries, hooks,... |
commit | commitdiff | tree | snapshot |
2019-08-13 |
Taylor R Campbell | Eliminate return/entry compiled invocation pun. |
commit | commitdiff | tree | snapshot |
2019-08-13 |
Taylor R Campbell | Use ln -n to avoid following symlinks to directories. |
commit | commitdiff | tree | snapshot |
2019-08-10 |
Taylor R Campbell | Allow hyphenation of log-probability, log-logistic... |
commit | commitdiff | tree | snapshot |
2019-08-10 |
Taylor R Campbell | Clarify error amplification. |
commit | commitdiff | tree | snapshot |
2019-08-10 |
Taylor R Campbell | Fix punctuation in display. |
commit | commitdiff | tree | snapshot |
2019-08-10 |
Taylor R Campbell | Avoid Unicode in texinfo. |
commit | commitdiff | tree | snapshot |
2019-08-10 |
Chris Hanson | Add missing definition of exact as noticed by GJS. |
commit | commitdiff | tree | snapshot |
2019-08-10 |
Chris Hanson | Fix thinko in previous change. |
commit | commitdiff | tree | snapshot |
2019-08-10 |
Chris Hanson | Change write to use datum labels only when cycles are... |
commit | commitdiff | tree | snapshot |
2019-08-10 |
Chris Hanson | Implement bundle delegation using a more general combin... |
commit | commitdiff | tree | snapshot |
2019-08-10 |
Taylor R Campbell | Need to load sf before host-adapter.scm these days... |
commit | commitdiff | tree | snapshot |
2019-08-10 |
Taylor R Campbell | Avoid bash. |
commit | commitdiff | tree | snapshot |
2019-08-10 |
Taylor R Campbell | Fix reading hashed object notation #[foo 123]. |
commit | commitdiff | tree | snapshot |
2019-08-10 |
Taylor R Campbell | Test hashed object notation. |
commit | commitdiff | tree | snapshot |
2019-08-09 |
Matt Birkholz | x11-screen: Fix cut/paste after upcasing X atom names. |
commit | commitdiff | tree | snapshot |
2019-08-07 |
Matt Birkholz | Do not install non-existent runtime options hashtb... |
commit | commitdiff | tree | snapshot |
2019-08-07 |
Matt Birkholz | x11-screen: downcase symbols, most names; fix copyright... |
commit | commitdiff | tree | snapshot |
2019-08-07 |
Matt Birkholz | x11: downcase symbols, most names; fix copyright notices |
commit | commitdiff | tree | snapshot |
2019-08-07 |
Matt Birkholz | pgsql: downcase symbols, most names; fix copyright... |
commit | commitdiff | tree | snapshot |
2019-08-07 |
Matt Birkholz | mcrypt: downcase a symbol, most names; fix copyright... |
commit | commitdiff | tree | snapshot |
2019-08-07 |
Matt Birkholz | gdbm: downcase symbols, most names; fix copyright notices |
commit | commitdiff | tree | snapshot |
2019-08-07 |
Matt Birkholz | blowfish: downcase symbols, most names; fix copyright... |
commit | commitdiff | tree | snapshot |
2019-08-07 |
Matt Birkholz | ffi: downcase symbols, most names |
commit | commitdiff | tree | snapshot |
2019-08-07 |
Matt Birkholz | Add pgsql-shim.h as a dependency of pgsql-shim.la. |
commit | commitdiff | tree | snapshot |
2019-08-07 |
Matt Birkholz | Punt CREF's 9.2-compatible deprecated exports syntax. |
commit | commitdiff | tree | snapshot |
2019-08-07 |
Matt Birkholz | Fix definition of MIT_SCHEME_PKD; use _OS_SUFFIX from... |
commit | commitdiff | tree | snapshot |
2019-08-05 |
Matt Birkholz | Edwin/Makefile.am: Include sources.scm. Punt unnecessa... |
commit | commitdiff | tree | snapshot |
2019-08-05 |
Matt Birkholz | Plugin builds: Improved tags-fix.sh. Handle .cdecl... |
commit | commitdiff | tree | snapshot |
2019-08-05 |
Matt Birkholz | Plugin builds: Add adapter.c to _shim_la_SOURCES, not... |
commit | commitdiff | tree | snapshot |
2019-08-05 |
Matt Birkholz | Plugin builds: Use MIT_SCHEME_PKD, not MIT_SCHEME_OS_SU... |
commit | commitdiff | tree | snapshot |
2019-08-05 |
Matt Birkholz | Plugin builds: Do not include generated -const.c in... |
commit | commitdiff | tree | snapshot |
2019-08-05 |
Matt Birkholz | Plugin builds: Restore dependence of stamp-scheme on... |
commit | commitdiff | tree | snapshot |
2019-08-05 |
Matt Birkholz | Silence autogen.shs when plugins are built separately. |
commit | commitdiff | tree | snapshot |
2019-08-05 |
Matt Birkholz | mcrypt/Makefile.am: typo |
commit | commitdiff | tree | snapshot |
2019-07-25 |
Matt Birkholz | Add subprocess-binary-i/o-port. |
commit | commitdiff | tree | snapshot |
2019-07-25 |
Matt Birkholz | Plugin Makefile.am improvements. |
commit | commitdiff | tree | snapshot |
2019-07-25 |
Matt Birkholz | Silence autogen.shs, which blabber error messages ... |
commit | commitdiff | tree | snapshot |
2019-07-24 |
Matt Birkholz | gdbm: Downcase constants to match case in package descr... |
commit | commitdiff | tree | snapshot |
2019-07-20 |
Chris Hanson | Change symbol<? to delegate to bytevector<?. |
commit | commitdiff | tree | snapshot |
2019-07-20 |
Chris Hanson | Implement bytevector<?. |
commit | commitdiff | tree | snapshot |
2019-07-20 |
Chris Hanson | Don't unread #f as if it were a character. |
commit | commitdiff | tree | snapshot |
2019-07-19 |
Chris Hanson | Edwin: force subprocess I/O ports to use iso-8859-1... |
commit | commitdiff | tree | snapshot |
2019-07-17 |
Chris Hanson | Treat keyword-only syntax environments differently... |
commit | commitdiff | tree | snapshot |
2019-07-17 |
Chris Hanson | Implement a delegation protocol for bundles. |
commit | commitdiff | tree | snapshot |
2019-07-09 |
Chris Hanson | Fix stupid typo in reader. |
commit | commitdiff | tree | snapshot |
2019-07-09 |
Chris Hanson | Fix screw-up in previous host-adapter change. |
commit | commitdiff | tree | snapshot |
2019-07-09 |
Chris Hanson | Eliminate unused variable from typo. |
commit | commitdiff | tree | snapshot |
2019-07-09 |
Chris Hanson | Fix a bunch of problems caused by the call-with-values... |
commit | commitdiff | tree | snapshot |
2019-07-09 |
Chris Hanson | Don't choose the flo:+inf.0/flo:-inf.0 implementations... |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Chris Hanson | Add procedure-arity-intersection. |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Chris Hanson | Change multiple-value return to be slighly closer to... |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Chris Hanson | Don't use +inf.0 because it throws an exception on... |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Taylor R Campbell | Plot the new math functions and their condition numbers. |
commit | commitdiff | tree | snapshot |
2019-07-01 |
Taylor R Campbell | Fix typo. |
commit | commitdiff | tree | snapshot |
2019-07-01 |
Taylor R Campbell | Clarify the non-significance of the total ordering. |
commit | commitdiff | tree | snapshot |
next |