mit-scheme.git
1989-09-25 Chris HansonAdd new primitive `flonum-denormalize'.
1989-09-25 Chris HansonFix bug in `grow_data_buffer': forgot to update the...
1989-09-25 Chris HansonAdd new primitive `flonum-denormalize'.
1989-09-24 Chris HansonFix definition of `flonum_normalize'.
1989-09-24 Chris HansonExport `microcode-id/floating-epsilon'.
1989-09-24 Chris HansonEliminate hand-coded flonum parameters in favor of...
1989-09-24 Chris HansonEliminate hand-coded flonum parameters in favor of...
1989-09-24 Chris Hansonfixed-objects-vector now contains flonum-epsilon instead of
1989-09-24 Chris Hansonfixed-objects-vector now contains flonum-epsilon instead of
1989-09-24 Chris HansonMicrocode's fixed-objects-vector now contains flonum...
1989-09-24 Chris HansonAdd primitives to normalize flonums, and to produce...
1989-09-24 Chris Hanson*** empty log message ***
1989-09-24 Chris HansonDon't set `*info-output-filename*' or `*rtl-output...
1989-09-24 Chris HansonChange criterion used to decide whether or not to close...
1989-09-24 Chris HansonChange code back to clobber the procedure-block's paren...
1989-09-22 Chris HansonFix a few random bugs.
1989-09-22 Chris HansonAdd new switch `HAS_MODF', and conditionalize "missing...
1989-09-22 Chris HansonAdd new switch `HAS_MODF', and conditionalize "missing...
1989-09-21 Chris HansonWork around bug in portable representation of flonums...
1989-09-21 Chris HansonFix typo which caused segmentation violation on disk...
1989-09-21 Chris Hanson*** empty log message ***
1989-09-21 Chris HansonUpgrade to handle split compiled-code files. Improve...
1989-09-20 Chris Hanson*** empty log message ***
1989-09-20 Chris HansonInitial revision
1989-09-20 Chris HansonMassive rewrite of microcode. All new object macros...
1989-09-20 Guillermo J... Fix another bug in first class environment code when...
1989-09-20 Chris HansonMicrocode version 11 requires this runtime version.
1989-09-20 Chris HansonChange algorithm used to compute prime numbers to make...
1989-09-20 Chris HansonEliminate dependency on return value of modifier.
1989-09-19 Chris HansonAdd Harris HCX type.
1989-09-19 Chris HansonInitial revision
1989-09-15 Guillermo J... Fix bug in 1d-table/alist, and add 1d-table/for-each.
1989-09-15 Guillermo J... Fix bug in 1d-table/alist, and add 1d-table/for-each.
1989-09-15 Guillermo J... Patch remaining bug in interaction between compile...
1989-09-13 Guillermo J... Fix bugs in fggen/{canon,fggen}.scm introduced when
1989-09-05 Arthur GlecklerCreate switch COMPILER:OPEN-CODE-FLOATING-POINT-ARITHME...
1989-08-29 Chris HansonFix bug in last change.
1989-08-29 Chris HansonSetup error-handling when re-evaluating arguments ...
1989-08-28 Chris Hanson* Add Jinx's changes to support 6 bit type codes.
1989-08-28 Chris Hanson* Add Jinx's changes to support 6 bit type codes. ...
1989-08-22 Chris Hanson*** empty log message ***
1989-08-21 Chris HansonChange the compiler so that each top-level procedure...
1989-08-18 Chris HansonChange the cold-load to do purification differently...
1989-08-18 Chris HansonAbstract out the operation that decides how to purify...
1989-08-18 Chris Hanson(fasload/update-debugging-info): Change this so that...
1989-08-17 Chris HansonMake `load-debugging-info-on-demand?' affect only
1989-08-17 Chris HansonFix classic bug: incorrect interaction between stream...
1989-08-17 Chris Hanson(sf-conditionally): Don't echo "up to date" message...
1989-08-17 Chris Hanson(sf-conditionally): Don't echo "up to date" message...
1989-08-17 Chris Hanson* Compiler now knows how to emit a different form of
1989-08-17 Chris HansonChange "FASDumping" message to "Dumping", to match...
1989-08-17 Chris HansonMust replicate export from `(package)' here.
1989-08-17 Chris HansonRecode procedures that use `caar', `cadr', etc. to...
1989-08-16 Chris HansonOptionally allow comments to appear with bogus syntax.
1989-08-16 Chris HansonFor #@<n> -- if the object referred to is SCode, quote...
1989-08-15 Chris HansonFix stupid typo.
1989-08-15 Chris Hanson* Implement `entity' data abstraction to manipulate...
1989-08-15 Chris HansonCanonicalization of expressions causes certain expressi...
1989-08-15 Chris HansonSpecial case: don't bother generating a new environment...
1989-08-15 Chris HansonBug report from Jinx: `prealloc' may change the file...
1989-08-14 Chris Hanson*** empty log message ***
1989-08-14 Chris HansonMove some of the window-control variables to the files...
1989-08-14 Chris HansonSuppress redisplay of minibuffer messages during keyboa...
1989-08-14 Chris HansonExport variable `completion-auto-help' to (edwin) package.
1989-08-14 Chris HansonSort list of key bindings before printing it.
1989-08-14 Chris Hanson* Rewrite core group operations, image operations,...
1989-08-14 Chris HansonChange file-loading prompts to use trailing dots.
1989-08-13 Chris HansonWhen subtracting register A from register B, where...
1989-08-12 Chris HansonInitial revision
1989-08-12 Chris Hanson* Change internal names of various user procedures...
1989-08-12 Chris Hanson* Change `environment-link-name' to call `->environment...
1989-08-12 Chris Hanson* Change `environment-link-name' to call `->environment...
1989-08-12 Chris Hansonenvironment-link-name is no longer a primitive.
1989-08-11 Chris HansonCause `edwin-initialization' to be executed inside...
1989-08-11 Chris Hanson* Arrange for local bindings of current buffer to be...
1989-08-11 Chris HansonUndo recent change which tried to replicate Emacs'...
1989-08-11 Chris HansonUse new procedure `integer-round' when computing the...
1989-08-11 Chris HansonFormatting.
1989-08-11 Chris HansonFormatting.
1989-08-11 Chris HansonFormatting.
1989-08-11 Chris HansonImplement `(flush-purification-queue!)', which tries...
1989-08-11 Chris Hanson*** empty log message ***
1989-08-11 Chris Hanson(disassembler/write-compiled-code-block): don't require...
1989-08-10 Chris HansonFix bug in previous changes.
1989-08-10 Chris HansonFix longstanding bug in compilation of predicates....
1989-08-10 Chris HansonChange unparsers so that type names are printed in...
1989-08-10 Chris HansonChange unparsers so that type names are printed in...
1989-08-10 Chris HansonAdd new operations to do integer division followed...
1989-08-10 Chris Hanson(inferior-containing-coordinates): the maximum addressa...
1989-08-10 Chris HansonChange unparser methods for buffers, commands, variable...
1989-08-09 Chris HansonFix typo in previous change.
1989-08-09 Chris HansonFix typo in previous change.
1989-08-09 Chris HansonInitial revision
1989-08-09 Chris Hanson* Major overhaul of evaluation commands. Now the trans...
1989-08-09 Chris HansonFix editing error from last changes.
1989-08-09 Chris HansonImplement new flag `*unparse-with-maximum-readability...
1989-08-09 Chris Hanson*** empty log message ***
1989-08-09 Panayotis Skordos*** empty log message ***
1989-08-08 Chris HansonInitial revision
1989-08-08 Chris HansonFix some inconsistencies in the constructor option...
next