mit-scheme.git
1989-03-14 Chris HansonVarious changes to support Edwin.
1989-03-14 Chris HansonImplement new primitives to support Edwin:
1989-03-14 Chris HansonInitial revision
1989-03-14 Chris HansonFix some random typos.
1989-03-10 Chris HansonAdd rule for
1989-03-07 Chris Hanson*** empty log message ***
1989-03-07 Chris HansonAdd handlers for other errors that can be signalled by
1989-03-07 Chris HansonAdd `weak-memq'. Make compound car/cdr operations...
1989-03-06 Chris HansonExport new operations to global environment.
1989-03-06 Chris HansonAdd new operations `with-cmdl/{in,out}put-port'.
1989-03-06 Chris HansonAdd new operation `object-component-binder'.
1989-03-06 Chris HansonAdd new operation `set-current-output-port!'.
1989-03-06 Chris HansonAdd new operation `set-current-input-port!'.
1989-03-02 Chris Hanson*** empty log message ***
1989-03-01 Gerald Jay... Add \n\ to end of each line in primitive procedure...
1989-02-28 Chris Hanson*** empty log message ***
1989-02-28 Chris HansonAdd "record" package from JAR.
1989-02-28 Chris HansonInitial revision
1989-02-28 Chris HansonAllow stored description of named structure to be eithe...
1989-02-28 Chris Hanson*** empty log message ***
1989-02-28 Chris HansonFencepost error in `zellers-congruence' caused day...
1989-02-28 Chris Hanson`proceed' from an error, with an argument, wasn't skipp...
1989-02-24 Chris Hanson*** empty log message ***
1989-02-24 Chris HansonAdd support for X11 graphics on HP machines.
1989-02-24 Chris HansonInitial revision
1989-02-22 Chris HansonDon't treat data lists like combinations.
1989-02-19 Guillermo J... Fix a problem whereby invalid C was generated when...
1989-02-19 Guillermo J... Fix problem with duplicate definition of PI.
1989-02-19 Guillermo J... Some changes to unix.c to remove most conditionalizatio...
1989-02-17 Guillermo J... Fix a declaration in Mul.
1989-02-15 Guillermo J... Fix some documentation on flags, and add sun4 info.
1989-02-15 Guillermo J... Improve mantissa bit computation so that it takes round...
1989-02-15 Guillermo J... Some enhancements for floating alignment and error...
1989-02-14 Guillermo J... Fix uninitialized variable bug.
1989-02-10 Guillermo J... Fix within-continuation and rewrite invocation-method...
1989-02-10 Guillermo J... Add #@ to read back hashed objects.
1989-02-10 Guillermo J... Add #@ to read back hashed objects.
1989-02-09 Chris HansonPretty-printer needs definition of `unparse-list/prefix...
1989-02-09 Chris Hanson*** empty log message ***
1989-02-09 Chris HansonUnparser now treats QUASIQUOTE, UNQUOTE, and UNQUOTE...
1989-02-08 Chris Hanson`define-structure' macro should return the name of...
1989-01-30 Chris HansonEliminate C compiler warning.
1989-01-21 Chris HansonEliminate unreferenced variable warning.
1989-01-21 Chris Hanson*** empty log message ***
1989-01-21 Chris HansonDefine `combination/inline/simple?'.
1989-01-21 Chris HansonAdd several new rules which are needed because of chang...
1989-01-21 Chris HansonChange the expression-simplification to generate tempor...
1989-01-21 Chris HansonImplement more aggressive compression of the RTL, becau...
1989-01-21 Chris HansonOpen coding of primitives: flesh out the type and range...
1989-01-21 Chris HansonChange simplicity analysis: previously all inline coded...
1989-01-21 Chris HansonChange CSE to record expressions as their values are...
1989-01-18 Chris HansonRemove all dependencies on "rtlbase/rtlcon".
1989-01-18 Chris HansonFix stupid typo in `increment-machine-register'.
1989-01-18 Chris HansonAdd definitions of `address-units-per-object' and
1989-01-18 Chris HansonFix bug in rule for this expression:
1989-01-07 Chris HansonBug in interaction of continuation-entry setup code...
1989-01-07 Chris HansonFix several bugs in the stack-frame->continuation unparser.
1989-01-06 Chris HansonFix bug in Z command. Change G command so that it...
1989-01-06 Chris HansonExtend V and Z commands to allow lookup of symbols...
1989-01-06 Chris HansonRedefine `debug/eval' so that it will lookup symbols...
1989-01-06 Chris HansonChange handling of debugging information to match chang...
1989-01-06 Chris HansonChange debugging output again; add slot to continuation...
1989-01-05 Chris Hanson`stack-address-offset' primitive had sign bug.
1988-12-31 Chris HansonAdjust for changes in continuation parser code.
1988-12-31 Chris HansonFix site loading mechanism; previous try didn't work.
1988-12-31 Chris HansonAdjust frame display to look better on regular console.
1988-12-31 Chris HansonAdd mechanism to allow normalization of directory prefi...
1988-12-31 Chris HansonInitial revision
1988-12-31 Chris HansonAdd mechanism to allow normalization of directory prefi...
1988-12-30 Chris HansonFix some bugs related to compiled code debugging when...
1988-12-30 Chris HansonFix some bugs related to compiled code debugging when...
1988-12-30 Chris HansonFlesh out debugging information. This goes along with...
1988-12-30 Chris HansonFlesh out debugging information. This goes along with...
1988-12-30 Chris HansonInitial revision
1988-12-30 Chris HansonExtensive changes to utilize compiled code debugging...
1988-12-29 Chris HansonChange definition of `compiled-entry-kind' for return...
1988-12-28 Chris HansonAdjust floating point formats for pyramid.
1988-12-23 Chris HansonDon't bother putting out cref information for global...
1988-12-23 Chris HansonAdd `next-continuation-offset' slot, which is either...
1988-12-23 Chris HansonFix definition of `stack-top-address' to make it consis...
1988-12-23 Chris HansonFix definition of `stack-top-address' to make it consis...
1988-12-20 Chris HansonIf combination has a `continuation-push', prevent that...
1988-12-19 Chris Hanson*** empty log message ***
1988-12-19 Chris HansonRewrite the handling of SCode quotation expressions...
1988-12-19 Chris HansonRewrite the handling of SCode quotation expressions...
1988-12-19 Chris HansonTweak popping-limits computation once again: the extern...
1988-12-19 Chris HansonRepackage constant folding code.
1988-12-19 Chris HansonDo not require `object-immutable?' of arguments to...
1988-12-19 Chris HansonAdd references such as `car' and `vector-length' to...
1988-12-16 Chris HansonDelete reference to `block-frame', which has been made...
1988-12-16 Chris HansonAdd hooks for debugging info.
1988-12-16 Chris HansonNo longer need to use `set-type-object-description!'.
1988-12-16 Chris HansonNo longer need to use `set-type-object-description!'.
1988-12-15 Chris Hanson*** empty log message ***
1988-12-15 Chris HansonFix bug in `instruction-dead?': an assignment whose...
1988-12-15 Chris HansonIntroduce new algorithm to delete unreachable nodes...
1988-12-15 Chris HansonChange (commented-out) code that used to use lvalue...
1988-12-15 Chris HansonImprove popping limits computation -- new algorithm...
1988-12-15 Chris HansonAdd generation and alist slots to lvalue objects, simil...
1988-12-15 Chris HansonChange procedure unparser to show the label in a more...
next