mit-scheme.git
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.
2018-01-06 Chris HansonEliminate less-than-useful comment.
2018-01-06 Chris HansonRewrite the bundle machinery to separate interface...
2018-01-06 Chris HansonFix typo.
2018-01-06 Chris HansonRefactor record implementation to support setting descr...
2018-01-05 Chris HansonReimplement bundle printers to be more like other printers.
2018-01-05 Chris HansonSome name changes and small cleanups.
2018-01-05 Chris HansonMerge branch 'master' of git.sv.gnu.org:/srv/git/mit...
2018-01-05 Chris HansonFirst draft of "bundle" support.
2018-01-05 Chris HansonAllow set-record-type-entity-unparser-method! to be...
2018-01-05 Chris HansonFix emacs interface breakage caused by string rewrite.
2017-12-26 Chris HansonEliminate non-hygienic-macro-transformer.
2017-12-26 Chris HansonEliminate unused inerly files.
2017-12-26 Chris HansonEliminate unused and unneeded definition-environment...
2017-12-26 Chris HansonFold over-long lines.
2017-12-26 Chris HansonEliminate no-longer-used binding genrated by define...
2017-12-25 Chris HansonMerge branch 'master' of git.sv.gnu.org:/srv/git/mit...
2017-12-23 Matt Birkholzgdbm plugin: Add a manual, a translation of the gdbm...
2017-12-23 Matt Birkholzffi: Peek C strings as non-legacy strings, else bytevec...
2017-12-21 Chris HansonSupport OR in syntax-check.
2017-12-21 Chris HansonHandle case where XCode SDK doesn't match running OS.
2017-12-19 Taylor R CampbellRestore SIGQUIT handler so I can enter breakpoints...
2017-12-19 Taylor R CampbellCall close-textual-in/output-port, not close-in/output...
2017-12-19 Taylor R CampbellAvoid stack overflow with long responses.
2017-11-28 Taylor R CampbellAdd blowfish-cbc tests.
2017-11-28 Taylor R CampbellAdd standard Blowfish tests.
2017-11-04 Chris HansonFix test failures caused when no support for non-standa...
2017-11-04 Chris HansonSimplify previous fix to string-trimmer.
2017-11-04 Chris HansonFix warnings from macOS compiler.
2017-11-04 Chris HansonMerge branch 'master' of git.sv.gnu.org:/srv/git/mit...
2017-11-04 Chris HansonFix incorrect use of && where & should have been used.
2017-11-04 Taylor R CampbellIf n is zero, there will be no higher bits set; skip...
2017-11-04 Taylor R CampbellRip out microcode mhash module.
2017-11-04 Taylor R CampbellEliminate optional mhash dependency in fasdump.c.
2017-11-04 Taylor R CampbellRip out vestiges of MD5 loadables.
2017-11-04 Taylor R CampbellEliminate MD5 as a loadable microcode module.
2017-11-03 Taylor R CampbellFirst draft of SHA3-256 with minimal tests.
2017-11-02 Matt Birkholzblowfish plugin: Add texinfo manual, scraped from OpenS...
2017-11-02 Matt Birkholzx11/x11-base (->cstring): Convert 0 to the null pointer.
next