mit-scheme.git
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.
1995-02-21 Chris HansonAdd new primitive OS2PS-GET-BITMAP and OS2PM-SYNCHRONIZ...
1995-02-21 Stephen AdamsImproved ANDIFY
1995-02-21 Stephen AdamsAdded constant folding. For now we just do it for...
1995-02-21 Stephen Adams . Changed EARLYREW/NUMBER? -> FORM/NUMBER?
1995-02-21 Stephen AdamsChanged cellified SET! code to use a new name to mainta...
1995-02-21 Stephen AdamsChanged LATEREW/NUMBER? to FORM/NUMBER? and tidied...
1995-02-20 Stephen AdamsILLEGAL calls NO-LONGER-LEGAL if the form is a KMP...
1995-02-20 Stephen AdamsAdded FORM/NUMBER? and diddled with careful operators...
1995-02-20 Stephen AdamsChanged the careful operations to return the `mapped...
1995-02-17 Stephen AdamsAdded rewrites for EXPT and SQRT which are `enabled...
1995-02-16 Chris HansonFix bug in redisplay: when variables that affect displa...
1995-02-16 Chris HansonReformat to meet page length and width standards.
1995-02-16 Stephen AdamsMade the production of more noise conditional on COMPIL...
1995-02-15 Stephen AdamsMoved PUT, GET and ASSQ to library.scm
1995-02-15 Stephen AdamsFixed a bug in the substitution code. Now it keeps...
1995-02-15 Stephen AdamsInitial revision
1995-02-14 Stephen AdamsFixed buglet when opencoding &*
1995-02-14 Stephen AdamsFixed bug where (&* (side-effect) 0) => 0
1995-02-14 Chris HansonAdd definition %ENTITY-EXTRA/APPLY-HOOK? so that Ziggy...
1995-02-14 Stephen AdamsAdded a patch to ensure that out-of-line hooks are...
1995-02-14 Stephen AdamsChanged SIMPLIFY/SUBSTITUTE! to
1995-02-14 Chris HansonChange to use presentation space calls where appropriat...
1995-02-14 Chris HansonUpdate to match "os2graph.scm" and "os2winp.scm".
1995-02-14 Chris HansonComplete redesign uses bitmaps as backing store and...
1995-02-14 Chris HansonAdd new primitives. Reorganize to make this easier...
1995-02-14 Chris HansonChange definition of OS2/FS-LONG-FILENAMES? so that...
1995-02-14 Chris HansonRedefine PATHNAME-WILD? under DOS/NT/OS2 so that it...
1995-02-14 Chris HansonInitial revision
1995-02-14 Chris HansonAdd new file "diros2.scm" that supports compressed...
1995-02-14 Chris HansonAdd support for compressed files.
1995-02-14 Chris HansonRewrite bitmap support to make it be closer to the...
1995-02-14 Chris HansonBy default, don't allow opened file handles to be inher...
1995-02-11 Stephen AdamsTidied check for static form.
1995-02-11 Stephen AdamsIFs with sufficiently simple subexpressions are now...
1995-02-11 Stephen AdamsAdjusted the predicates FORM/SIMPLE? and friends.
1995-02-11 Stephen AdamsAdded code to handle
next