mit-scheme.git
2012-02-29 Matt BirkholzExit with non-zero status when Aborting!: out of memory...
2012-02-26 Matt BirkholzSorry; re-fixed Debug_Stack_Trace again.
2012-02-26 Matt BirkholzUnfix "fix" to stack address printing in Debug_Stack_Trace.
2012-02-26 Chris HansonFix bug: missed one of the places that needed env-...
2012-02-26 Chris HansonSimplify implementation of syntactic environments.
2012-02-26 Chris HansonFix three duplicate definitions and one dangling reference.
2012-02-26 Chris HansonFix dangling references.
2012-02-26 Chris HansonFix broken pty support on Mac OS X 10.7.
2012-02-25 Chris HansonAlways wrap multiple statements in stdin with (begin...
2012-02-25 Chris HansonChange var references for consistency.
2012-02-25 Chris HansonDon't fold argument check into expression.
2012-02-25 Chris HansonFix think-o in previous change.
2012-02-15 Matt BirkholzSyntax boot (LIAR/C) compiler with new runtime, sf...
2012-02-15 Matt Birkholzffi: Give up trying to make %radix a constant.
2012-02-15 Matt BirkholzSyntax new compiler with new runtime, sf, etc.
2012-02-15 Matt BirkholzRemove unused variable from Prim_fixnum_lsh.
2012-02-15 Matt BirkholzTypo in compiler-*.pkd installation.
2012-02-14 Matt Birkholzsvm: Include fixnum.h in fixnum.c.
2012-02-14 Matt Birkholzsvm: Mark stages of build with echoed progress commentary.
2012-02-14 Matt BirkholzFix stack address printing in Debug_Stack_Trace.
2012-02-14 Matt Birkholzsvm: Fix remote-link generators.
2012-02-14 Matt Birkholzsvm: Add clear-map! before invocation:special-primitive.
2012-02-14 Matt Birkholzsvm: Fixed signedness of some fixnum instructions.
2012-02-14 Matt Birkholzsvm: Added "product" instruction, i.e. Mul().
2012-02-14 Matt Birkholzsvm: Fixed icall instruction, and cast in IMPORT_REGS.
2012-02-13 Joe MarshallAdd LETREC*. Convert LETREC to R6RS semantics. Use...
2012-02-12 Joe MarshallBetter unsyntaxing of lambda and extended-lambda.
2012-02-12 Joe MarshallAvoid creating extended-lambdas just because of aux...
2012-02-12 Joe MarshallFix typo.
2012-02-12 Joe MarshallAdd lambda-interface, guarantees, and re-org code.
2012-02-12 Joe MarshallAdd codwlk handler for extended-lambda (defaults to...
2012-02-11 Joe MarshallImprove unsyntaxing of sequences.
2012-02-11 Joe MarshallMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2012-02-09 Joe MarshallUse lambda-components* and lambda-bound rather than...
2012-02-09 Joe MarshallUse lambda-bound and lambda-body rather than lambda...
2012-02-08 Matt Birkholzsvm: Undo "fix" for copy-block.
2012-02-07 Matt Birkholzsvm: Fix copy-block instruction's parameter list.
2012-02-07 Joe MarshallAdd selectors for OPEN-BLOCKs, rewrite unscan-defines...
2012-02-07 Joe MarshallDon't create LEXPRs or CLEXPRs.
2012-02-06 Joe MarshallFix how SF generates SCode for top level open blocks...
2012-02-06 Joe MarshallMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2012-02-06 Joe MarshallUse MAKE-LAMBDA-LIST rather than ad-hoc code.
2012-02-06 Joe MarshallAdd debugging tool.
2012-02-06 Joe MarshallAdd MAKE-LAMBDA-LIST.
2012-02-06 Matt Birkholzsvm: Fixed the return of trap results.
2012-02-05 Matt Birkholzsvm: Added compiler temporaries, for now, with warnings.
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.
next