mit-scheme.git
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.
2018-04-29 Chris HansonRevert bundle abstraction back to what we are using...
2018-04-29 Chris HansonFix typo: accidentally discarded initialization in...
2018-04-29 Chris HansonIntegrate applicable records into the procedure abstrac...
2018-04-29 Chris HansonAdd adapter for hash-object.
2018-04-28 Chris HansonImplement symbol=? for R7RS.
2018-04-28 Chris HansonChange hash tables to use define-record-type instead...
2018-04-28 Chris HansonFix breakage I caused with a previous refactoring.
2018-04-27 Chris HansonDeprecate with-values.
2018-04-27 Chris HansonRename urtrap.scm -> reference-trap.scm.
2018-04-27 Chris HansonExport scode-expression?.
2018-04-26 Chris HansonEliminate now-deprecated references to hash-table proce...
2018-04-26 Chris HansonUpdate hash-table documentation in the reference manual.
2018-04-26 Chris HansonMark all of the hash-table renames as deprecated.
2018-04-26 Chris HansonRename hash-table-entry-type:key{/,&}datum-weak.
2018-04-26 Chris HansonFix missed reference.
2018-04-25 Chris HansonRewrite the object hashing facility.
2018-04-25 Chris HansonAdd type and constructors for datum-weak hash tables.
2018-04-25 Chris HansonFix typo.
2018-04-25 Chris HansonRefactor hash-table to clean up some issues noted in...
2018-04-25 Chris HansonRename set-equality-predicate-hasher! -> set-equality...
2018-04-25 Chris HansonChange keyword-option-parser to expect defaults as...
2018-04-24 Chris HansonMove int:modulo to primitive-arithmetic and export it.
2018-04-23 Chris HansonStandardize hash tables on SRFI-69 names and deprecate...
2018-04-22 Chris HansonMake sure that run-three-stages looks at "build" before...
2018-04-22 Chris HansonEliminate remaining uses of find-matching-item.
2018-04-22 Chris HansonEliminate remaining uses of list-search-positive.
2018-04-22 Chris HansonDowncase remaining symbols in the runtime system.
2018-04-22 Chris HansonChange SVM compiler to use new pop-return instruction.
2018-04-21 Chris HansonImplement new SVM instruction: (pop-return).
2018-04-19 Chris HansonOverride definition of filter so that compilation using...
2018-04-16 Chris HansonImplement scode-procedure-arity so that it can be run...
2018-04-16 Chris HansonChange guarantee to show context of error.
2018-04-15 Chris HansonEliminate references to now-deprecated definitions.
2018-04-15 Chris HansonPut back inadvertently-deleted bindings.
2018-04-15 Chris HansonMark deprecated list procedures and also more SRFI...
2018-04-15 Chris HansonChange find-{,not-}matching-items procedures to call...
2018-04-15 Chris HansonTweak indentation.
2018-04-15 Chris HansonEliminate references to various list filters in favor...
2018-04-15 Chris HansonOptimize code generated for let*, let*-syntax, and...
2018-04-14 Chris HansonAnother round of downcasing.
2018-04-04 Chris HansonDowncase a lot more symbols and constants.
2018-04-03 Chris HansonAdd program to find symbols that depend on case folding.
2018-04-02 Chris HansonDowncase a lot more symbols and constants.
2018-04-02 Chris HansonExport char-changes-when-X predicates and char sets.
next