mit-scheme.git
1996-07-23 Stephen AdamsAdded type:user-description, which gives an english...
1996-07-23 Stephen AdamsFixed typo.
1996-07-23 Stephen AdamsRemoved debugging print code, reformated 2 small proced...
1996-07-23 Stephen AdamsAdded switch compiler:type-error-warnings?, default...
1996-07-23 Stephen AdamsAdded SORT[!], FOR-EACH and MAP, and some generic arith...
1996-07-23 Stephen AdamsFixed to keep runtime and runtime-check debugging info...
1996-07-23 Stephen AdamsDisable optimizations with INTEGER-<relation> because...
1996-07-23 Stephen AdamsFix typos.
1996-07-22 Stephen AdamsFixed bug in typerew/remember* (it was sometimes return...
1996-07-22 Stephen AdamsAdded EXACT->INEXACT, INEXACT->EXACT, MAKE-STRING,...
1996-07-22 Stephen AdamsRemoved suggestion mechanism for rewrites. It was...
1996-07-22 Stephen AdamsDeleted unused let-binding.
1996-07-22 Stephen Adams. Changes to permit use of procedures with variable...
1996-07-22 Stephen AdamsAdded LENGTH, and vector and string constructors.
1996-07-22 Stephen AdamsImproved the ascii byte store code (elide object->datum...
1996-07-22 Stephen AdamsRemoved useless rule for flonum-subtract.
1996-07-22 Stephen AdamsCanonicalized (flonum-less? x 0.) to flonum-negative...
1996-07-22 Stephen AdamsAdded open-coder for %fixnum->flonum.
1996-07-22 Stephen Adams*** empty log message ***
1996-07-22 Stephen AdamsAdded (FLONUM-1-ARG FIXNUM->FLONUM ...) rules.
1996-07-20 Stephen AdamsAdded constant-folding of %fixnum->flonum.
1996-07-20 Stephen AdamsAdded %fixnum->flonum.
1996-07-20 Stephen AdamsTypo.
1996-07-20 Stephen AdamsAdded FIXNUM->FLONUM.
1996-07-20 Stephen AdamsAdded STRING relational operators.
1996-07-20 Stephen AdamsAdded switch compiler:rtl-instruction-scheduling?
1996-07-20 Stephen AdamsFixed type checked indexed operators to not generate...
1996-07-19 Stephen AdamsFixed bug in PROCEDURE-TYPE.
1996-07-19 Stephen AdamsAdded rewrite code to replace an expression with a...
1996-07-19 Stephen AdamsAdded an arity check so that primitives with rewrite...
1996-07-19 Stephen AdamsExported flag compiler:rtl-instruction-scheduling?
1996-07-19 Stephen AdamsSET-INTERRUPT-ENABLES! is now open-coded as a special...
1996-07-19 Stephen AdamsSET-INTERRUPT-ENABLES! is now open-coded as a special...
1996-07-19 Stephen AdamsAdded set_interrupt_enables_hook
1996-07-17 Stephen AdamsAdded rules for %/, which enables &/ -> flo:/
1996-07-17 Stephen AdamsFixed bug in TYPEREW/EXPR*/UNORDERED/HARD where type...
1996-07-12 Stephen AdamsAdded graphcis operations DRAW-ARC, DRAW-CIRCLE and...
1996-07-12 Stephen AdamsFixed X-GRAPHICS-DRAW-ARC to do the right thing when...
1996-07-12 Stephen AdamsAdded X-graphics documentation about DRAW-CIRCLE and...
1996-07-12 Stephen AdamsAdded X-GRAPHICS/DRAW-ARC, X-GRAPHICS/DRAW-CIRCLE and...
1996-07-12 Stephen AdamsAdded X-GRAPHICS-DRAW-ARC for drawing filled and unfill...
1996-07-02 Chris HansonRewrite `poll' support to make it conditionalized more...
1996-07-02 Chris HansonUse POLLNORM in preference to POLLIN since the former...
1996-07-02 Chris HansonFix minor bug in handling of cursor during SCREEN-FORCE...
1996-07-01 Chris HansonIf the `poll' system call is available, use it in prefe...
1996-07-01 Chris HansonAdd conditionalization to detect versions of HP-UX...
1996-07-01 Chris HansonAdd conditionalization to detect HP-UX version 10.10.
1996-06-16 Chris HansonFix bug that caused RMAIL to signal an error when conve...
1996-06-11 Chris HansonImplement "engineering" display mode.
1996-06-07 Stephen AdamsIncluded "load.scm" in syntax sequence.
1996-06-07 Stephen AdamsAny identifier containing `protect' is no longer exported.
1996-06-06 Chris HansonExtend FLONUM-UNPARSER-CUTOFF to allow specification...
1996-05-24 Chris HansonFix bug: don't enqueue a process in the process-input...
1996-05-18 Chris HansonChange mechanism used to open files and sockets, so...
1996-05-18 Chris HansonFix code so that interrupts delivered during socket...
1996-05-18 Chris HansonAdd code to allow delivery of interrupts during socket...
1996-05-18 Chris HansonImplement new primitives to support new method for...
1996-05-17 Chris HansonAllow keyboard interrupts while opening sockets. This...
1996-05-17 Chris HansonImplement new procedure, like WITHOUT-INTERRUPTS, excep...
1996-05-17 Chris HansonAllow interrupt delivery during socket system calls.
1996-05-17 Chris HansonFix typo.
1996-05-15 Chris HansonFix thinko.
1996-05-15 Chris HansonFix bug: GROUP-INSERT-FILE! was depending on the fact...
1996-05-15 Chris HansonEliminate random heuristic buffer-size modulation from...
1996-05-15 Chris HansonEliminate loop in INPUT-BUFFER/READ-SUBSTRING. When...
1996-05-15 Chris HansonFix thinko: point was not being moved appropriately...
1996-05-15 Chris HansonFix typo.
1996-05-15 Chris HansonForce the reader on-line when the user requests re...
1996-05-15 Chris HansonIn SCREEN-MOVE-CURSOR, forget current position of curso...
1996-05-14 Chris HansonIn SCREEN-FORCE-UPDATE, forget the cursor position...
1996-05-14 Chris HansonYet more work on synchronous-subprocess I/O. The simpl...
1996-05-14 Chris HansonGuarantee that the presentation space for a window...
1996-05-14 Chris HansonMove the cursor only when its position is changed....
1996-05-14 Chris HansonChange DISPLAY-STYLE in order to orthogonalize the...
1996-05-14 Chris HansonChange DISPLAY-STYLE in order to orthogonalize the...
1996-05-14 Chris HansonChange definition of UPDATE-INFERIOR! in order to centr...
1996-05-14 Chris HansonWhen doing redisplay in a synchronous subprocess, updat...
1996-05-14 Chris HansonDefine new operations: CLOSE-INPUT, CLOSE-OUTPUT, INPUT...
1996-05-14 Chris HansonRewrite SYNCHRONOUS-PROCESS-WAIT to reduce the amount...
1996-05-13 Chris HansonDefine new operations: CLOSE-INPUT, CLOSE-OUTPUT, INPUT...
1996-05-13 Chris HansonFix bug: reading output from a subprocess would occasio...
1996-05-12 Chris HansonChange popclient code to use new indicator to allow...
1996-05-12 Chris HansonFix bug in code that writes data to subprocess -- chann...
1996-05-12 Chris HansonWrap debugger extent with CLEANUP-POP-UP-BUFFERS. ...
1996-05-12 Chris HansonAdd commands to read and write the .newsrc file.
1996-05-11 Chris HansonWhen doing certain extended server interactions, do...
1996-05-11 Chris HansonFinish changes stared with previous revision: must...
1996-05-11 Chris HansonPop up a buffer showing the "popclient" output so that...
1996-05-11 Chris HansonUse new procedure MAYBE-KILL-POP-UP-BUFFER.
1996-05-11 Chris HansonImplement new procedures: MAYBE-KILL-POP-UP-BUFFER...
1996-05-11 Chris HansonChange SYNCHRONOUS-PROCESS-WAIT so that it does redispl...
1996-05-11 Chris HansonEliminate CALL-WITH-PROTECTED-CONTINUATION.
1996-05-10 Chris HansonChange initialization code to allocate a minimum of...
1996-05-10 Chris HansonFix thinko in process-name allocation.
1996-05-09 Chris HansonFix typo.
1996-05-09 Chris HansonAdd support for sockets and GDBM under OS/2.
1996-05-09 Chris HansonAdd support for sockets under OS/2.
1996-05-09 Chris HansonInitial revision
1996-05-09 Chris HansonEliminate support for use of "tcp" subprocess in place...
1996-05-09 Chris HansonChange release version number from 7.4.3 to 7.5, since...
next