mit-scheme.git
1996-07-31 Stephen AdamsFix thinko: only conditions are errors!
1996-07-31 Stephen AdamsWrapped call-backs in error trapping code.
1996-07-31 Stephen AdamsAdded tags target.
1996-07-30 Stephen AdamsRouge ')'.
1996-07-30 Stephen AdamsFixed spelling of some procedure names.
1996-07-30 Stephen AdamsInitial revision
1996-07-30 Stephen AdamsTyperew uses checking operations (e.g. CAR with type...
1996-07-30 Stephen AdamsInitial revision
1996-07-30 Stephen AdamsFixed a bug where stackopt was getting confused if the
1996-07-30 Stephen AdamsFixed arity and formatting problems.
1996-07-30 Stephen AdamsAdded %COMPILED-CODE-SUPPORT:SIGNAL-ERROR-IN-PRIMITIVE.
1996-07-30 Stephen AdamsAdded COMPILED-CODE-SUPPORT:NONRESTARTABLE-CONTINUATION.
1996-07-27 Stephen AdamsChanged coercion code to use the global procedure
1996-07-27 Stephen AdamsRe-instated the iterative version of MAP.
1996-07-27 Stephen AdamsAdded a flag to TYPE:USER-DESCRIPTION.
1996-07-27 Stephen Adams*** empty log message ***
1996-07-27 Stephen AdamsAdded info for %RECORD.
1996-07-27 Stephen AdamsTweaked integration.
1996-07-26 Stephen AdamsAvoid interrupt checks due solely to tailing into an...
1996-07-26 Stephen AdamsFixed logic bug with +0 and +1 arity encodings.
1996-07-26 Stephen Adamsmake random-state-tag define-integrable.
1996-07-26 Stephen AdamsReorganized and extended code.
1996-07-26 Stephen AdamsFixed load sequence bug.
1996-07-26 Stephen AdamsInitial cut at writing COERCE-TO-COMPILED-PROCEDURE...
1996-07-26 Stephen AdamsInitial revision
1996-07-26 Stephen AdamsTweaked format of time reports so that the non-gc proce...
1996-07-26 Stephen AdamsFixed bug: LEXPR primitive were being mistaken as havin...
1996-07-26 Stephen AdamsAdded new stack frame type for preservation frames...
1996-07-24 Stephen AdamsFixed missing argument bug.
1996-07-24 Stephen AdamsFixed typo.
1996-07-24 Stephen AdamsFixed a bug with constant folding binary operators...
1996-07-24 Stephen AdamsMade extra arguments in some calls (e.g. %internal...
1996-07-24 Stephen AdamsAdded code so that %RECORD-REF/SET! at known index...
1996-07-24 Stephen AdamsImproved hashing of flonums.
1996-07-24 Stephen AdamsMade CSE of predicate arguments only occur for REGISTER...
1996-07-24 Stephen Adams . Fixed bug that was preventing CSE of flonums.
1996-07-24 Stephen Adams . Improved predicates FITS-IN-nn-BITS?.
1996-07-24 Stephen AdamsTweaked with constant costs.
1996-07-24 Stephen AdamsExtended hashing to include reals rather than just...
1996-07-23 Stephen AdamsRemoved rules containing CHAR->ASCII because the rtlgen...
1996-07-23 Stephen Adamsrevert one line.
1996-07-23 Stephen AdamsRemoved lots (500 lines) of tagged-fixnum code. If...
1996-07-23 Stephen AdamsChanged FORM->SOURCE-IRRITANT to give a more useful...
1996-07-23 Stephen AdamsRemoved old (mostly unused) method of reporting type...
1996-07-23 Stephen AdamsAdded type:user-description, which gives an english...
1996-07-23 Stephen AdamsFixed typo.
1996-07-23 Stephen AdamsRemoved debugging print code, reformated 2 small proced...
1996-07-23 Stephen AdamsAdded switch compiler:type-error-warnings?, default...
1996-07-23 Stephen AdamsAdded SORT[!], FOR-EACH and MAP, and some generic arith...
1996-07-23 Stephen AdamsFixed to keep runtime and runtime-check debugging info...
1996-07-23 Stephen AdamsDisable optimizations with INTEGER-<relation> because...
1996-07-23 Stephen AdamsFix typos.
1996-07-22 Stephen AdamsFixed bug in typerew/remember* (it was sometimes return...
1996-07-22 Stephen AdamsAdded EXACT->INEXACT, INEXACT->EXACT, MAKE-STRING,...
1996-07-22 Stephen AdamsRemoved suggestion mechanism for rewrites. It was...
1996-07-22 Stephen AdamsDeleted unused let-binding.
1996-07-22 Stephen Adams. Changes to permit use of procedures with variable...
1996-07-22 Stephen AdamsAdded LENGTH, and vector and string constructors.
1996-07-22 Stephen AdamsImproved the ascii byte store code (elide object->datum...
1996-07-22 Stephen AdamsRemoved useless rule for flonum-subtract.
1996-07-22 Stephen AdamsCanonicalized (flonum-less? x 0.) to flonum-negative...
1996-07-22 Stephen AdamsAdded open-coder for %fixnum->flonum.
1996-07-22 Stephen Adams*** empty log message ***
1996-07-22 Stephen AdamsAdded (FLONUM-1-ARG FIXNUM->FLONUM ...) rules.
1996-07-20 Stephen AdamsAdded constant-folding of %fixnum->flonum.
1996-07-20 Stephen AdamsAdded %fixnum->flonum.
1996-07-20 Stephen AdamsTypo.
1996-07-20 Stephen AdamsAdded FIXNUM->FLONUM.
1996-07-20 Stephen AdamsAdded STRING relational operators.
1996-07-20 Stephen AdamsAdded switch compiler:rtl-instruction-scheduling?
1996-07-20 Stephen AdamsFixed type checked indexed operators to not generate...
1996-07-19 Stephen AdamsFixed bug in PROCEDURE-TYPE.
1996-07-19 Stephen AdamsAdded rewrite code to replace an expression with a...
1996-07-19 Stephen AdamsAdded an arity check so that primitives with rewrite...
1996-07-19 Stephen AdamsExported flag compiler:rtl-instruction-scheduling?
1996-07-19 Stephen AdamsSET-INTERRUPT-ENABLES! is now open-coded as a special...
1996-07-19 Stephen AdamsSET-INTERRUPT-ENABLES! is now open-coded as a special...
1996-07-19 Stephen AdamsAdded set_interrupt_enables_hook
1996-07-17 Stephen AdamsAdded rules for %/, which enables &/ -> flo:/
1996-07-17 Stephen AdamsFixed bug in TYPEREW/EXPR*/UNORDERED/HARD where type...
1996-07-12 Stephen AdamsAdded graphcis operations DRAW-ARC, DRAW-CIRCLE and...
1996-07-12 Stephen AdamsFixed X-GRAPHICS-DRAW-ARC to do the right thing when...
1996-07-12 Stephen AdamsAdded X-graphics documentation about DRAW-CIRCLE and...
1996-07-12 Stephen AdamsAdded X-GRAPHICS/DRAW-ARC, X-GRAPHICS/DRAW-CIRCLE and...
1996-07-12 Stephen AdamsAdded X-GRAPHICS-DRAW-ARC for drawing filled and unfill...
1996-07-02 Chris HansonRewrite `poll' support to make it conditionalized more...
1996-07-02 Chris HansonUse POLLNORM in preference to POLLIN since the former...
1996-07-02 Chris HansonFix minor bug in handling of cursor during SCREEN-FORCE...
1996-07-01 Chris HansonIf the `poll' system call is available, use it in prefe...
1996-07-01 Chris HansonAdd conditionalization to detect versions of HP-UX...
1996-07-01 Chris HansonAdd conditionalization to detect HP-UX version 10.10.
1996-06-16 Chris HansonFix bug that caused RMAIL to signal an error when conve...
1996-06-11 Chris HansonImplement "engineering" display mode.
1996-06-07 Stephen AdamsIncluded "load.scm" in syntax sequence.
1996-06-07 Stephen AdamsAny identifier containing `protect' is no longer exported.
1996-06-06 Chris HansonExtend FLONUM-UNPARSER-CUTOFF to allow specification...
1996-05-24 Chris HansonFix bug: don't enqueue a process in the process-input...
1996-05-18 Chris HansonChange mechanism used to open files and sockets, so...
1996-05-18 Chris HansonFix code so that interrupts delivered during socket...
1996-05-18 Chris HansonAdd code to allow delivery of interrupts during socket...
next