mit-scheme.git
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
1988-05-11 Guillermo J... Add a REDUCE-OPERATOR declaration so that users can...
1988-05-10 Henry M. WuAdded knowledge of byte/char operations
1988-05-10 Chris HansonChange type check on first argument to `dump-band'...
1988-05-10 Chris HansonChange type check on first argument to `dump-band'...
1988-05-10 Chris HansonChange definitions of SMALLEST_FIXNUM and BIGGEST_FIXNU...
1988-05-10 Chris HansonMove `get-fluid-bindings' and `set-fluid-bindings!...
1988-05-10 Henry M. WuCHAR/STRING open-coding, bug fix
1988-05-10 Henry M. WuCHAR/STRING open-coding, bug fix
1988-05-09 Henry M. WuCHAR/STRING open-coding
1988-05-09 Henry M. WuAdded string/char open-coding.
1988-05-06 Chris HansonDefault `load-noisily?' to false. People seem to prefe...
1988-05-06 Chris HansonUpdate `primitive-purify' to new interface. Forgot...
1988-05-05 Chris HansonEliminate random escape from string. Rename variable...
1988-05-05 Chris HansonIllegal to take address of a variable that has been...
1988-05-05 Chris HansonChange interface of `primitive-purify' to take an extra...
1988-05-04 Guillermo J... 1) Change -compiler to default parameters, so that...
1988-05-04 Guillermo J... 1) Change -compiler to default parameters, so that...
1988-05-04 Guillermo J... Increment COMPILER_CONSTANT_SIZE and COMPILER_HEAP_SIZE.
1988-05-03 Guillermo J... Initial revision
1988-05-03 Guillermo J... Implement environment-link-name.
1988-05-03 Guillermo J... Fix paranoia bug in list.scm (map, map*, and for-each...
1988-05-03 Guillermo J... Fix paranoia bug in list.scm (map, map*, and for-each...
1988-05-03 Guillermo J... Restore bad-assignment error for environment-link-name.
1988-05-03 Henry M. WuAdded information on FIXNUM size.
1988-05-03 Henry M. WuFixed bug with FIXNUM-CONSTANT not sign-extending.
1988-05-03 Henry M. WuAdded information on FIXNUM size.
1988-05-02 Henry M. WuAdded information on FIXNUM size.
1988-04-29 Mark FriedmanOOPS. Last version had a missinbg paren.
1988-04-29 Mark FriedmanAdded support for open coding of fixnum arithmetic...
1988-04-28 Chris HansonAlways use a pipe to communicate with Scheme even if...
1988-04-27 Henry M. WuRemoved default mapping between ascii and mit-ascii.
1988-04-27 Henry M. WuFixed position of meta bit, added ASCII names.
1988-04-27 Guillermo J... deep_lookup was being called with an extraneous fourth...
1988-04-27 Guillermo J... Fix a bug in local lexprs.
1988-04-27 Guillermo J... Fix a bug in local lexprs.
1988-04-27 Guillermo J... Remove RC_REPEAT_DISPATCH.
1988-04-26 Chris HansonChange `load' to interact better with Emacs interface...
1988-04-26 Mark FriedmanAdded a new test in optimize-rtl called rtl:optimizable?
1988-04-26 Mark FriedmanAdded cse methods for FIXNUM-PRED-2-ARGS and FIXNUM...
1988-04-26 Mark FriedmanAdded fixnums to non-object-invalidate. Someday we...
1988-04-26 Mark FriedmanSupport added for the generation of rtl for open coded...
next