projects
/
mit-scheme.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
mit-scheme.git
1995-03-12
Stephen Adams
Propagted TAG to FIXED-SELECTION in case we can use...
commit
|
commitdiff
|
tree
|
snapshot
1995-03-12
Stephen Adams
Tidying.
commit
|
commitdiff
|
tree
|
snapshot
1995-03-11
Stephen Adams
Mindless reformatting.
commit
|
commitdiff
|
tree
|
snapshot
1995-03-11
Stephen Adams
Improved handling of (CALL (LETREC ...) ...)
commit
|
commitdiff
|
tree
|
snapshot
1995-03-11
Stephen Adams
Added comment about order of names.
commit
|
commitdiff
|
tree
|
snapshot
1995-03-10
Stephen Adams
Improved handling of
commit
|
commitdiff
|
tree
|
snapshot
1995-03-10
Stephen Adams
WITH-VALUES -> CALL-WITH-VALUES
commit
|
commitdiff
|
tree
|
snapshot
1995-03-09
Stephen Adams
Added BIT-STRING-LENGTH to known operators.
commit
|
commitdiff
|
tree
|
snapshot
1995-03-08
Chris Hanson
"os2top.obj" now depends on "scheme.h".
commit
|
commitdiff
|
tree
|
snapshot
1995-03-08
Chris Hanson
Implement OS/2 stack-overflow detection mechanism....
commit
|
commitdiff
|
tree
|
snapshot
1995-03-08
Chris Hanson
Add stack hooks for OS/2 stack-overflow detection....
commit
|
commitdiff
|
tree
|
snapshot
1995-03-08
Stephen Adams
Fixed OFFSET-FITS? to know that LDIL is never assembled...
commit
|
commitdiff
|
tree
|
snapshot
1995-03-08
Stephen Adams
Added rule for storing a zero byte.
commit
|
commitdiff
|
tree
|
snapshot
1995-03-08
Stephen Adams
Fixed bug in (AND ...) expression
commit
|
commitdiff
|
tree
|
snapshot
1995-03-07
Stephen Adams
Now loads sf if necessary.
commit
|
commitdiff
|
tree
|
snapshot
1995-03-07
Stephen Adams
Initial revision
commit
|
commitdiff
|
tree
|
snapshot
1995-03-07
Stephen Adams
Added bit-string-length.
commit
|
commitdiff
|
tree
|
snapshot
1995-03-07
Chris Hanson
Fix think-o in previous change.
commit
|
commitdiff
|
tree
|
snapshot
1995-03-06
Chris Hanson
Add INC and DEC procedures.
commit
|
commitdiff
|
tree
|
snapshot
1995-03-06
Chris Hanson
Add operations required by new edition of SICP.
commit
|
commitdiff
|
tree
|
snapshot
1995-03-06
Chris Hanson
Fix stupid bug in `copy_bits': code to generate mask...
commit
|
commitdiff
|
tree
|
snapshot
1995-03-04
Chris Hanson
Reorganize code a little. Add general hook for generat...
commit
|
commitdiff
|
tree
|
snapshot
1995-03-04
Chris Hanson
Add more general hook for unparsing records.
commit
|
commitdiff
|
tree
|
snapshot
1995-03-03
Chris Hanson
Implement MAKE-INITIALIZED-LIST.
commit
|
commitdiff
|
tree
|
snapshot
1995-03-02
Stephen Adams
Fiddled with argument ordering.
commit
|
commitdiff
|
tree
|
snapshot
1995-03-02
Stephen Adams
Documented WT-TREE/UNION-MERGE.
commit
|
commitdiff
|
tree
|
snapshot
1995-03-01
Stephen Adams
Exported WT-TREE/UNION-MERGE
commit
|
commitdiff
|
tree
|
snapshot
1995-03-01
Stephen Adams
Added operation
commit
|
commitdiff
|
tree
|
snapshot
1995-03-01
Stephen Adams
Edit
commit
|
commitdiff
|
tree
|
snapshot
1995-03-01
Stephen Adams
Amended SIMPLIFY/OPEN-CODE? to take into account that...
commit
|
commitdiff
|
tree
|
snapshot
1995-03-01
Stephen Adams
Initial revision
commit
|
commitdiff
|
tree
|
snapshot
1995-02-28
Stephen Adams
Removed unused 7.3 procedure.
commit
|
commitdiff
|
tree
|
snapshot
1995-02-28
Stephen Adams
Remove duplicate definition.
commit
|
commitdiff
|
tree
|
snapshot
1995-02-28
Stephen Adams
Removed duplicate of RTLGEN/HEAP-PUSH!/POST-INCREMENT
commit
|
commitdiff
|
tree
|
snapshot
1995-02-28
Stephen Adams
Removed duplicate of SIMPLE-OPERATOR?
commit
|
commitdiff
|
tree
|
snapshot
1995-02-28
Stephen Adams
Removed some rules for outdated RTL.
commit
|
commitdiff
|
tree
|
snapshot
1995-02-28
Stephen Adams
Fixed free variable bug.
commit
|
commitdiff
|
tree
|
snapshot
1995-02-28
Stephen Adams
Added lots of procedures from the runtime, including...
commit
|
commitdiff
|
tree
|
snapshot
1995-02-28
Stephen Adams
Initial revision
commit
|
commitdiff
|
tree
|
snapshot
1995-02-28
Stephen Adams
Removed definitions of PUT and GET so the ones in libra...
commit
|
commitdiff
|
tree
|
snapshot
1995-02-28
Stephen Adams
Initial revision
commit
|
commitdiff
|
tree
|
snapshot
1995-02-28
Stephen Adams
Missing dbg-info warning enabled by COMPILER:GURU?
commit
|
commitdiff
|
tree
|
snapshot
1995-02-28
Stephen Adams
Removed dynamic link stuff.
commit
|
commitdiff
|
tree
|
snapshot
1995-02-28
Stephen Adams
Static expressions are now cpsconv/trivial?. The effec...
commit
|
commitdiff
|
tree
|
snapshot
1995-02-27
Stephen Adams
Tidying.
commit
|
commitdiff
|
tree
|
snapshot
1995-02-27
Stephen Adams
Fixed use of wrong variable.
commit
|
commitdiff
|
tree
|
snapshot
1995-02-27
Stephen Adams
Added unary comparisons zero? negative? positive? like...
commit
|
commitdiff
|
tree
|
snapshot
1995-02-27
Stephen Adams
Tweaked with if to make it do the old general cps style...
commit
|
commitdiff
|
tree
|
snapshot
1995-02-27
Stephen Adams
Made noise message conditional on COMPILER:GURU?
commit
|
commitdiff
|
tree
|
snapshot
1995-02-27
Stephen Adams
Tweaked with (IF <simple> <conseq> <alt>)
commit
|
commitdiff
|
tree
|
snapshot
1995-02-27
Stephen Adams
Changed handling of IF and NOT:
commit
|
commitdiff
|
tree
|
snapshot
1995-02-26
Stephen Adams
Added rewrite (IF p p #F) ==> p for simple & side...
commit
|
commitdiff
|
tree
|
snapshot
1995-02-26
Stephen Adams
Open coded (NOT x) as (IF x #F #T).
commit
|
commitdiff
|
tree
|
snapshot
1995-02-26
Stephen Adams
Removed open-coding of tiny procedures comprising only...
commit
|
commitdiff
|
tree
|
snapshot
1995-02-26
Chris Hanson
Guarantee that the floating-point register stack is...
commit
|
commitdiff
|
tree
|
snapshot
1995-02-24
Chris Hanson
Lots of changes to generalize this code for OS/2 and...
commit
|
commitdiff
|
tree
|
snapshot
1995-02-24
Chris Hanson
Lots of changes to generalize this code for OS/2 and...
commit
|
commitdiff
|
tree
|
snapshot
1995-02-24
Chris Hanson
Add some extra screen-manipulation procedures, one...
commit
|
commitdiff
|
tree
|
snapshot
1995-02-24
Chris Hanson
Final round of changes to get 6.001 images working...
commit
|
commitdiff
|
tree
|
snapshot
1995-02-24
Chris Hanson
Put normalization case into CANONICALIZE-C-TYPE.
commit
|
commitdiff
|
tree
|
snapshot
1995-02-24
Chris Hanson
Don't beep when ignoring evaluation environment --...
commit
|
commitdiff
|
tree
|
snapshot
1995-02-23
Stephen Adams
Added a useful tip under integration declarations.
commit
|
commitdiff
|
tree
|
snapshot
1995-02-22
Stephen Adams
Mismatched paren.
commit
|
commitdiff
|
tree
|
snapshot
1995-02-22
Stephen Adams
Form predicates now know that a BEGIN with DECLAREs...
commit
|
commitdiff
|
tree
|
snapshot
1995-02-22
Stephen Adams
Added %internal-apply-unchecked
commit
|
commitdiff
|
tree
|
snapshot
1995-02-22
Stephen Adams
Fixed so that internal declarations are not lost.
commit
|
commitdiff
|
tree
|
snapshot
1995-02-21
Chris Hanson
No longer need to import most image procedures since...
commit
|
commitdiff
|
tree
|
snapshot
1995-02-21
Chris Hanson
Change to reflect changes to graphics type and image...
commit
|
commitdiff
|
tree
|
snapshot
1995-02-21
Chris Hanson
Change to use IMAGE/CREATE instead of 'CREATE-IMAGE...
commit
|
commitdiff
|
tree
|
snapshot
1995-02-21
Chris Hanson
Major cleanup of this file. Generalization of graphics...
commit
|
commitdiff
|
tree
|
snapshot
1995-02-21
Chris Hanson
Change IMAGE/CREATE to extract the image type from...
commit
|
commitdiff
|
tree
|
snapshot
1995-02-21
Chris Hanson
Yet another cut at getting backing store and image...
commit
|
commitdiff
|
tree
|
snapshot
1995-02-21
Chris Hanson
Various changes relating to graphics development.
commit
|
commitdiff
|
tree
|
snapshot
1995-02-21
Chris Hanson
Add two new primitives, and export an operation to...
commit
|
commitdiff
|
tree
|
snapshot
1995-02-21
Chris Hanson
Put bullet-proofing code into OS2/FILE-TIME->STRING...
commit
|
commitdiff
|
tree
|
snapshot
1995-02-21
Chris Hanson
Several sweeping changes to graphics and image types...
commit
|
commitdiff
|
tree
|
snapshot
1995-02-21
Chris Hanson
New file "os2ctype.scm".
commit
|
commitdiff
|
tree
|
snapshot
1995-02-21
Chris Hanson
Initial revision
commit
|
commitdiff
|
tree
|
snapshot
1995-02-21
Chris Hanson
Limit initial width of console window to 80 characters.
commit
|
commitdiff
|
tree
|
snapshot
1995-02-21
Chris Hanson
Add new primitive OS2PS-GET-BITMAP and OS2PM-SYNCHRONIZ...
commit
|
commitdiff
|
tree
|
snapshot
1995-02-21
Stephen Adams
Improved ANDIFY
commit
|
commitdiff
|
tree
|
snapshot
1995-02-21
Stephen Adams
Added constant folding. For now we just do it for...
commit
|
commitdiff
|
tree
|
snapshot
1995-02-21
Stephen Adams
. Changed EARLYREW/NUMBER? -> FORM/NUMBER?
commit
|
commitdiff
|
tree
|
snapshot
1995-02-21
Stephen Adams
Changed cellified SET! code to use a new name to mainta...
commit
|
commitdiff
|
tree
|
snapshot
1995-02-21
Stephen Adams
Changed LATEREW/NUMBER? to FORM/NUMBER? and tidied...
commit
|
commitdiff
|
tree
|
snapshot
1995-02-20
Stephen Adams
ILLEGAL calls NO-LONGER-LEGAL if the form is a KMP...
commit
|
commitdiff
|
tree
|
snapshot
1995-02-20
Stephen Adams
Added FORM/NUMBER? and diddled with careful operators...
commit
|
commitdiff
|
tree
|
snapshot
1995-02-20
Stephen Adams
Changed the careful operations to return the `mapped...
commit
|
commitdiff
|
tree
|
snapshot
1995-02-17
Stephen Adams
Added rewrites for EXPT and SQRT which are `enabled...
commit
|
commitdiff
|
tree
|
snapshot
1995-02-16
Chris Hanson
Fix bug in redisplay: when variables that affect displa...
commit
|
commitdiff
|
tree
|
snapshot
1995-02-16
Chris Hanson
Reformat to meet page length and width standards.
commit
|
commitdiff
|
tree
|
snapshot
1995-02-16
Stephen Adams
Made the production of more noise conditional on COMPIL...
commit
|
commitdiff
|
tree
|
snapshot
1995-02-15
Stephen Adams
Moved PUT, GET and ASSQ to library.scm
commit
|
commitdiff
|
tree
|
snapshot
1995-02-15
Stephen Adams
Fixed a bug in the substitution code. Now it keeps...
commit
|
commitdiff
|
tree
|
snapshot
1995-02-15
Stephen Adams
Initial revision
commit
|
commitdiff
|
tree
|
snapshot
1995-02-14
Stephen Adams
Fixed buglet when opencoding &*
commit
|
commitdiff
|
tree
|
snapshot
1995-02-14
Stephen Adams
Fixed bug where (&* (side-effect) 0) => 0
commit
|
commitdiff
|
tree
|
snapshot
1995-02-14
Chris Hanson
Add definition %ENTITY-EXTRA/APPLY-HOOK? so that Ziggy...
commit
|
commitdiff
|
tree
|
snapshot
1995-02-14
Stephen Adams
Added a patch to ensure that out-of-line hooks are...
commit
|
commitdiff
|
tree
|
snapshot
1995-02-14
Stephen Adams
Changed SIMPLIFY/SUBSTITUTE! to
commit
|
commitdiff
|
tree
|
snapshot
next