mit-scheme.git
1988-07-15 Chris HansonChange `delayed' type name to be `promise'; make `delay...
1988-07-15 Chris HansonIndent `delay' specially.
1988-07-15 Chris HansonPurify option files as they are loaded.
1988-07-15 Chris HansonAdd new file "SgX.c". Upgrade Starbase graphics to...
1988-07-15 Chris HansonInitial revision
1988-07-15 Chris HansonAdd starbase graphics primitives as option package.
1988-07-14 Chris HansonChange the names of the `standard-repl-{environment...
1988-07-13 Hal AbelsonChange paranoid error hook so that it aborts the error...
1988-07-13 Chris HansonChange `parser-table/set-entry!' to default its "collec...
1988-07-11 Chris HansonFix defaulting of `interval' argument in `char-ready?'.
1988-07-11 Chris HansonMake the default REPL value procedure write ";Value...
1988-07-10 Panayotis Skordosarray-search-value-tolerance-from
1988-07-09 Panayotis Skordosmodified the c_make_polar macro to return angle=0 for...
1988-07-09 Panayotis Skordos1.array-make-polar returns angle=0 for x,y=0,0
1988-07-09 Chris HansonChange default radix of `string->number' to decimal.
1988-07-08 Chris HansonAdd new primitive to get memory usage statistics.
1988-07-08 Chris HansonAdd new primitive to get memory usage statistics.
1988-07-07 Chris HansonChange default size of constant space.
1988-07-07 Chris HansonChange unparsing of compiled procedures and entries...
1988-07-07 Chris HansonAdd option files and procedure `load-option' to load...
1988-07-07 Chris HansonFix various bugs having to do with naming of low level...
1988-07-07 Chris HansonEliminate "unreferenced bound variable" warnings.
1988-07-07 Chris HansonInitial release for version 14.
1988-07-06 Chris HansonIn `make-cmdl', change the point at which the cmdl...
1988-06-30 Chris HansonChange the handling of the microcode version so that...
1988-06-30 Chris HansonAdd procedures to modify the version and modification...
1988-06-29 Arthur GlecklerPortable multiply function Mul() was broken because...
1988-06-28 Arthur GlecklerProcedure fixnum-constant didn't realize that maximum...
1988-06-22 Chris HansonExport `condition/internal?' (not `condition-type/inter...
1988-06-22 Chris HansonChange the stack parser to ignore frames of type
1988-06-22 Joe MarshallExport compiler-info/symbol-table from info-package.
1988-06-22 Joe MarshallNo changes.
1988-06-21 Chris Hanson*** empty log message ***
1988-06-21 Chris HansonVariety of changes to condition system, to generalize...
1988-06-21 Chris HansonAdd new procedures:
1988-06-21 Chris Hanson`format-error-message' now takes a port as a third...
1988-06-21 Chris HansonChange error reporting mechanism so that condition...
1988-06-21 Chris HansonAdd `stack-frame/return-address' operation. This will...
1988-06-16 Chris HansonChange to use new procedure `add-identification!'.
1988-06-16 Chris HansonAdd procedure `add-identification!' which provides...
1988-06-16 Chris HansonIncrease the number of primitives that are constant...
1988-06-16 Chris HansonMove some items from () to other packages, then export...
1988-06-16 Chris HansonAdd initialization for (runtime compiler-info).
1988-06-16 Chris HansonComment out code for unused keyboard interrupts.
1988-06-16 Chris HansonSeveral bug fixes.
1988-06-16 Chris HansonMove several definitions from here to more appropriate...
1988-06-16 Chris HansonFlush occurrences of `make-named-tag'.
1988-06-16 Chris HansonChange method of recording named structure descriptions...
1988-06-16 Chris HansonFlush occurrences of `make-named-tag'.
1988-06-15 Joe MarshallChanges to reflect changes in infutl
1988-06-15 Joe MarshallRemove loading of base/infutl as it is now in the runti...
1988-06-15 Joe MarshallChange unparsing of compiled procedures to be more...
1988-06-15 Joe MarshallAdded compiler-info package.
1988-06-15 Joe MarshallInitial revision
1988-06-15 Joe MarshallAdd procedures DISCRIMINATE-COMPILED-ENTRY and
1988-06-14 Chris HansonDo not unsyntax a `make-environment' special form unles...
1988-06-14 Chris HansonAlways load compiled if possible. Adjust version to...
1988-06-14 Chris HansonAdjust formatting of package filenames.
1988-06-14 Chris HansonMerge in vector range checking.
1988-06-14 Chris HansonMerge in vector range checking.
1988-06-14 Chris HansonInitial revision
1988-06-14 Chris HansonFirst checkin for runtime system version 14.
1988-06-14 Chris HansonFirst checkin for runtime system version 14.
1988-06-14 Chris HansonFirst checkin for runtime version 14.
1988-06-13 Chris Hanson*** empty log message ***
1988-06-13 Chris Hanson*** empty log message ***
1988-06-13 Chris HansonInitial revision
1988-06-13 Chris HansonFirst checkin for runtime system version 14.
1988-06-13 Chris HansonFirst checkin for version 14.
1988-06-13 Chris HansonFirst checkin for version 14.
1988-06-13 Chris Hanson*** empty log message ***
1988-06-10 Chris HansonFix nasty bug in tty interrupt code. The symptom of...
1988-06-08 Joe MarshallFix to bitstr.c
1988-06-08 Joe MarshallAttempt to fix one path through copy bits. I think...
1988-06-07 Chris HansonAdd new escape sequence which tells Emacs to change...
1988-06-05 Henry M. WuAdded complex number arithmetic (no trancendentals).
1988-06-04 Henry M. WuAdded complex number abstraction.
1988-06-03 Chris Hanson(cse/assign) Notice pops from stack and adjust stack...
1988-06-03 Chris HansonVariety of bug fixes. Also revert this file so that...
1988-06-03 Chris Hanson(hash-table-insert!) If `hash' is false, do not link...
1988-06-03 Chris Hanson(invalidate-memory-destination!) Optimize this -- if...
1988-06-03 Chris Hanson(assignment-memory-insertion) Do not perform CSE on...
1988-06-03 Chris Hanson(add-pseudo-register-alias) Delete the alias from the...
1988-06-03 Chris HansonChange `compiler:write-rtl-file' to do defaulting of...
1988-05-28 Chris HansonAdd new rule.
1988-05-20 Chris Hanson*** empty log message ***
1988-05-19 Mark FriedmanOops. Small bug with fixnum additions and subtractions...
1988-05-19 Mark Friedmanopen coded vector-ref and vector-set! for non-constant
1988-05-19 Mark FriedmanAdded expression cost for FIXNUM->OBJECT.
1988-05-19 Mark FriedmanFixed code for fixnum operations involving constants.
1988-05-19 Mark FriedmanAdded support for FIXNUM->OBJECT rtl type.
1988-05-19 Mark FriedmanAdded an explicit FIXNUM->OBJECT rtl type for eventual
1988-05-19 Mark FriedmanOpen coded vector-ref and vector-set! with non-constant...
1988-05-19 Guillermo J... Fix bug in INTERPRETER-REGISTER. It now checks whether...
1988-05-17 Henry M. WuCharacter Stuff.
1988-05-14 Guillermo J... Disassembler changes:
1988-05-13 Chris HansonAdd aliases for `object-new-type' and `primitive-object...
1988-05-12 Chris HansonConditionalize phase error test so that it is ignored if
1988-05-11 Chris HansonBugs: `object-gc-type' was using `MAKE_UNSIGNED_FIXNUM...
1988-05-11 Guillermo J... Initial revision
next