mit-scheme.git
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.
2018-03-26 Chris HansonRewrite COND-EXPAND to use spar rule.
2018-03-26 Chris HansonChange spars to set up error context when calling out...
2018-03-25 Chris HansonTweak CASE to use new keyword pattern.
2018-03-25 Chris HansonRename spar-seq to spar-and.
2018-03-25 Chris HansonTweak spar patterns.
2018-03-25 Chris HansonClarify that spar-push-if pushes the form, and spar...
2018-03-24 Chris HansonRewrite CASE as a spar-transformer.
2018-03-24 Chris HansonImplement spar-if and associated pattern.
2018-03-24 Chris HansonSimplify spars pattern language.
2018-03-23 Chris HansonEliminate parse-define-form.
2018-03-23 Chris HansonRewrite core of pattern compiler to use rules.
2018-03-23 Chris HansonImplement spar-arg:compare and (keyword id) pattern.
2018-03-22 Chris HansonMore macros converted to new model, plus a lot of fixes...
2018-03-22 Chris HansonImplement syntax-constructor ("scons") mechanism.
2018-03-22 Chris HansonHandle case where debugging-info has an old-style pathname.
2018-03-22 Chris HansonDon't write pathnames into debugging info.
2018-03-22 Chris HansonImplement spar-top-level to cut down on boilerplate.
2018-03-21 Chris HansonTweak.
2018-03-21 Chris HansonChange record predicate to check for child types. ...
2018-03-21 Chris HansonMake record inheritance comply with SRFI 131.
2018-03-21 Chris HansonImplement pattern language to make spars more terse.
2018-03-21 Chris HansonAdd forgotten export.
2018-03-20 Chris HansonChange spar-match-null to a procedure.
2018-03-19 Chris HansonSimplify spar interface a bit more.
2018-03-19 Chris HansonImplement record inheritance at Arthur's request.
2018-03-18 Chris HansonEliminate default-inits arg from make-record-type.
next