mit-scheme.git
2012-02-06 Joe MarshallAdd debugging tool.
2012-02-06 Joe MarshallAdd MAKE-LAMBDA-LIST.
2012-02-04 Matt Birkholzsvm: Fix (load-option 'compiler).
2012-02-04 Matt Birkholzsvm: workaround definition for pseudo-register-home
2012-02-03 Matt Birkholzsvm: IMPORT_REGS should restore dynamic-link.
2012-02-03 Matt Birkholzsvm: Fixed closure gc-flip.
2012-02-02 Chris HansonClean up dangling references.
2012-02-01 Matt Birkholzsvm: instructions is now a hash table.
2012-02-01 Matt Birkholzcref: Added butils.scm to hand-compiled bootstrap packages.
2012-02-01 Matt Birkholzcref: Replace alists with lists.
2012-01-30 Joe MarshallUndoing a change the hard way.
2012-01-28 Joe MarshallInstall .bci files for common parts of the compiler.
2012-01-28 Joe MarshallRemove handling of IN-PACKAGE frames (which no longer...
2012-01-28 Joe MarshallRemove unused error codes, add syntax error code.
2012-01-27 Chris HansonMerge branch 'master' of git.sv.gnu.org:/srv/git/mit...
2012-01-27 Chris HansonDon't delete symlinks with maybe_rm.
2012-01-27 Joe MarshallUnparse assignments, definitions, and lambdas with...
2012-01-25 Joe MarshallAdd some generated files to .gitignore
2012-01-25 Joe MarshallCombinations no longer constructed with pcomb1, pcomb2...
2012-01-25 Joe MarshallUse sequence-immediate-first instead of sequence-first.
2012-01-25 Joe MarshallExport sequence-immediate-first and -second.
2012-01-25 Joe MarshallAdd sequence-immediate-first and sequence-immediate...
2012-01-25 Joe MarshallFix typo, clean up.
2012-01-25 Joe MarshallDon't bother flipping the sense of negative conditionals.
2012-01-25 Joe MarshallCorrectly handle lambda bodies with declarations.
2012-01-25 Joe MarshallCheck record-length before dereferencing.
2012-01-24 Chris HansonMerge branch 'master' of git.sv.gnu.org:/srv/git/mit...
2012-01-24 Chris HansonUpdate DTD references.
2012-01-22 Joe MarshallRelocate a top-level variable.
2012-01-22 Joe MarshallFix some well-intentioned, but semantically suspect...
2012-01-21 Joe MarshallPass profile into run-with-stack-sampling.
2012-01-21 Joe MarshallAvoid printing trailing whitespace.
2012-01-21 Joe MarshallUse scode/sequence-... procedures.
2012-01-21 Joe MarshallExport SEQUENCE-FIRST and SEQUENCE-SECOND.
2012-01-21 Joe MarshallExport SEQUENCE-FIRST and SEQUENCE-SECOND.
2012-01-21 Joe MarshallFixup scode SEQUENCE abstraction.
2012-01-21 Joe MarshallRemove SEQUENCE-3 (forgot to commit this one).
2012-01-21 Joe MarshallMissed a SEQUENCE-3.
2012-01-20 Joe MarshallRemove SEQUENCE-3 from Scheme code.
2012-01-18 Joe MarshallFix bogus steps.
2012-01-18 Joe MarshallAdd instructions for rebuilding the compiler.
2012-01-18 Joe MarshallAvoid UTF-8/ASCII transcoding if possible (and perform...
2012-01-18 Joe MarshallAdd ASCII-STRING-COPY procedure.
2012-01-18 Joe MarshallChange name->open-coders alist to a hash table.
2012-01-18 Joe MarshallChange statement and expression rewrite rules from...
2012-01-18 Joe MarshallChange cse-methods alist to a hash-table.
2012-01-18 Joe MarshallChange expression-methods alist into a hash table.
2012-01-18 Joe MarshallChange instructions alist to a hash table.
2012-01-18 Joe MarshallUse new potential-control-merge slot.
2012-01-18 Joe MarshallAdd potential-control-merge slot to cfg nodes.
2012-01-16 Joe MarshallUse new subgraph-color slot rather than the node alist.
2012-01-16 Joe MarshallAdd a sugraph-color slot to the cfg.
2012-01-14 Joe MarshallMake noop-tag-property a slot in the vector tag.
2012-01-14 Joe MarshallSuppress redundant type checks in generated pattern...
2012-01-13 Joe MarshallMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2012-01-13 Joe MarshallAdd a declaration to the expansion of rule results.
2012-01-13 Joe MarshallImplement GENERATE-PATTERN-MATCHER.
2012-01-12 Joe MarshallAdd call to GENERATE-PATTERN-MATCHER. Controlled by...
2012-01-12 Joe MarshallExport GENERATE-PATTERN-MATCHER.
2012-01-12 Joe MarshallAdd stub definition for GENERATE-PATTERN-MATCHER.
2012-01-08 Taylor R CampbellMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2012-01-08 Taylor R CampbellDocument RE-COMPILE-PATTERN.
2012-01-07 Matt Birkholzcref: Replace hash-tables with alists.
2012-01-07 Matt Birkholzcref: Eliminate needless sorting of bindings and refere...
2012-01-07 Joe MarshallMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2012-01-06 Matt BirkholzFixed CREF to handle uninterned symbols.
2012-01-04 Joe MarshallExport pattern-lookup-2
2012-01-04 Joe MarshallAdd pattern-lookup-2
2012-01-04 Joe MarshallExport PATTERN-CONTAINS-DUPLICATES?
2012-01-04 Joe MarshallAdd PATTERN-CONTAINS-DUPLICATES?
2011-12-18 Chris HansonMerge branch 'master' of git.sv.gnu.org:/srv/git/mit...
2011-12-18 Chris HansonFix over-long line and tweak indentation.
2011-12-13 Taylor R CampbellMark channel closed before interrupting in Unix's OS_ch...
2011-11-09 Chris HansonMerge from release-9.1 branch.
2011-11-09 Chris HansonProperly fix default-target setting code. origin/release-9.1 release-9.1.1
2011-11-09 Chris HansonBump version number for new point release.
2011-11-09 Chris HansonAdd configure option to set default make target; use...
2011-11-09 Chris HansonFLO:DEFAULT-ENVIRONMENT must be reinitialized after...
2011-11-09 Chris HansonAdd configure option to set default make target; use...
2011-11-06 Chris HansonMerge branch 'master' of git.sv.gnu.org:/srv/git/mit...
2011-11-06 Chris HansonUpdate for new application name.
2011-10-21 Taylor R CampbellWe show the significand of a number, not the mantissa.
2011-10-17 Chris HansonMerge branch 'master' of git.sv.gnu.org:/srv/git/mit...
2011-10-17 Chris HansonFLO:DEFAULT-ENVIRONMENT must be reinitialized after...
2011-10-17 Taylor R CampbellMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2011-10-17 Taylor R CampbellUse a more liberal licence for runtime/test-division...
2011-10-17 Taylor R CampbellUse a more liberal licence for runtime/division.scm.
2011-10-16 Chris HansonMerge branch 'release-9.1'
2011-10-16 Chris HansonAttempt to set the version strings correctly. release-9.1.0
2011-10-16 Chris HansonUpdate version numbers.
2011-10-15 Chris HansonScript to generate upload files for GNU FTP server.
2011-10-15 Chris HansonRevise manual licenses to remove cover texts.
2011-10-15 Chris HansonRevise manual licenses to remove cover texts.
2011-10-10 Chris HansonMerge commit 'ca08b665a91491093722534a66a31c67cc995ec5...
2011-10-05 Taylor R CampbellMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2011-10-05 Taylor R CampbellDon't use fixnum arithmetic for IMAP literal sizes...
2011-09-22 Joe MarshallMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2011-09-22 Joe MarshallDon't call OS_free_pages after GC flip. We don't resiz...
2011-09-19 Matt BirkholzAssigning copyrights to MIT.
2011-09-16 Matt BirkholzSimplify silly %trace syntaxers.
next