mit-scheme.git
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...
2018-05-14 Chris HansonImplement CURRENT-SECOND for R7RS.
2018-05-14 Chris HansonFix bug: earlier rewrite of printer broke pp.
2018-05-14 Chris HansonImplement get-environment-variables for R7RS.
2018-05-14 Chris HansonMore R7RS tags.
2018-05-14 Chris HansonRename GET-SUPPORTED-FEATURES to FEATURES for R7RS.
2018-05-14 Chris HansonA bunch of changes to implement R7RS exit/emergency...
2018-05-13 Chris HansonDon't expose internal structure of continuations.
2018-05-13 Chris HansonEliminate two unused exports.
2018-05-13 Chris HansonEliminate uses of unparser/set-tagged-{pair,vector...
2018-05-13 Chris HansonRename a bunch of places from "unparse" to "print".
2018-05-13 Chris HansonEliminate other references to "unparser" in the documen...
2018-05-13 Chris HansonSimplify *print-with-brackets a bit.
2018-05-13 Chris HansonAssume that named vector/list unparsers are in fact...
2018-05-13 Chris HansonClean up printer bindings.
2018-05-13 Chris HansonChange "unparser" to "printer" in number printer.
2018-05-13 Chris HansonUpdate document to reflect new print-method implementation.
2018-05-13 Chris HansonMajor refactor to how printer methods work.
2018-05-12 Chris HansonImplement R7RS write procedures with datum labels.
2018-05-12 Chris HansonRemove unneeded environment arguments from various...
2018-05-12 Chris HansonEliminate optional environment arg to write/display...
2018-05-10 Chris HansonBig refactor: rename parser/unparser to reader/printer.
2018-05-09 Chris HansonImplement console-error-port and initialize current...
2018-05-09 Chris HansonImplement current-error-port.
2018-05-09 Chris HansonImplement tty-error-channel and export to console I/O.
2018-05-09 Chris HansonImplement replace-binary-port! on generic I/O ports.
2018-05-09 Chris HansonProvide access to the channels in a binary port.
2018-05-09 Chris HansonSimplify console port exports.
2018-05-09 Chris HansonImplement support for stderr.
2018-05-08 Chris HansonImplement R7RS exceptions.
2018-05-08 Chris HansonFix typo in previous change.
2018-05-07 Chris HansonFix bug: error:file-operation couldn't work properly.
2018-05-03 Chris HansonAdd support for parsing nan.0, +inf.0, and -inf.0.
2018-05-03 Chris HansonUpdate to reflect changes in runtime system.
2018-05-03 Chris HansonAdd procedures to generate infinities and a nan.
2018-05-03 Chris HansonDon't constant-fold an application if it generates...
2018-05-02 Chris HansonImplement finite?, infinite?, and nan? from R7RS.
2018-05-02 Chris HansonFix typo in previous edit.
2018-05-02 Chris HansonChange rational? to be false for inf/nan.
2018-05-02 Chris HansonChange printed representation of inf/nan to match R7RS.
2018-05-02 Chris HansonAdd support for C99 floating-point predicates.
2018-05-01 Chris HansonUpdate documentation of booleans.
2018-05-01 Chris HansonGeneralize boolean=? to support multiple arguments.
2018-05-01 Chris HansonTweak char and string chapters to be closer to R7RS.
2018-04-30 Chris HansonEliminate bundle types; original design using predicate...
2018-04-30 Chris HansonConvert object hasher to be a bundle.
2018-04-30 Chris HansonFix thinko as reported by Patric Jonsson.
2018-04-29 Chris HansonConvert metadata tables to be bundles.
2018-04-29 Chris HansonInitialize applicable records much earlier in the cold...
2018-04-29 Chris HansonClean up bundle implementation.
next