mit-scheme.git
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
1987-03-20 Chris HansonChange semantics of procedure's name so that it is...
1987-03-20 Chris HansonLoad `macros' into the correct package.
1987-03-20 Chris HansonAdd some more scode operations.
1987-03-20 Chris HansonGenerate internal definitions differently. Now the...
1987-03-20 Chris HansonAdd a rule which implements consing of unassigned objects.
1987-03-20 Chris HansonFor interpreter calls, all pseudo registers are assumed...
1987-03-20 Chris HansonAdd `expression-not-object?', which is true of any...
1987-03-19 Chris HansonDefinitions are side-effects to the variable also.
1987-03-19 Chris HansonKeep track of the number of side-effects to a variable...
1987-03-19 Chris HansonDo something reasonable if the externs file does not...
1987-03-19 Chris HansonThe `integrate-primitive-procedures' declaration was...
1987-03-19 Chris HansonReorganize code for new directory structure. Break...
1987-03-19 Chris HansonInitial revision
1987-03-19 Chris HansonReorganize code for new directory structure. Break...
1987-03-18 Chris HansonThe info stored in operations is 2-valued and must...
1987-03-18 Guillermo J... Making suspend-world reset! the primitive io system...
1987-03-18 Guillermo J... Adding reset! to primitive io for the benefit of disk...
1987-03-17 Chris HansonChange runtime system so that a lambda's name is not...
1987-03-13 Chris HansonExterns files now are dumped in an internal form rather...
1987-03-12 Guillermo J... Add RELOAD-BAND-NAME.
1987-03-12 Guillermo J... Remove compatibility with older versions of fasl files.
1987-03-12 Guillermo J... Rename read-char-ready? to char-ready? as required...
1987-03-12 Guillermo J... Add init file.
1987-03-12 Guillermo J... Initial revision
1987-03-12 Guillermo J... Split pathnm.scm into OS independent and OS dependent...
1987-03-11 Guillermo J... OS_tty_tyi now returns ints.
1987-03-11 Guillermo J... Eliminate some fossil primitives from io.c
1987-03-11 Guillermo J... Update unknown.c, flush fossil io.c and minor OS changes.
1987-03-10 Chris HansonAdd integrate-external declaration.
1987-03-10 Guillermo J... Changes to unix.c and vms.c
1987-03-10 Chris HansonEliminate references to "beta".
1987-03-10 Chris Hanson*** empty log message ***
1987-03-09 Guillermo J... Make the microcode work on the Vax.
1987-03-09 Chris HansonOops... losing typo.
1987-03-09 Chris HansonChange to use named slots for microcode-identification...
1987-03-09 Chris HansonAdd new microcode table: Identification_Vector.
1987-03-09 Chris HansonAdd new entries to ID vector: OS name and OS variant.
1987-03-07 Chris HansonWhen doing (read-char) from the terminal, check for...
1987-03-07 Chris HansonFix read-char-ready? for hpux.
1987-02-27 Chris HansonChange error signalling of declaration processing proce...
1987-02-20 Chris HansonChange SCode variable objects to unparse their name...
1987-02-15 Guillermo J... Add a -utabmd command line option to Scheme.
1987-02-15 Chris HansonChange name of `compilable-primitive-functions' and
1987-02-15 Chris HansonUpgrade to match new compiler.
1987-02-15 Chris HansonVarious typos.
1987-02-13 Chris HansonUpgrade spectrum back end to reflect changes in compile...
1987-02-12 Chris Hanson*** empty log message ***
1987-02-12 Chris HansonUse `modulo' rather than `remainder' to compute index...
1987-02-12 Guillermo J... Entry for bchscheme (scheme with garbage collector...
next