mit-scheme.git
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.
2018-04-02 Chris HansonDowncase more symbols and constants.
2018-04-02 Chris HansonDowncase more symbols and constants.
2018-04-01 Chris HansonDowncase more symbols and constants.
2018-04-01 Chris HansonDowncase more symbols and constants.
2018-04-01 Chris HansonDowncase all symbols and constants.
2018-04-01 Chris HansonChange *parser-canonicalize-symbols?* to affect symbols...
2018-04-01 Chris HansonDowncase symbols and constants in optiondb.
2018-04-01 Chris HansonDowncase symbols and constants in optiondb.
2018-04-01 Chris HansonFix bug: mime decoder wasn't properly flushing its...
2018-03-31 Chris HansonFix typo in previous change.
2018-03-30 Chris HansonEliminate define-expr-item-compiler in favor of define...
2018-03-30 Chris HansonMove definition of access entirely into mit-syntax.
2018-03-30 Chris HansonEliminate redundant code in cons-stream*.
2018-03-30 Chris HansonReorder definitions in mit-macros into topical groups.
2018-03-30 Chris HansonChange spar-transformer->runtime to provide default...
2018-03-30 Chris HansonRename :FOO syntax names so that they aren't potential...
2018-03-30 Chris HansonTweak quasiquote implementation to use shorter names.
2018-03-30 Chris HansonChange and to be defined by syntax-rules.
2018-03-29 Chris HansonRewrite local-declare using syntax-rules.
2018-03-29 Chris HansonConvert define-integrable, fluid-let, and paramaterize...
2018-03-29 Chris HansonChange unsyntaxer:* variables to be parameters and...
2018-03-29 Chris HansonFix broken unsyntaxing of scode sequences.
2018-03-29 Chris HansonMake second arg to scons-set! optional.
2018-03-29 Chris HansonRefactor how keywords are matched.
2018-03-29 Chris HansonChange spar pattern (elt ...) to (subform ...).
2018-03-29 Chris HansonRename spar*elt* to spar*subform*.
2018-03-28 Chris HansonChange pattern->spar to make * and + operators implicit...
2018-03-28 Chris HansonEliminate special bindings for constants in pattern...
2018-03-28 Chris HansonRewrite patterns as (elt (list ...)) rather than (list...
2018-03-28 Chris HansonConvert and-let* to scons-rule.
2018-03-28 Chris HansonAdd some simple optimizations.
2018-03-28 Chris HansonConvert a bunch more macros to scons-rule.
2018-03-28 Chris HansonUse folding to eliminate loops in macros.
2018-03-27 Chris HansonRewrite COND and DO to use spar rules.
2018-03-27 Chris HansonChange scons-call to not quote its operator.
2018-03-27 Chris HansonAdd context to items, for errors that happen during...
2018-03-27 Chris HansonFormalize the context of a syntax error.
2018-03-26 Chris HansonImplement spar-not.
next