mit-scheme.git
1990-01-21 Guillermo J... Fix bug in fasload by which closures and linkage sectio...
1990-01-20 Chris HansonFix stupid editing mistake.
1990-01-20 Chris HansonAdd a debugging facility that keeps a history of `Scan...
1990-01-20 Chris HansonWhen forcing something into a specific machine register...
1990-01-18 Chris HansonInitial revision
1990-01-18 Chris Hanson* Disable early-syntaxing mechanism, and change back...
1990-01-18 Chris HansonSuppress error messages when opening a graphics device...
1990-01-18 Chris HansonChange configuration of 6.003 Scheme to eliminate old...
1990-01-18 Chris HansonEliminate `box-clear' primitive.
1990-01-17 Guillermo J... Fix bug in signed-integer->bit-string by which it was...
1990-01-17 Gerald Jay... *** empty log message ***
1990-01-17 Chris HansonFix typo in character-attribute setting routines.
1990-01-16 Chris HansonAdd new target `install' to simplify installation of...
1990-01-16 Chris HansonFix fencepost error in `disk-restore': when allocating...
1990-01-15 Chris HansonAdd new variable `flonum-unparser-cutoff', which contro...
1990-01-15 Panayotis Skordos*** empty log message ***
1990-01-12 Chris HansonFix stupid bug in division that caused quotient to...
1990-01-12 Chris HansonMake generic arithmetic primitives perform fixnum arith...
1990-01-11 Chris HansonCorrect for scaling overshoot in `ratnum->flonum'.
1990-01-10 Hal AbelsonFix case bug in `complex:expt'.
1990-01-10 Chris HansonFix typo from last edit.
1990-01-10 Chris Hanson*** empty log message ***
1990-01-10 Chris Hanson*** empty log message ***
1990-01-10 Chris HansonNow that `vector-set!' is defined to return unspecific...
1990-01-04 Chris HansonAdd error checking to symbol operations.
1990-01-02 Panayotis Skordos*** empty log message ***
1989-12-29 Panayotis Skordos*** empty log message ***
1989-12-29 Chris HansonFix definitions of `complex:acos' and `complex:angle...
1989-12-20 Chris HansonChange definitions of 2/3-operand register-allocation...
1989-12-20 Chris HansonFlush 2/3-operand register allocation procedures.
1989-12-20 Panayotis Skordosgraphics and debug changes
1989-12-19 Chris HansonChange format used by the "Y" command.
1989-12-14 Chris HansonIn `trace-display', no-argument case was putting close...
1989-12-11 Chris Hanson* Take advantage of new entry points in compiled code...
1989-12-11 Chris Hanson* Take advantage of new entry points in compiled code...
1989-12-10 Chris HansonIn the 680x0 compiled-code interface, added entry point...
1989-12-08 Chris HansonAdd new primitive `file-attributes-indirect' that uses...
1989-12-08 Chris HansonAdd new primitive `file-attributes-indirect' that uses...
1989-12-07 Chris HansonCause floating-overflow traps to signal at all times...
1989-12-07 Chris HansonMake sure that time reports appear in decimal notation.
1989-12-07 Chris HansonAdjust parser for hardware trap frames to account for...
1989-12-07 Chris HansonIf a microcode error is missing a handler, report the...
1989-12-07 Chris HansonIf a microcode error is missing a handler, report the...
1989-12-07 Chris HansonFix masking bug in `compiled_entry_type'.
1989-12-06 Guillermo J... Modify comments to match the compiler and cmpaux-hppa.h
1989-12-06 Guillermo J... Add store_closure_code hook to save code space.
1989-12-06 Guillermo J... Fix bug in code that detects whether the manifest closu...
1989-12-05 Chris HansonDon't consider `cons-closure' to be a trivial RTL expre...
1989-12-05 Chris HansonTypo.
1989-12-05 Guillermo J... - Conditionalize open coding according to the port.
1989-12-05 Guillermo J... Conditionalize open coding according to the port.
1989-12-05 Guillermo J... Extend fixnum and flonum operations with an overflow...
1989-12-05 Chris HansonForce use of address registers for indirection. If...
1989-12-05 Chris HansonSplit `machine-register-reference' to create new procedure
1989-12-05 Chris HansonWhen compiling a reduction whose caller uses a dynamic...
1989-12-05 Chris HansonChange `move-frame-up' rule to use "mov" rather than...
1989-12-04 Guillermo J... Initial revision
1989-12-04 Guillermo J... New compiled code interface.
1989-12-04 Guillermo J... Add three operand utilities for Vax, RISC, etc.
1989-12-03 Guillermo J... Add scheme_to_interface_ble that falls through to
1989-12-02 Chris HansonDon't undrift a procedure if the only reason for doing...
1989-12-02 Chris HansonForce compilation times to be written out in decimal...
1989-11-30 Guillermo J... Add compiler support for spectrum, and change compiler...
1989-11-30 Guillermo J... New compiled code interface written in C.
1989-11-30 Guillermo J... New compiled code interface written in C.
1989-11-30 Guillermo J... New compiled code interface written in C.
1989-11-30 Guillermo J... Initial revision
1989-11-30 Chris HansonFix bug in `expt': zero raised to an integer power...
1989-11-30 Guillermo J... Clean up machine dependent initialization. The assembl...
1989-11-30 Guillermo J... - Remove temporary compatibility code and old initializ...
1989-11-30 Guillermo J... Clean up machine dependent initialization.
1989-11-30 Guillermo J... Fix bug in Do_Compiled_Entry: OBJECT_NEW_DATUM was...
1989-11-30 Guillermo J... Fix bug in boot.c by which GC_Reserve was set after...
1989-11-28 Guillermo J... Add a comment about a future improvement to eliminate...
1989-11-28 Guillermo J... Document trampolines and interrupt checks.
1989-11-28 Guillermo J... Make EXTRACT_ABSOLUTE_ADDRESS and STORE_ABSOLUTE_ADDRES...
1989-11-28 Guillermo J... Add a IN_CMPINT_C flag so that cmpint2.h can insert...
1989-11-28 Guillermo J... Fix segment and subsegment directives.
1989-11-28 Guillermo J... Add a missing + sign in the computation of REGBLOCK_SIZE.
1989-11-28 Guillermo J... Fix the encoding of the space register on the instructi...
1989-11-28 Chris HansonWhen interconverting ticks and seconds, represent secon...
1989-11-27 Guillermo J... Fix a bug in bignum printing.
1989-11-27 Guillermo J... Conditionalize according to HAS_COMPILER_SUPPORT and...
1989-11-27 Guillermo J... Remove casts from scalars on the left hand side of...
1989-11-27 Guillermo J... Remove casts from scalars on the left hand side of...
1989-11-27 Guillermo J... Fix the comment specifying where further documentation...
1989-11-27 Guillermo J... Change all variables assigned by EXTRACT_EXECUTE_CACHE_...
1989-11-27 Guillermo J... Fix typo.
1989-11-27 Guillermo J... Fix the LDIL assembly and disassembly. The bits are...
1989-11-27 Guillermo J... Add save/restore code for registers 15-18, also callee...
1989-11-27 Guillermo J... Finish translating to Spectrum instruction set.
1989-11-27 Guillermo J... Make R3 hold trampoline_to_interface rather than scheme...
1989-11-27 Guillermo J... Initial revision
1989-11-27 Guillermo J... Clean up the mess with machine_word.
1989-11-26 Guillermo J... Clean up the mess with machine_word.
1989-11-26 Guillermo J... Fix comment in header.
1989-11-23 Guillermo J... Update to match the newer cmpint-md.h
1989-11-23 Guillermo J... Initial revision
1989-11-23 Guillermo J... Change the comment at the beginning to make it a little...
1989-11-22 Guillermo J... Fix a bug backing out of apply. The procedure and...
next