mit-scheme.git
2018-07-30 Matt Birkholzx11: Fix x-list-fonts procedure.
2018-07-30 Matt Birkholzblowfish: Remove boast from ancient description in...
2018-07-19 Matt Birkholzx11: version 1.1
2018-07-16 Matt Birkholzmicrocode/uxio.c (OS_channel_read): Return 0 for EIO...
2018-07-03 Matt Birkholzffi: Avoid 9.1's expansion of define-print-method.
2018-06-25 Matt Birkholzblowfish/Makefile.am: compile.sh missing from EXTRA_DIST.
2018-06-25 Matt Birkholzx11: Actually export import-x11.
2018-06-22 Matt BirkholzFix x11-screen plugin for autoloading by Edwin's new...
2018-06-22 Matt BirkholzReplace Edwin's X display type with the x11-screen...
2018-06-22 Matt BirkholzPunt remains of µmodule support.
2018-06-22 Matt BirkholzPunt x11 µmodule; autoload x11 plugin version 1.0.
2018-06-22 Matt BirkholzPunt mcrypt µmodule; autoload mcrypt plugin version...
2018-06-22 Matt BirkholzPunt db4 µmodule; remove to incomplete berkeley-db...
2018-06-22 Matt BirkholzPunt pgsql µmodule; autoload pgsql plugin version 1.0.
2018-06-22 Matt BirkholzPunt bfish µmodule; autoload blowfish plugin version...
2018-06-22 Matt BirkholzPunt gdbm µmodule; autoload gdbm plugin version 1.0.
2018-06-22 Matt BirkholzDeprecate without-interrupts.
2018-06-22 Matt BirkholzMake FFI a non-optional subsystem.
2018-06-22 Matt BirkholzExport FFI's delete-plugin-list and update-plugin-indices.
2018-06-22 Matt BirkholzUpdate FFI manual.
2018-06-13 Chris HansonChange nearly all code to use parameterize rather than...
2018-06-13 Chris HansonDefine parameterize using syntax-rules and add it to...
2018-06-13 Chris HansonNot-yet-complete implementation of R7RS libraries.
2018-06-06 Matt Birkholzmicrocode/extern.h (HASH_TO_FIXNUM): typo
2018-06-06 Matt Birkholzi386/compiler.pkg: Add missing scode/definition?.
2018-06-06 Matt BirkholzSVM assembler needs hash-table-clear!.
2018-06-05 Matt Birkholzmhash: Punt. The µmodule-based package disappeared...
2018-06-05 Matt BirkholzSerialize access to thread/properties via thread-get...
2018-06-05 Matt BirkholzName the initial thread.
2018-06-05 Matt Birkholzimail: Like probe-folder-output-processor, avoid refere...
2018-06-05 Matt Birkholzffi: version 1.0
2018-06-05 Matt Birkholzplugin tags-fix.sh: Use command-line-arguments.
2018-06-05 Matt BirkholzA couple more fall-through comments.
2018-06-05 Matt BirkholzName most threads.
2018-06-05 Matt BirkholzPrint Edwin buffer names.
2018-06-05 Matt Birkholzworld-report: Display thread names instead of associate...
2018-06-05 Matt BirkholzAdd optional name parameter to create-thread.
2018-06-05 Matt BirkholzAdd thread-get and thread-put! for e.g. giving threads...
2018-06-05 Matt Birkholzblowfish: typo in manual
2018-06-05 Matt Birkholzx11: version 0.3
2018-06-05 Matt Birkholzx11: Allow CurrentTime.
2018-06-05 Matt Birkholzffi: Add delete-plugin-list and update-plugin-indices
2018-06-05 Matt Birkholzruntime/ffi: Save/restore floenv around callouts.
2018-06-05 Matt BirkholzSignal an error in unlock-thread-mutex when mutex is...
2018-06-05 Matt BirkholzUse with-interrupts-reduced in with-limited-interrupts.
2018-06-05 Matt Birkholzuser.texinfo: typos
2018-06-05 Matt Birkholzplugins: Copy .crf reports into the build log.
2018-06-05 Matt Birkholzgdbm: version 0.4
2018-06-05 Matt Birkholzgdbm: Update documentation regarding file locks.
2018-06-05 Matt Birkholzgdbm: Accommodate 1.14 (in Ubuntu 18.04) but disable...
2018-06-05 Chris HansonFix fencepost error reported by Patric Jonsson.
2018-06-02 Chris HansonUpdate copyrights.
2018-06-02 Chris HansonChange subexpression marker to not require quoting.
2018-06-02 Chris HansonNo need to quote weird symbols as strings.
2018-05-29 Chris HansonRefactor promises again, to support delay-force.
2018-05-29 Chris HansonImplement make-promise for R7RS.
2018-05-29 Chris HansonFill in pseudo-keywords so that they can be imported...
2018-05-29 Chris HansonImplement call-with-port for R7RS.
2018-05-28 Chris HansonAdd definitions of standard libraries.
2018-05-28 Chris HansonFix thinko: forgot to provide definition of file-error?.
2018-05-28 Chris HansonImplement target-metadata declaration.
2018-05-28 Chris HansonImplement vector-any and vector-every.
2018-05-24 Chris HansonFix equal-hash to return the same value as eq-hash...
2018-05-23 Chris HansonUse the new hashing primitives to simplify standard...
2018-05-23 Chris HansonRewrite the hashing primitives to support runtime-level...
2018-05-23 Chris HansonFix thinko in hash-simple-object and add primitive...
2018-05-23 Chris HansonUse bytevector instead of string when detecting endianness.
2018-05-22 Chris HansonImplement hash-simple-object.
2018-05-22 Chris HansonMove knowledge of unicode strings into sdata.h and...
2018-05-21 Chris HansonActually implement a library and imports parser.
2018-05-21 Chris HansonRefactor cond-expand to separate out the clauses evaluator.
2018-05-21 Chris HansonImplement spar-arg:id!=? to handle useful case.
2018-05-21 Chris HansonChange symbol<? to sort interned symbols before uninterned.
2018-05-20 Chris HansonClean up loader's handling of pathname and environment.
2018-05-20 Chris HansonMove magit-diff-arguments from custom.el to init.el.
2018-05-20 Chris HansonImplement interaction-environment for R7RS.
2018-05-20 Chris HansonFix title.
2018-05-20 Chris HansonImplement include and include-ci for R7RS.
2018-05-20 Chris HansonREAD no longer uses its environment arg, so remove it.
2018-05-20 Chris HansonNon-functioning implementation of import and define...
2018-05-20 Chris HansonCapture useful pattern with spar-pattern-fixed-point.
2018-05-20 Chris HansonRewrite cond-expand-pattern as cond-expand-clause-pattern.
2018-05-20 Chris HansonTweak pattern->spar to make it more useful.
2018-05-19 Chris HansonFix typo in DISPLAY.
2018-05-19 Chris HansonImplement define-values for R7RS.
2018-05-19 Chris HansonSplit command-line processing out of load into its...
2018-05-19 Chris HansonImplement exact-integer-sqrt for R7RS.
2018-05-17 Chris HansonImplement CASE-LAMBDA for R7RS.
2018-05-17 Chris HansonMake sure that value of r4rs-lambda-list-arity is simpl...
2018-05-17 Chris HansonImplement fold-r4rs-lambda-list and r4rs-lambda-list...
2018-05-16 Chris HansonImplement GUARD for R7RS.
2018-05-15 Chris HansonChange users of arity-dispatched-procedure to use the...
2018-05-15 Chris HansonMove the arity-dispatcher-tag from the microcode to...
2018-05-15 Chris HansonRewrite microcode-tables.scm for simplicity.
2018-05-14 Chris HansonA few more fall-through comments.
2018-05-14 Chris HansonAdd comments to suppress fall-through warnings in GCC 7.
2018-05-14 Chris HansonApple doesn't need special definition for jiffies-per...
2018-05-14 Chris HansonDon't use CLOCKS_PER_SEC for the value returned by...
2018-05-14 Chris HansonAdd missing procedure in host-adapter.
2018-05-14 Chris HansonImplement CURRENT-JIFFY and JIFFIES-PER-SECOND for...
next