mit-scheme.git
1987-05-07 Chris HansonChange dependencies to account for reorganization of...
1987-05-07 Chris HansonDelete `continuation-delta'. Add `continuation-frame...
1987-05-07 Chris HansonImplement CFG combinators that are generic in the latte...
1987-05-06 Chris HansonIf a lambda expression was traced twice, it was being...
1987-05-04 Chris HansonImplement special handling for variables of the form
1987-05-04 Chris HansonImplement special handling for variables of the form
1987-05-03 Chris HansonSplit off expression stuff.
1987-05-03 Chris HansonInitial revision
1987-04-30 Chris HansonIn `Keyboard_Input_Procedure', the test for interrupts...
1987-04-29 Chris HansonSplit off handling of primitive combinations to another...
1987-04-29 Chris HansonChange profile recording hook to use 32 bit C long...
1987-04-29 Chris HansonChange profile recording hook to use 32 bit C long...
1987-04-29 Chris HansonDefine hook for recording primitive profiling information.
1987-04-29 Chris HansonDefine variables to contain maximum primitive numbers.
1987-04-29 Chris HansonCause generated fixed objects vector to have some extra...
1987-04-29 Chris HansonAdd hook for primitive procedure profiling.
1987-04-29 Chris HansonAdd PRIMITIVE-PROFILING-TABLE slot to fixed objects...
1987-04-28 Chris HansonAdd slot for table to contain profiling information...
1987-04-28 Chris HansonInitialize `ENABLE_PRIMITIVE_PROFILING' flag when debug...
1987-04-27 Chris HansonFix bug in copying of declarations, where variable...
1987-04-27 Chris HansonTurn on integration dependencies that were commented...
1987-04-27 Chris HansonAdd integration dependency between the bobcat machine...
1987-04-27 Chris HansonDo not use the "load" package any longer. Defaultly...
1987-04-27 Chris HansonFlush junk to put compiled code in constant space rathe...
1987-04-27 Chris HansonChange `apply-stack' prefix to subtract 1 from the...
1987-04-27 Chris Hanson`make-non-pointer-literal' was not being careful to...
1987-04-25 Chris HansonInstall new primitives for vectors and bit strings.
1987-04-25 Chris HansonInstall new primitives.
1987-04-25 Chris HansonInitial revision
1987-04-25 Chris HansonInstall new built-in primitives for microcode 9.46.
1987-04-25 Chris HansonAdd new primitives for microcode 9.46.
1987-04-25 Guillermo J... Fix IO redirection bug.
1987-04-24 Chris HansonChange rules database so that it is sorted by statement...
1987-04-24 Chris HansonChange state implementation so that register quantities...
1987-04-24 Chris HansonChange stack parser, unparser, and pretty-printer to...
1987-04-22 Chris HansonRewrite `hash-table-copy' so that it is O(n) instead...
1987-04-22 Chris HansonForgot to add "rtlcon" and "rtlexp" to the integration...
1987-04-21 Chris HansonChange structure of closing block to aid compilation.
1987-04-21 Chris HansonSplit `front-end/rtl' into two files to aid compilation.
1987-04-21 Chris HansonInitial revision
1987-04-21 Chris HansonA variety of small changes related to the GC out of...
1987-04-21 Chris HansonAllow constant combinations to have any temporary as...
1987-04-21 Chris HansonChange string_to_symbol to compute the correct argument to
1987-04-21 Chris HansonChange some error messages to go out to stderr.
1987-04-21 Chris HansonCause all GCs to return through the return code RC_NORM...
1987-04-21 Chris HansonInitialize `GC_Space_Needed' to a reasonable value.
1987-04-21 Chris HansonCause all GCs to return through the return code RC_NORM...
1987-04-21 Chris HansonDefine new per-combination flag which indicates whether...
1987-04-21 Chris HansonSolution to constant folding problem is overly conserva...
1987-04-20 Guillermo J... Update the version: release.
1987-04-20 Guillermo J... Update the version: release.
1987-04-18 Chris HansonWhen building a closure frame, do not attempt to lookup...
1987-04-18 Chris HansonChange the analysis performed to determine whether...
1987-04-18 Chris HansonIf a combination's value is constant, do not replace...
1987-04-18 Chris Hanson`goto-command', when selecting a subproblem with no...
1987-04-17 Guillermo J... Accommodate VMS (bug in VMS 4 scanf).
1987-04-17 Chris Hanson*** empty log message ***
1987-04-17 Chris HansonAdd new rules for cases which arise when dead-code...
1987-04-17 Chris HansonInitial revision
1987-04-17 Chris HansonSplit into three files to aid in compilation.
1987-04-17 Chris HansonTwo bugs:
1987-04-17 Chris HansonInitial revision
1987-04-17 Chris HansonForgot to add one (for GC header) to vector-ref index...
1987-04-17 Chris HansonExternal primitives are not safe.
1987-04-17 Chris Hanson*** empty log message ***
1987-04-17 Chris HansonPrim_bit_string_zero_p had 2 as its arity rather than...
1987-04-17 Chris HansonEliminate use of `mapcar', clean up some other things...
1987-04-17 Chris HansonLoop which was walking around reductions used `eq?...
1987-04-17 Guillermo J... Patch to accommodate a bug in the 4.2 bsd vax C compiler.
1987-04-16 Guillermo J... Primitive-type returns "safe" types.
1987-04-16 Guillermo J... Eliminate reference to TC_STRING
1987-04-16 Guillermo J... Declare external procedure Make_Prim_Exts.
1987-04-16 Guillermo J... Move Make_Prim_Exts to primutl.c.
1987-04-16 Guillermo J... Make built-in primitive table be generated automatically.
1987-04-16 Guillermo J... Make built in primitive tables be generated automatically.
1987-04-16 Guillermo J... Make built in primitive tables be generated automatically.
1987-04-16 Guillermo J... *** empty log message ***
1987-04-15 Chris HansonChange error messages so that error message truncation...
1987-04-13 Chris HansonAdd `set-current-history!' to list of unsafe primitives.
1987-04-13 Chris HansonDelete `extended-fixnum' type.
1987-04-13 Chris Hanson*** empty log message ***
1987-04-13 Chris HansonUpdate `object-type' to reflect changes in the type...
1987-04-12 Chris HansonForgot to wrap `fetch' around reference to stack pointe...
1987-04-12 Chris HansonThere are two kinds of "stack" procedure, which can...
1987-04-11 Guillermo J... Use a new version of GNU Emacs's unexec, and make it...
1987-04-11 Guillermo J... Use a newer version from GNU Emacs.
1987-04-11 Guillermo J... The encore's cpp doesn't like => in strings.
1987-04-11 Guillermo J... Better conditionalization for dumpworld.
1987-04-11 Guillermo J... *** empty log message ***
1987-04-09 Guillermo J... Various changes to make it run on the hp9000s500.
1987-04-09 Guillermo J... Add sun3 support.
1987-04-08 Guillermo J... Fix casting bug which prevented it from compiling on...
1987-04-07 Guillermo J... The 500's compiler complains if a (bigdigit *) is not...
1987-04-06 Guillermo J... Change in lookup because of vax compiler bug, and fix...
1987-04-06 Guillermo J... Fix potential bug in Big_To_Fix.
1987-04-06 Guillermo J... Macroize ILLEGAL_OBJECT becuase of compiler bug on...
1987-04-03 Guillermo J... Changes to match the rewrite of the variable lookup...
1987-04-03 Guillermo J... Rewrite of the variable lookup code and slight tuning...
1987-04-03 Guillermo J... Rewrite of variable lookup code and some tuning of...
1987-03-21 Chris HansonInitial revision
next