mit-scheme.git
2018-01-23 Chris HansonEliminate long-obsolete starbase support.
2018-01-23 Chris HansonAdd a few missing subdirs into Tags.sh computation.
2018-01-22 Chris HansonRewrite syntax-environment to use bundles.
2018-01-22 Chris HansonAllow bare symbols as elements in bundle-interface...
2018-01-21 Chris HansonFix bug: bundle-interface predicates can't use dispatch...
2018-01-21 Chris HansonPush yet more predicate machinery into boot.
2018-01-21 Chris HansonRename value-binder to variable-binder.
2018-01-21 Chris HansonMove bundle implementation to early in the cold load.
2018-01-21 Chris HansonAdd unparser for variable items.
2018-01-21 Taylor R CampbellAvoid shift of negative, which is undefined in C.
2018-01-21 Chris HansonEliminate unnecessary implementation note.
2018-01-21 Chris HansonDefer enabling runtime handling of errors until end...
2018-01-20 Chris HansonFix typo reported by jmarshall.
2018-01-20 Chris HansonTweak bundle index lookup; fix bundle tests.
2018-01-20 Chris HansonRefactor the bundle implementation.
2018-01-20 Chris HansonRewrite define-like and let-like syntax for simplicity.
2018-01-20 Chris HansonTwo small simplifications.
2018-01-20 Chris HansonEliminate null-binding-item.
2018-01-20 Chris HansonFix bug: Can't call output/sequence with an empty list.
2018-01-20 Chris HansonRewrite define-bundle-interface to do renaming manually.
2018-01-20 Chris HansonFix bug: trace was depending on a string being mutable...
2018-01-19 Chris HansonBe a little more honest about unsyntaxing macro definit...
2018-01-19 Chris HansonRefactor bundle interfaces to be dispatch tags.
2018-01-19 Chris HansonFix bug in macro expansion for define-bundle-interface.
2018-01-18 Chris HansonAdd extra tests to make sure that tagging dispatches...
2018-01-18 Chris HansonMerge predicate-metadata and predicate-lattice into...
2018-01-18 Chris HansonAdd Tags.sh to tests directory.
2018-01-18 Chris HansonMove set-{dispatch-tag,predicate}<=! into boot for...
2018-01-18 Chris HansonEliminate remaining differences between record tags...
2018-01-18 Chris HansonStrip angle brackets off of dispatch-tag names when...
2018-01-18 Chris HansonChange strip-angle-brackets to work on symbols too.
2018-01-18 Chris HansonReplace record-type with the associated dispatch tag.
2018-01-18 Chris HansonAdd EXPRESSION clauses to boolean assertions in test...
2018-01-18 Chris HansonFix typo in earlier refactor.
2018-01-18 Chris HansonRename "tag" to "dispatch-tag" and move bindings to...
2018-01-17 Chris HansonMerge dispatch-tags and tags into a single implementation.
2018-01-17 Chris HansonFix bug: forgot to initialize record conditions.
2018-01-16 Chris HansonChange tag representation so extra field is always...
2018-01-16 Chris HansonRefactor tag implementation to use "metatags".
2018-01-16 Chris HansonFix bug: record-type-type-tag was missing a tag.
2018-01-16 Chris HansonMove weak sets from predicate-metadata to boot.
2018-01-16 Chris HansonEliminate predicate-description.
2018-01-16 Chris HansonPut guarantee and friends into "boot" for cold-load...
2018-01-16 Chris HansonImplement simple weak sets.
2018-01-15 Matt Birkholzblowfish: Doco typo.
2018-01-15 Matt Birkholzgdbm: Doco typos.
2018-01-15 Matt Birkholzffi: Missing alienate_float_environment causes foreigne...
2018-01-14 Chris HansonRefactor handling of explicit tag supersets.
2018-01-14 Chris HansonImplement weak-pair procedures as primitives and open...
2018-01-13 Chris HansonEliminate tagging strategies altogether.
2018-01-13 Chris HansonFix test: was depending on tagging strategy to differen...
2018-01-13 Chris HansonFix bug: two copies of unicode-char? were causing confu...
2018-01-13 Chris HansonAdd "assertion number" to failure reports.
2018-01-13 Chris HansonEliminate tagged-object-{tag,datum} since they're ident...
2018-01-13 Chris HansonDo stupid macrology to work around lack of vector-ish...
2018-01-13 Chris HansonFix open-coding of default-object?.
2018-01-13 Chris HansonFix bug in compilation of %record with 0 or 1 arguments.
2018-01-13 Chris HansonImplement tagged-object primitives and open-code them...
2018-01-12 Chris HansonSimplify the story of tagging strategy.
2018-01-11 Chris HansonUse macro to speed up implementations of record accessors.
2018-01-11 Chris HansonRemove documentation for now-obsolete generic-procedure...
2018-01-11 Chris HansonSimplify predicate-tagging so that it provides only...
2018-01-11 Chris HansonEliminate record-entity names and support.
2018-01-11 Chris HansonDelete some unnecessary procedures.
2018-01-11 Chris HansonTweak dispatch-tag slightly.
2018-01-10 Chris HansonPush definition of register-predicate! to beginning...
2018-01-10 Chris HansonEliminate use of record-specific printing registration.
2018-01-10 Chris HansonClean up the ad hoc handling of boot-time predicate...
2018-01-10 Chris HansonUse weak hash tables for predicate lattice.
2018-01-10 Chris HansonEliminate unused (and not fully thought out) unregister...
2018-01-10 Chris HansonFix cold-load initialization so that predicate tag...
2018-01-10 Chris HansonThanks Joe! Fix thinko in code generation for define...
2018-01-09 Chris HansonRemove some unused and undocumented record-type accessors.
2018-01-09 Chris HansonMove srfi-1 support to beginning of cold load.
2018-01-09 Chris HansonMinor simplification.
2018-01-09 Chris HansonMove dispatch-tag print method into gentag.scm.
2018-01-09 Chris HansonEliminate special support for defstruct printers.
2018-01-09 Chris HansonSearch for root-level "build" directory when finding...
2018-01-09 Chris HansonAdd optional argument to specify build directory.
2018-01-09 Chris HansonImplement simple script to show all of the .crf files.
2018-01-09 Chris HansonMove all of the generic-procedure support from runtime...
2018-01-08 Chris HansonIgnore build directory called "build".
2018-01-07 Chris HansonMake sure that a record's type name is an immutable...
2018-01-07 Chris HansonImplement string->immutable.
2018-01-07 Chris HansonClean up handling of entities with records as extra.
2018-01-07 Chris HansonConvert record support to use new predicate dispatchers.
2018-01-07 Chris HansonImplement real define-pp-describer.
2018-01-07 Chris HansonImplement real define-unparser-method.
2018-01-07 Chris HansonImplement define-unparser-method and define-pp-describe...
2018-01-07 Chris HansonChange record to use predicate dispatchers instead...
2018-01-07 Chris HansonTweak.
2018-01-07 Chris HansonChange predicate-dispatcher to be an entity.
2018-01-07 Chris HansonFix compiler warning.
2018-01-07 Chris HansonAdd two tests that were missing from known-tests.
2018-01-06 Chris HansonImplement deferred boot actions and use them for the...
2018-01-06 Chris HansonEstablish an explicit booting? flag that controls boot...
2018-01-06 Chris HansonChange boot-time deferrals to use variable-setter.
2018-01-06 Chris HansonImplement variable-setter macro.
2018-01-06 Chris HansonMust load host-adapter for syntax definitions when...
2018-01-06 Chris HansonReorganize boot.scm into logical sections.
next