mit-scheme.git
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...
1989-11-21 Guillermo J... Remove the patch in comentry_lexpr_apply used to tempor...
1989-11-21 Guillermo J... Fix a bug in comutil_operator_lexpr_trap.
1989-11-21 Guillermo J... Fix a bug in local lexprs. The dynamic link register...
1989-11-21 Chris HansonIf `fasload' fails to load debugging information for...
1989-11-20 Guillermo J... Simple changes:
1989-11-20 Guillermo J... Fix a small bug in compiler_interrupt_common: state...
1989-11-15 Chris HansonRules that perform index->fixnum conversions must use...
1989-11-15 Chris HansonAdd several missing `int:' prefixes to `ratnum->flonum...
1989-11-15 Chris HansonDefine `int:>' as an integrable constant.
1989-11-15 Chris HansonRules that perform index->fixnum conversions must use...
1989-11-11 Guillermo J... Add a heuristic check to fasload so that it won't get...
1989-11-10 Mark FriedmanFixed os/trim-pathname-string() to have "end" point...
1989-11-09 Guillermo J... Fix bug in *, t he call to reduce was incorrect.
1989-11-09 Chris HansonInitial revision
1989-11-09 Gerald Jay... Add optional arithmetic-interface code.
1989-11-07 Guillermo J... Fix a bug in compiled_entry_type by which lexprs were...
1989-11-06 Guillermo J... Second batch of fixes to get scheme up:
1989-11-06 Guillermo J... Second batch of fixes to get scheme up:
1989-11-06 Guillermo J... Fix bug in force_definition to return error code when...
1989-11-06 Guillermo J... First batch of changes to run scheme:
1989-11-06 Guillermo J... First batch of changes to run scheme:
1989-11-06 Guillermo J... First batch of changes to run scheme:
1989-11-06 Guillermo J... First batch of changes to run scheme:
1989-11-02 Chris Hanson* Change variable-indirection pass to occur after closu...
1989-11-02 Guillermo J... Fix bug in bchmmg.c by which weak pairs whose cars...
1989-11-02 Guillermo J... Add an extra line to remove junk.c before generating...
1989-11-01 Guillermo J... Add the instruction typedef (moved here from cmpint.c).
1989-11-01 Guillermo J... Remove the instruction typedef (in cmpint2.h now).
1989-11-01 Guillermo J... Insert cmpgc-stub.h after conditionalizing according to
1989-11-01 Guillermo J... Initial revision
1989-10-31 Guillermo J... Fix bug in vector-cons by which it was not checking...
1989-10-31 Chris HansonReimplement flonum->ratnum conversion to guarantee...
1989-10-31 Chris HansonReimplement ratnum->flonum conversion to guarantee...
1989-10-31 Chris HansonReimplement ratnum->flonum conversion to guarantee...
1989-10-30 Chris HansonForce the output to have a decimal point even when...
1989-10-28 Guillermo J... Various changes to the garbage collector and other...
1989-10-28 Guillermo J... Change COMPILED_CLOSURE_ENTRY_SIZE to be in machine_wor...
1989-10-28 Guillermo J... Change MANIFEST_CLOSURE_COUNT, FIRST_MANIFEST_CLOSURE_E...
1989-10-28 Chris HansonFix some random bugs in frexp that should have been...
1989-10-28 Chris HansonMust discard CSE information at any kind of unknown...
1989-10-28 Chris HansonFix bug which caused "1e100" to be rejected as number...
1989-10-28 Chris HansonFix `real:expt' so that it correctly handles negative...
1989-10-28 Chris HansonRemove restriction from first argument of primitive...
1989-10-27 Chris HansonFix typo in `real:min'.
1989-10-27 Guillermo J... Change the way that closure and execute cache entry...
1989-10-27 Guillermo J... Initial revision
1989-10-27 Guillermo J... Update to match latest version of cmp68020, ie. make...
1989-10-27 Chris HansonDon't perform variable-indirection optimization on...
1989-10-27 Chris HansonDon't perform variable-indirection optimization on...
1989-10-27 Chris HansonIn `number->string', handle a radix argument of '(heur).
1989-10-27 Chris HansonIn `number->string', handle a radix argument of '(heur).
1989-10-27 Chris HansonDon't call `compiled-procedure/name' on a compiled...
1989-10-27 Chris HansonFix bug finding parent of stack-environment when there...
1989-10-27 Chris Hanson*** empty log message ***
1989-10-27 Chris HansonForgot to export `denominator'.
1989-10-27 Chris HansonWhen parsing a badly-formed number with a #i prefix...
1989-10-27 Chris HansonInitial revision
1989-10-26 Chris Hanson* Change generic arithmetic primitives to be trampoline...
1989-10-26 Chris Hanson* Rewrite the flonum lap-generation rules to perform...
1989-10-26 Chris HansonInitial revision
1989-10-26 Chris Hanson* All-new arithmetic and number I/O conforms with R4RS.
1989-10-26 Chris HansonInitial revision
1989-10-26 Chris HansonA variety of changes to complement the installation...
1989-10-26 Guillermo J... Minor reorganization.
1989-10-26 Guillermo J... Write the initialization code.
1989-10-24 Guillermo J... More cleaning of the trampoline code so that the assemb...
1989-10-23 Guillermo J... Some cleanup of the trampoline code.
1989-10-23 Guillermo J... Update to use new microcode types and macros.
1989-10-23 Guillermo J... Add missing SCHEME_UTILITYs.
1989-10-23 Guillermo J... Change the way that SCHEME_UTILITYs are invoked, and...
1989-10-20 Guillermo J... Add proc_type for the IBM RT.
1989-10-20 Guillermo J... Initial revision
1989-10-20 Guillermo J... Remove static keyword from the declaration of memory_ba...
1989-10-14 Guillermo J... Fix syntax/cond so that:
1989-10-11 Guillermo J... Fix a bug in the error exits for &> .
1989-10-11 Guillermo J... Add a global call/cc .
1989-10-10 Chris Hanson`stack-frame/ref' needs to be able to address elements...
1989-10-10 Chris Hanson`environment-parent' wasn't skipping over intermediate...
1989-10-04 Chris HansonAdd new integer and flonum primitives. Delete arithmet...
1989-10-03 Chris Hanson*** empty log message ***
1989-10-03 Chris HansonFix bug which prevented correct recognition of debuggin...
1989-10-03 Chris HansonAdd handling for dbg-variables with type `indirect'.
next