mit-scheme.git
2012-03-08 Chris HansonAlways wrap stdin in a (begin ...); otherwise expressio...
2012-03-08 Chris HansonPrefer <termcap.h> to <term.h> if both are present.
2012-03-08 Matt Birkholzsvm: Remove setjmp from execute_instruction.
2012-03-08 Matt Birkholzsvm: Use the svm1 machine to compile-everything.
2012-03-08 Matt Birkholzsvm: Fix generate/remote-link and generate/remote-links.
2012-03-08 Matt Birkholzsvm: Fix COMPILER_TEMP_SIZE to 2.
2012-03-08 Matt Birkholzsvm: Added 32bit offsets to explicit-coding-type "address".
2012-03-08 Matt BirkholzStage.sh: Keep .rtls,.laps with corresponding .mocs...
2012-03-08 Matt Birkholzsvm: Save a byte encoding (ea:stack-ref 0).
2012-03-08 Matt Birkholzsvm: Punt old (less interesting now) warnings.
2012-03-05 Chris HansonMerge branch 'master' of git.sv.gnu.org:/srv/git/mit...
2012-03-05 Chris HansonInclude either <term.h> or <termcap.h> but not both.
2012-03-02 Taylor R CampbellFix fencepost typo in integer_shift_left.
2012-02-29 Matt Birkholzsvm: Fix load-non-pointer to handle small negative...
2012-02-29 Matt Birkholzsvm: Add diagram of a compiled closure with 64 bit...
2012-02-29 Matt Birkholzsvm: Port to 64 bit words.
2012-02-29 Matt Birkholzsvm: Widen invocation:lookup, :cache-reference patterns.
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.
next