mit-scheme.git
1995-04-23 Chris HansonImplement procedures to return strings for weekdays.
1995-04-23 Chris HansonImplement conversions between file time and universal...
1995-04-23 Chris HansonImplement ENCODE-FILE-TIME.
1995-04-23 Chris HansonImplement ENCODE-FILE-TIME.
1995-04-23 Chris HansonFix typo.
1995-04-23 Chris HansonUse new primitives to get time zone and daylight saving...
1995-04-23 Chris HansonUpdate to use new primitives that manipulate daylight...
1995-04-23 Chris HansonExtend the time decode/encode primitives to handle...
1995-04-23 Chris HansonExtend the time decode/encode primitives to handle...
1995-04-23 Chris HansonImplement primitives to get the timezone and daylight...
1995-04-23 Chris HansonImplement primitives to get the timezone and daylight...
1995-04-22 Chris HansonImplement some rudimentary time-zone code so that we...
1995-04-22 Chris HansonImplement some rudimentary time-zone code so that we...
1995-04-22 Chris HansonFix old typo in OS2_close_std_tqueue that was never...
1995-04-22 Chris HansonFix bug: the C-x z command was closing the editor windo...
1995-04-22 Chris HansonLock access to the twin of a qid more carefully. Previ...
1995-04-22 Chris HansonDon't send broken-pipe errors to the Scheme thread...
1995-04-22 Chris HansonClose the qid and tqueue associated with a readahead...
1995-04-22 Chris HansonAdd missing space to error message.
1995-04-21 Chris HansonChange CLOSE-PORT to close the output side of an I...
1995-04-21 Stephen AdamsMoved some comments to primitive documentation strings.
1995-04-21 Chris HansonAlways send a readahead ACK when closing a channel...
1995-04-20 Stephen AdamsAdded documentation for BIT-SUBSTRING-FIND-NEXT-SET...
1995-04-20 Chris HansonFix think-o in previous change.
1995-04-20 Stephen AdamsFixed to accept any top-level expressions, not just...
1995-04-20 Stephen AdamsLots of tinkering but still not finished the search.
1995-04-20 Stephen AdamsFixed thinko with previous change.
1995-04-19 Stephen AdamsChanged %arity-dispatcher-tag to be a knownd `special...
1995-04-19 Chris HansonExtend the SET-VARIABLE! and LOCAL-SET-VARIABLE! specia...
1995-04-19 Chris HansonProvide mechanism to permit BUFFER-GET to return a...
1995-04-19 Chris HansonAdd basic text property procedures that accept marks...
1995-04-17 Chris HansonUse new procedure GROUP-INSERT-CHARS! to reduce consing...
1995-04-17 Chris HansonAdd new procedure GROUP-INSERT-CHARS!.
1995-04-17 Stephen AdamsRestructured environment to be more abstract.
1995-04-17 Stephen AdamsFixed typo.
1995-04-17 Stephen Adams(append (map f l) e) => (map* e f l)
1995-04-17 Stephen AdamsChanged (append (map f l) e) => (map* e f l)
1995-04-15 Stephen AdamsAdded rewrites for MULTICELLs. MULTICELLs are rewritte...
1995-04-15 Stephen AdamsAdded MULTICELLs.
1995-04-15 Chris HansonFix think-o in previous change.
1995-04-15 Chris HansonEliminate unneeded reference to GET-TIME.
1995-04-15 Chris HansonEliminate unneeded reference to GET-TIME.
1995-04-15 Chris HansonFix think-o in previous change.
1995-04-15 Chris HansonUse new procedure OS/LS-FILE-TIME-STRING.
1995-04-15 Chris HansonImplement new procedure OS/LS-FILE-TIME-STRING.
1995-04-15 Chris HansonImplement new procedure DECODE-FILE-TIME.
1995-04-15 Chris HansonImplement new procedure DECODE-FILE-TIME, and rewrite
1995-04-15 Chris HansonChange random ACCESS statement to use now-exported...
1995-04-15 Chris HansonImplement new procedure MAKE-DECODED-TIME. Rename...
1995-04-14 Chris HansonAdd means to control line translation in subprocess...
1995-04-14 Chris HansonCode that walked LAMBDA body was being too strict ...
1995-04-14 Chris HansonCode that walked LAMBDA body was being too strict ...
1995-04-14 Stephen AdamsFixed thinko check with fat procedures.
1995-04-13 Chris HansonReorganize X11 keys and eliminate unnecessary overriding of
1995-04-13 Chris HansonReorganize X11 keys and eliminate unnecessary overriding of
1995-04-13 Chris HansonReorganize X11 keys and eliminate unnecessary overriding of
1995-04-13 Chris HansonReorganize slightly.
1995-04-13 Chris HansonAdd bindings for PC's special keys. Under OS/2, these...
1995-04-13 Chris HansonReorganize special-key code.
1995-04-13 Chris HansonMove CHECK-FOR-ILLEGAL-DEFINITIONS into the runtime...
1995-04-13 Chris HansonAdd code to check for illegal internal definitions...
1995-04-13 Chris HansonInitial revision
1995-04-12 Chris HansonAdd switch to control special handling of abbreviations...
1995-04-12 Stephen AdamsFixed RTLGEN/%APPLY-UNCHECKED for tagged entry points.
1995-04-11 Chris HansonFix bug in OS2_receive_message. It's possible to arriv...
1995-04-11 Chris HansonAdd new procedure OS2_current_tid.
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.
next