mit-scheme.git
1990-05-03 Guillermo J... Fix the lap->code example.
1990-05-03 Guillermo J... Increase the size of symbol tables. Symbol tables...
1990-04-27 Guillermo J... One more step of making file-touch work better in a...
1990-04-23 Guillermo J... Add ADJUST_CLOSURE_AT_CALL.
1990-04-23 Guillermo J... Remove the interrupt multiclosure register setup and...
1990-04-23 Guillermo J... Add ADJUST_CLOSURE_AT_CALL.
1990-04-23 Guillermo J... Eliminate comutil_interrupt_multiclosure. It was not...
1990-04-21 Jim MillerFixed bug in comutil_interrupt_dlink (passing 2 instead...
1990-04-21 Guillermo J... New information in closure dbg blocks to accomodate...
1990-04-21 Guillermo J... New information in closure dbg blocks to accomodate...
1990-04-19 Guillermo J... - Change "link.l" into "link" because Asmcvt does not...
1990-04-17 Chris Hanson*** empty log message ***
1990-04-17 Chris HansonFor hp-ux 7.0, must define _HPUX_SOURCE if the compiler...
1990-04-17 Chris HansonEliminate (now incorrect) declarations for various...
1990-04-17 Chris HansonEliminate (now incorrect) declarations for various...
1990-04-17 Chris HansonFix conversion of Scheme argument to fopen.
1990-04-17 Chris Hanson"bignum.o" depends on "limits.h".
1990-04-13 Mark FriedmanAdded LOAD-LATEST and FASLOAD-LATEST to load the most...
1990-04-12 Chris HansonDon't treat `restore-value' frame as a subproblem.
1990-04-12 Guillermo J... Rewrite file_touch to use fstat after open rather than...
1990-04-12 Mark FriedmanOops, forgot some initializations for the LOAD-LATEST...
1990-04-12 Guillermo J... Add multi closure interrupt support.
1990-04-12 Guillermo J... Add asm_interrupt_multiclosure.
1990-04-12 Guillermo J... Add comutil_interrupt_multiclosure.
1990-04-12 Mark FriedmanAdded LOAD-LATEST and FASLOAD-LATEST to load the most...
1990-04-12 Guillermo J... Fix a bug in BIT_STRING_INDEX_PAIR_TO_INDEX for machine...
1990-04-12 Guillermo J... Forgot to change the copyright date.
1990-04-12 Guillermo J... Add `#undef ultrix' for unknown reasons -- JMiller.
1990-04-12 Guillermo J... Bump the default space parameters on the MIPS when...
1990-04-12 Guillermo J... Add 6 bit type codes and an optimizer switch to be...
1990-04-10 Chris HansonChange `file-open-channel' primitive to permit opening...
1990-04-10 Chris HansonAdd optional second argument to `open-output-file'...
1990-04-10 Chris HansonRename local variable to prevent confusion during debug...
1990-04-10 Chris HansonDetect and signal error for `(let 3 4)'.
1990-04-10 Chris HansonForce top-level syntax definitions to be local to the...
1990-04-10 Chris HansonForce top-level syntax definitions to be local to the...
1990-04-09 Chris HansonFix broken movb and movib instruction definitions.
1990-04-09 Chris HansonFix broken qualifier.
1990-04-09 Chris HansonFix definition of type-scale-factor.
1990-04-09 Guillermo J... Fix macro definition from last change.
1990-04-09 Guillermo J... Add code to flush the I-cache at the right times: After...
1990-04-04 Guillermo J... Remove check window by using file-touch, that returns...
1990-04-04 Guillermo J... Change file-touch to return #t if the file did not...
1990-04-04 Guillermo J... Change file-touch to return #t if the file did not...
1990-04-04 Guillermo J... Change file-touch to give an error only if the result...
1990-04-03 Guillermo J... Allow (pseudo) instructions to expand into no code.
1990-04-03 Guillermo J... Make BSR to the following instruction cause an error...
1990-04-03 Guillermo J... Prevent the diamond rule for pblocks from generating...
1990-04-03 Guillermo J... Forgot to change > to != in last change.
1990-04-03 Guillermo J... Eliminate dependency on byte order from BIT-SUBSTRING...
1990-04-03 Guillermo J... Fix load-interface-args! which was clearing the wrong...
1990-04-03 Guillermo J... Fix load-interface-args! which was clearing the wrong...
1990-04-03 Guillermo J... Patch inline code so that inliners that call out of...
1990-04-03 Guillermo J... Fix broken rewrite rules by which generic arithmetic...
1990-04-03 Guillermo J... Make top level declarations propagate when compile...
1990-04-03 Guillermo J... Fix bugs in rulrew by which generic arithmetic with...
1990-04-03 Guillermo J... Add MIPS compiler support, and remove nesting of #if...
1990-04-03 Guillermo J... Add typedef of format_word when not HAS_COMPILER_SUPPORT.
1990-04-02 Guillermo J... Update to match 68k.
1990-04-02 Guillermo J... Add a test on endianness to expand-fields so that the...
1990-04-02 Guillermo J... Comment out uses of expt, since compiler declarations...
1990-04-02 Guillermo J... lap:make-unconditional-branch returns an instruction...
1990-04-01 Guillermo J... Major change:
1990-04-01 Guillermo J... Substitute constants for expressions computed with...
1990-04-01 Guillermo J... lap:make-unconditional-branch now returns a sequence...
1990-04-01 Guillermo J... lap:make-unconditional-branch now returns a sequence...
1990-04-01 Guillermo J... letrec-value no longer errors if a binding is a trivial...
1990-04-01 Guillermo J... Nth revision of this code.
1990-04-01 Guillermo J... Get rid of funny drifting rules. Let-like procedures...
1990-04-01 Guillermo J... It's OK for a non-trivial closure to become trivial...
1990-04-01 Guillermo J... Fix bch system to run on machines with floating alignment.
1990-04-01 Guillermo J... Initial revision
1990-04-01 Guillermo J... Initial revision
1990-04-01 Guillermo J... Add MIPS compiler support.
1990-03-28 Guillermo J... Initial revision
1990-03-28 Guillermo J... Add new method for finding variable that is used by...
1990-03-28 Guillermo J... Undrifting constraints must propagate transitively...
1990-03-27 Guillermo J... Move switch.scm back to compiler/base, so it can be...
1990-03-26 Guillermo J... Add compiler:noisy?
1990-03-26 Guillermo J... Add compiler:noisy?
1990-03-26 Guillermo J... Add compiler:noisy?
1990-03-26 Guillermo J... Move switch.scm back to compiler/base, so it can be...
1990-03-26 Guillermo J... Move switch.scm back to compiler/base, so it can be...
1990-03-26 Guillermo J... Add sf:noisy? flag, and syntax&integrate global procedure.
1990-03-26 Guillermo J... Modify gc-statistic/meter so that gcnote will not be...
1990-03-26 Guillermo J... Add gc-timestamp for data structures that need to be...
1990-03-24 Guillermo J... Add arities to primitive definitions so that the file...
1990-03-24 Guillermo J... Fix register*constant methods for plus-fixnum and minus...
1990-03-21 Chris HansonWhen accessing `block-procedure', make sure it is a...
1990-03-16 Chris HansonFix unbound variable in `delete-process'. The `process...
1990-03-14 Chris Hanson*** empty log message ***
1990-03-14 Chris HansonIn `decode-ordinary-floating-instruction', always speci...
1990-03-14 Chris HansonIn `two-arg-register-operation', don't delete reused...
1990-03-13 Chris Hanson*** empty log message ***
1990-03-13 Chris HansonConditionalize floating-point register load instruction...
1990-03-12 Chris HansonConditionalize binary floating-point open-coded operati...
1990-03-12 Chris HansonRemove duplicate entry for fp6 from the list of initial...
1990-03-08 Chris HansonAdd sun4 processor type.
1990-03-05 Guillermo J... Add ^B ^X ^U ^G to the ^C handler.
1990-03-02 Mark FriedmanAdded subprocess support.
next