mit-scheme.git
1995-03-20 Stephen AdamsInitial revision
1995-03-20 Stephen AdamsModified to treat %internal-apply-unchecked like %inter...
1995-03-18 Stephen AdamsAdded INVOCATION:REGISTER as an invocation that cares...
1995-03-18 Stephen AdamsThe result of OBJECT->TYPE may be preserved.
1995-03-17 Stephen Adams*** empty log message ***
1995-03-16 Stephen Adams*** empty log message ***
1995-03-16 Stephen AdamsAdded rule to prevent tagging of a byte with 0.
1995-03-16 Stephen AdamsRemoved lots of commented out old code.
1995-03-15 Stephen AdamsOpen coding of %compiled-entry-maximum-arity? only...
1995-03-13 Stephen AdamsFix typo.
1995-03-13 Stephen AdamsAdded %compiled-entry? and %compiled-entry-maximum...
1995-03-13 Stephen Adams*** empty log message ***
1995-03-13 Chris HansonDelete old definition of "all" target.
1995-03-13 Chris HansonAdd default target "all". Change references to assembl...
1995-03-13 Stephen AdamsAdded fcomp.
1995-03-13 Stephen AdamsAdded fcomp.
1995-03-13 Stephen AdamsExtended rule for INVOCATION:REGISTER to take continuation.
1995-03-13 Stephen AdamsAdded code for %internal-apply-unchecked.
1995-03-13 Stephen Adams*** empty log message ***
1995-03-12 Stephen AdamsFixed free variable.
1995-03-12 Stephen AdamsRemoved some old useless rules.
1995-03-12 Stephen AdamsPropagted TAG to FIXED-SELECTION in case we can use...
1995-03-12 Stephen AdamsTidying.
1995-03-11 Stephen AdamsMindless reformatting.
1995-03-11 Stephen AdamsImproved handling of (CALL (LETREC ...) ...)
1995-03-11 Stephen AdamsAdded comment about order of names.
1995-03-10 Stephen AdamsImproved handling of
1995-03-10 Stephen AdamsWITH-VALUES -> CALL-WITH-VALUES
1995-03-09 Stephen AdamsAdded BIT-STRING-LENGTH to known operators.
1995-03-08 Chris Hanson"os2top.obj" now depends on "scheme.h".
1995-03-08 Chris HansonImplement OS/2 stack-overflow detection mechanism....
1995-03-08 Chris HansonAdd stack hooks for OS/2 stack-overflow detection....
1995-03-08 Stephen AdamsFixed OFFSET-FITS? to know that LDIL is never assembled...
1995-03-08 Stephen AdamsAdded rule for storing a zero byte.
1995-03-08 Stephen AdamsFixed bug in (AND ...) expression
1995-03-07 Stephen AdamsNow loads sf if necessary.
1995-03-07 Stephen AdamsInitial revision
1995-03-07 Stephen AdamsAdded bit-string-length.
1995-03-07 Chris HansonFix think-o in previous change.
1995-03-06 Chris HansonAdd INC and DEC procedures.
1995-03-06 Chris HansonAdd operations required by new edition of SICP.
1995-03-06 Chris HansonFix stupid bug in `copy_bits': code to generate mask...
1995-03-04 Chris HansonReorganize code a little. Add general hook for generat...
1995-03-04 Chris HansonAdd more general hook for unparsing records.
1995-03-03 Chris HansonImplement MAKE-INITIALIZED-LIST.
1995-03-02 Stephen AdamsFiddled with argument ordering.
1995-03-02 Stephen AdamsDocumented WT-TREE/UNION-MERGE.
1995-03-01 Stephen AdamsExported WT-TREE/UNION-MERGE
1995-03-01 Stephen AdamsAdded operation
1995-03-01 Stephen AdamsEdit
1995-03-01 Stephen AdamsAmended SIMPLIFY/OPEN-CODE? to take into account that...
1995-03-01 Stephen AdamsInitial revision
1995-02-28 Stephen AdamsRemoved unused 7.3 procedure.
1995-02-28 Stephen AdamsRemove duplicate definition.
1995-02-28 Stephen AdamsRemoved duplicate of RTLGEN/HEAP-PUSH!/POST-INCREMENT
1995-02-28 Stephen AdamsRemoved duplicate of SIMPLE-OPERATOR?
1995-02-28 Stephen AdamsRemoved some rules for outdated RTL.
1995-02-28 Stephen AdamsFixed free variable bug.
1995-02-28 Stephen AdamsAdded lots of procedures from the runtime, including...
1995-02-28 Stephen AdamsInitial revision
1995-02-28 Stephen AdamsRemoved definitions of PUT and GET so the ones in libra...
1995-02-28 Stephen AdamsInitial revision
1995-02-28 Stephen AdamsMissing dbg-info warning enabled by COMPILER:GURU?
1995-02-28 Stephen AdamsRemoved dynamic link stuff.
1995-02-28 Stephen AdamsStatic expressions are now cpsconv/trivial?. The effec...
1995-02-27 Stephen AdamsTidying.
1995-02-27 Stephen AdamsFixed use of wrong variable.
1995-02-27 Stephen AdamsAdded unary comparisons zero? negative? positive? like...
1995-02-27 Stephen AdamsTweaked with if to make it do the old general cps style...
1995-02-27 Stephen AdamsMade noise message conditional on COMPILER:GURU?
1995-02-27 Stephen AdamsTweaked with (IF <simple> <conseq> <alt>)
1995-02-27 Stephen AdamsChanged handling of IF and NOT:
1995-02-26 Stephen AdamsAdded rewrite (IF p p #F) ==> p for simple & side...
1995-02-26 Stephen AdamsOpen coded (NOT x) as (IF x #F #T).
1995-02-26 Stephen AdamsRemoved open-coding of tiny procedures comprising only...
1995-02-26 Chris HansonGuarantee that the floating-point register stack is...
1995-02-24 Chris HansonLots of changes to generalize this code for OS/2 and...
1995-02-24 Chris HansonLots of changes to generalize this code for OS/2 and...
1995-02-24 Chris HansonAdd some extra screen-manipulation procedures, one...
1995-02-24 Chris HansonFinal round of changes to get 6.001 images working...
1995-02-24 Chris HansonPut normalization case into CANONICALIZE-C-TYPE.
1995-02-24 Chris HansonDon't beep when ignoring evaluation environment --...
1995-02-23 Stephen AdamsAdded a useful tip under integration declarations.
1995-02-22 Stephen AdamsMismatched paren.
1995-02-22 Stephen AdamsForm predicates now know that a BEGIN with DECLAREs...
1995-02-22 Stephen AdamsAdded %internal-apply-unchecked
1995-02-22 Stephen AdamsFixed so that internal declarations are not lost.
1995-02-21 Chris HansonNo longer need to import most image procedures since...
1995-02-21 Chris HansonChange to reflect changes to graphics type and image...
1995-02-21 Chris HansonChange to use IMAGE/CREATE instead of 'CREATE-IMAGE...
1995-02-21 Chris HansonMajor cleanup of this file. Generalization of graphics...
1995-02-21 Chris HansonChange IMAGE/CREATE to extract the image type from...
1995-02-21 Chris HansonYet another cut at getting backing store and image...
1995-02-21 Chris HansonVarious changes relating to graphics development.
1995-02-21 Chris HansonAdd two new primitives, and export an operation to...
1995-02-21 Chris HansonPut bullet-proofing code into OS2/FILE-TIME->STRING...
1995-02-21 Chris HansonSeveral sweeping changes to graphics and image types...
1995-02-21 Chris HansonNew file "os2ctype.scm".
1995-02-21 Chris HansonInitial revision
1995-02-21 Chris HansonLimit initial width of console window to 80 characters.
next