mit-scheme.git
1992-02-25 Chris HansonDon't attempt to update screens unless there is no...
1992-02-25 Chris HansonAdd operations to change window and icon names, and...
1992-02-25 Chris HansonChange SIT-FOR to update screens while waiting. Change...
1992-02-25 Guillermo J... Use assembly language hooks to reduce code size.
1992-02-24 Guillermo J... Add defintion of REGBLOCK_ALLOCATED_BY_INTERFACE, and...
1992-02-24 Guillermo J... Add conditionalization on REGBLOCK_ALLOCATED_BY_INTERFACE.
1992-02-20 Guillermo J... This commit was generated by cvs2svn to compensate...
1992-02-20 Guillermo J... Fix herald string.
1992-02-20 Guillermo J... Add 386 processor definitions.
1992-02-20 Guillermo J... Yet another mach fp bug on 386s.
1992-02-20 Guillermo J... Fix bug in modf. It was not preserving the sign of...
1992-02-20 Guillermo J... Back-merge with 7.1.3
1992-02-20 Guillermo J... This commit was generated by cvs2svn to compensate...
1992-02-19 Guillermo J... Add missing comma in CONS-MULTICLOSURE rule.
1992-02-19 Guillermo J... Back-merged version to run under 7.1.3.
1992-02-19 Guillermo J... This commit was generated by cvs2svn to compensate...
1992-02-19 Guillermo J... First working version of compiled runtime system.
1992-02-19 Guillermo J... Update to reflect compiler port.
1992-02-19 Guillermo J... Conditionalize HAS_FLOOR for i386 under Mach. The...
1992-02-19 Guillermo J... Add missing (ST 0) operands.
1992-02-19 Guillermo J... Add definition of FNLDCW and fix opcode bug in FMULP...
1992-02-19 Guillermo J... Eliminate spurious extra call to flonum-unary-operation...
1992-02-19 Guillermo J... Add missing operand to FCOMP instructions.
1992-02-19 Guillermo J... Disable FLONUM-EXP because the F2XM1 instruction is...
1992-02-19 Chris Hanson* Time, load, and mail notification are now separately...
1992-02-19 Chris HansonAdd new mechanism for registering inferior threads...
1992-02-19 Chris HansonEliminate gratuitous calls from MARK-FLASH and SIT...
1992-02-18 Guillermo J... Remove rewriting rules for FLONUM-ASIN and FLONUM-ACOS...
1992-02-18 Guillermo J... Remove FLONUM-ASIN and FLONUM-ACOS from open-coded...
1992-02-18 Guillermo J... Fix currying problem.
1992-02-18 Guillermo J... Fix bug in byte-offset-address re-write rule.
1992-02-18 Guillermo J... Fix bug in multiply-fixnum-constant. There is no
1992-02-18 Henry M. WuMacroized sub-directory delimiter to make DOS win.
1992-02-18 Henry M. WuMacroized sub-directory delimiter to make DOS win.
1992-02-18 Arthur GlecklerDon't record input events in the input history. If...
1992-02-18 Henry M. WuMacroized sub-directory delimiter to make DOS win.
1992-02-18 Guillermo J... Changes for 386 port:
1992-02-18 Guillermo J... Changes for 386 port:
1992-02-18 Guillermo J... Changes for 386 port:
1992-02-18 Guillermo J... Add missing rules (eq-test to machine constant) generat...
1992-02-18 Mark FriedmanAdded the ability to reset SCHEME-ENVIRONMENT (and...
1992-02-18 Chris HansonFix pattern in GET-LOAD-AVERAGE-STRING so it works...
1992-02-18 Chris HansonUse correct syntax table for "notify".
1992-02-18 Chris HansonReformatting.
1992-02-18 Chris HansonEliminate redundant call to UPDATE-SCREENS!.
1992-02-18 Chris HansonMake sure that redisplay occurs whenever any subprocess...
1992-02-18 Chris HansonEliminate additional (and harmful) unbinding of local...
1992-02-18 Guillermo J... Fix bug in apply rule. The procedure was not being...
1992-02-18 Guillermo J... Fix open codings of FIXNUM-REMAINDER, FIXNUM-LSH, and...
1992-02-18 Guillermo J... Fix JS opcode.
1992-02-18 Guillermo J... Fix bug in transmogrifly. It was inserting too many...
1992-02-18 Brian A. LaMacchiaSTART-NOTIFIER modified per CPH's request.
1992-02-18 Guillermo J... Fix bug in rule for
1992-02-18 Guillermo J... Add package comment.
1992-02-18 Guillermo J... Fix bad opcode in a PUSH rule.
1992-02-18 Guillermo J... Split EXTRACT_EXECUTE_CACHE_ADDRESS from EXTRACT_OPERAT...
1992-02-18 Chris HansonMake sure that screen updates are finished before going...
1992-02-17 Guillermo J... Fix uses of rtl-target:=machine-register!
1992-02-17 Guillermo J... Fix defn. of machine-register-value-class to agree...
1992-02-17 Guillermo J... - Add another rule that exapands into PUSH.W &??
1992-02-17 Guillermo J... - Change acos and asin rewrites to occur before cse.
1992-02-17 Guillermo J... Export add-pre-cse-rewriting-rule! from (compiler rtl...
1992-02-17 Guillermo J... Fix various incorrect lap instructions.
1992-02-17 Guillermo J... Change object->machine-register! so that it can use a
1992-02-17 Brian A. LaMacchiaIf you used mail-and-load-notify, on rmail-get-new...
1992-02-17 Chris HansonVarious window-manager events, such as focus selection...
1992-02-17 Chris HansonDefine new variable EDITOR-THREAD-ROOT-CONTINUATION...
1992-02-17 Guillermo J... Define add-pre-cse-rewriting-rule! so that machines...
1992-02-17 Guillermo J... pattern-lookup was not taking care of repeated pattern...
1992-02-17 Guillermo J... Give preference to registers over other expressions...
1992-02-17 Guillermo J... Fix primitive invocation to use code:compiler-primitive...
1992-02-16 Guillermo J... Fix START_CLOSURE_RELOCATION.
1992-02-16 Guillermo J... Revert register-copy-if-available, and use it correctly.
1992-02-16 Guillermo J... Remove far calls and jumps. They are not necessary...
1992-02-16 Guillermo J... SIB bytes were all flipped (little vs. big endian).
1992-02-16 Guillermo J... Initial revision
1992-02-16 Guillermo J... Swap order of code_segment and hook offset in the hook...
1992-02-15 Guillermo J... Fix assembly problems.
1992-02-15 Guillermo J... Fix paren problem.
1992-02-15 Guillermo J... Add byte-unsigned-offset-reference.
1992-02-15 Guillermo J... Teach the compiler how to use LEA to tag objects and...
1992-02-15 Guillermo J... Bad call to target-register-reference.
1992-02-15 Guillermo J... Fix addressing mode bug.
1992-02-15 Guillermo J... Jumps into compiled scheme code and out must use far...
1992-02-15 Guillermo J... Change invoke-interface and invoke-interface/call to use
1992-02-14 Arthur GlecklerAdd mail and load average notification.
1992-02-14 Arthur GlecklerInitial revision
1992-02-14 Guillermo J... Add i386 (Mach) support.
1992-02-14 Guillermo J... interrupt_dlink renamed to asm_interrupt_dlink.
1992-02-14 Guillermo J... Remove GCC test. It seems not to work on BSD at all...
1992-02-14 Guillermo J... Add test for GCC and accomodate BSD's eval that only...
1992-02-14 Guillermo J... Write most entry points.
1992-02-14 Guillermo J... Add a way to find out how to invoke a procedure from...
1992-02-14 Guillermo J... Add way to find out how external references are done.
1992-02-14 Guillermo J... Initial revision
1992-02-14 Guillermo J... Initial revision
1992-02-13 Chris HansonFix typo in last change.
1992-02-13 Chris HansonDon't do random call to EDITOR-CHAR-READY?.
1992-02-13 Chris HansonRename editor input procedures:
1992-02-13 Chris HansonWork around stupid bug in SF.
next