mit-scheme.git
1995-04-10 Chris HansonFix OS/AUTO-SAVE-PATHNAME to rewrite the buffer name...
1995-04-10 Chris HansonAdd support for fetching mail from POP servers using...
1995-04-10 Chris HansonAdd code to support fetching mail from a POP server...
1995-04-10 Chris HansonCall OS/FIND-PROGRAM explicitly in one place where...
1995-04-10 Chris HansonChange C-g interrupt-signalling code to recognize the...
1995-04-10 Chris HansonRUN-SYNCHRONOUS-PROCESS now calls OS/FIND-PROGRAM on...
1995-04-10 Chris HansonFix typos in previous change.
1995-04-10 Stephen AdamsCellified code for SET! now omits the read of the varia...
1995-04-10 Stephen AdamsChanged calls to ASSQ to CLEANUP/ENV/FIND and wrote...
1995-04-09 Chris HansonAdd hooks to allow OS-dependent POP mail support.
1995-04-09 Chris HansonTweak prompt-for-password slightly.
1995-04-09 Chris HansonPatch two bugs.
1995-04-09 Chris HansonMake OS-independent binding for file-time->string.
1995-04-09 Chris HansonMake OS-independent binding for file-time->string.
1995-04-09 Chris HansonAdd shared-memory API calls -- these will be needed...
1995-04-09 Chris HansonMake OS-independent bindings for the following procedur...
1995-04-09 Stephen AdamsHand coded SIMPLIFY/ENV/FRAME-LOOKUP rather than use
1995-04-08 Stephen AdamsUnrolled loop in NODES-LINKED?
1995-04-08 Stephen AdamsFixed interrupt logic bug -- a consequence of making...
1995-04-08 Stephen AdamsTemporarily commented out unsafe accessors for cookie...
1995-04-08 Stephen AdamsAdded lots of hair to deal with programs that have...
1995-04-07 Stephen AdamsAdded a MATCH macro. The generated code is not very...
1995-04-06 Stephen AdamsTidying.
1995-04-06 Stephen AdamsTidying.
1995-04-06 ssmithAdded COERCE as a midend phase.
1995-04-03 Stephen AdamsTidying.
1995-04-02 Stephen AdamsFixed code for FLOAT->OBJECT to work if the target...
1995-04-01 Stephen AdamsAdded KMP->STANDARD, a lame attenpt to make KMP-Scheme...
1995-04-01 Stephen AdamsAdded open-coder for %make-entity.
1995-04-01 Stephen AdamsLots of changes. It is nearer `working'.
1995-04-01 Stephen AdamsAdded %make-entity.
1995-04-01 Stephen AdamsAdded "coerce".
1995-04-01 Stephen AdamsTweaked with SORT-MACHINE-REGISTERS.
1995-04-01 Stephen AdamsUn-integrated SORT-MACHINE-REGISTERS.
1995-03-30 Chris HansonFix handling of comments when indenting an expression...
1995-03-30 Stephen AdamsChecking in before removing PLACEHOLDER-QUOTE.
1995-03-30 Stephen AdamsInitial revision
1995-03-28 Stephen AdamsTidying.
1995-03-26 Stephen AdamsAdjusted to make run for longer.
1995-03-26 Stephen AdamsInitial revision
1995-03-26 Stephen AdamsAdjusted to make run for longer.
1995-03-26 Stephen AdamsAdjusted to make run for longer.
1995-03-25 Stephen AdamsFixed so that it no longer tries to coerce bindings...
1995-03-23 Stephen AdamsChanged to be much smarter about where the coercion...
1995-03-22 Stephen AdamsAdded missing cookie-call forms.
1995-03-22 Stephen AdamsAdded code to improve code where it is known that all...
1995-03-21 Chris HansonChanges to get bchscheme running under OS/2.
1995-03-21 Stephen AdamsAdded code to change %internal-apply to %internal-apply...
1995-03-21 Chris HansonAdd new primitive to scan Scheme's memory usage.
1995-03-20 Chris HansonAdd expansion for INTERN -- just like that for STRING...
1995-03-20 Stephen AdamsChanged PA to print primitive documentation rather...
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
next