mit-scheme.git
1991-07-31 Arthur GlecklerAdd INSERT-PARENTHESES and MOVE-PAST-CLOSE-AND-REINDENT...
1991-07-31 Guillermo J... Fix UX_times problem in OS_real_time_clock.
1991-07-26 Arthur GlecklerEnable super, hyper, and top modifier keys under X.
1991-07-26 Brian A. LaMacchiaAdded variable x-display-name, which defaults to false.
1991-07-25 Chris Hanson(Jinx) implemented open-coding for INTEGER-MULTIPLY...
1991-07-25 Chris HansonEliminate two uses of @PCO branches. Repaginate.
1991-07-25 Chris HansonInstall machine-dependent file and procedure to perform...
1991-07-25 Chris HansonChange LAP generator to use new PC-relative address...
1991-07-25 Chris HansonInitial revision
1991-07-25 Chris HansonInstall machine-dependent file and procedure to perform...
1991-07-25 Chris HansonInitial revision
1991-07-25 Chris HansonImplement support to permit cacheing of PC-relative...
1991-07-25 Chris HansonAddition of operations and procedures to manipulate...
1991-07-24 Guillermo J... Changes to make sure that Scheme does not get into...
1991-07-24 Arthur GlecklerAdd support for setting the resource class and name...
1991-07-24 Chris HansonFix typo in previous change.
1991-07-24 Chris HansonAdd .PHONY targets to make targets like "scheme" work...
1991-07-24 Chris HansonWork around bug in Ultrix: the `times' system call...
1991-07-23 Chris Hanson*** empty log message ***
1991-07-23 Chris HansonAdd a 1D property table to each graphics device.
1991-07-23 Chris HansonAddition of operations and procedures to manipulate...
1991-07-23 Chris HansonEditing of X11 image, visual, and colormap support...
1991-07-21 Chris HansonFix typo in load/store instruction rules.
1991-07-21 Chris HansonENVIRONMENT-HAS-PARENT? must return one of three values...
1991-07-19 Chris HansonFix typo in last change.
1991-07-19 Chris HansonEliminate now-unused variable.
1991-07-19 Chris HansonEliminate spurious compiler warning.
1991-07-19 Chris HansonFix bugs in reduction declarations.
1991-07-19 Arthur GlecklerNew Edwin debugger (commissioned for 6.001)
1991-07-18 Arthur GlecklerFix the pluralization of "argument" in the WRONG-NUMBER...
1991-07-18 Mark FriedmanChanged support for stepper hooks. Return hooks now...
1991-07-17 Chris HansonFix bug in DIRECTORY-READ: if the argument has any...
1991-07-17 Chris HansonFix bug in DIRECTORY-READ: if the argument has any...
1991-07-16 Chris HansonGuarantee error if unable to find one of Edwin's system...
1991-07-16 Chris HansonEliminate redundant instructions in flonum-cons rule.
1991-07-16 Arthur GlecklerHooks for running before restarts and debugger returns.
1991-07-16 Arthur GlecklerAdd a hook to run before doing a return command from...
1991-07-15 Arthur GlecklerAdd a hook in INVOKE-RESTART-INTERACTIVELY between...
1991-07-15 Arthur GlecklerTrivial formatting change.
1991-07-15 Chris HansonFix error message generated when object passed to a...
1991-07-13 Chris HansonCatch error returns in calls to transcendental functions.
1991-07-12 Chris Hanson*** empty log message ***
1991-07-12 Chris HansonVarious fixes to floating-point trap code.
1991-07-12 Chris HansonAdd code to handle siginfo structure that is zero.
1991-07-12 Chris HansonForgot to step loop counter in last change to find_sign...
1991-07-12 Chris HansonAdd initialization code to enable the IEEE traps.
1991-07-12 Chris HansonChange rule for predicates that compare against implici...
1991-07-12 Chris HansonChange DISK-RESTORE to try explicit filename first...
1991-07-12 Chris HansonChange DISK-RESTORE to try explicit filename first...
1991-07-11 Chris HansonAdd entry for HP 9000 series 400.
1991-07-11 Chris HansonAdd initialization code that enables most of the IEEE...
1991-07-11 Chris Hanson*** empty log message ***
1991-07-11 Chris HansonRewrite X-STORE-COLORS. Previously it had unpredictabl...
1991-07-11 Chris HansonChange find_signal_code_name to be more customizable...
1991-07-11 Chris HansonInitial revision
1991-07-11 Chris HansonFix typo in HP 9000 series 800 trap codes.
1991-07-10 Chris HansonHandle (/ 0 X) specially to guarantee that result is...
1991-07-09 Chris HansonFix bug in which CLEAR-RECTANGLE would erase the highli...
1991-07-09 Chris HansonFix SIGSEGV that occurred when deleting the selected...
1991-07-09 Chris HansonAdd FRESH-LINE procedure.
1991-07-09 Chris Hanson*** empty log message ***
1991-07-08 Chris HansonImport hook/repl-eval from the runtime system.
1991-07-08 Chris HansonFix bug that caused SIGSEGV or SIGBUS to happen when...
1991-07-08 Chris HansonFix typo in documentation string.
1991-07-06 Chris HansonIn `dstack_set_position', must unblock signals while...
1991-07-05 Chris HansonChanges to fix `dstack_set_position' bug.
1991-07-05 Chris HansonChange to use new `dstack_alloc_and_protect' procedure.
1991-07-05 Chris HansonEliminate use of CATCH and THROW macros. Use position...
1991-07-05 Chris HansonImplement new procedure `dstack_alloc_and_protect'...
1991-07-05 Chris HansonChange evaluation commands to correctly bind current...
1991-07-03 Mark FriedmanThe cpp on altdorf seems to have problems with multilin...
1991-07-03 Mark FriedmanAdded X-BYTES-INTO-IMAGE which takes a vector-8b and...
1991-07-03 Arthur GlecklerHandle interrupted UX_accept system call by retrying...
1991-07-03 Chris HansonPsbtobin was underestimating the amount of space needed...
1991-07-02 Chris HansonChange hardware traps to be errors. Eliminate MICROCOD...
1991-07-02 Chris HansonFix bug that left-justified the modeline for a non...
1991-07-02 Chris HansonDon't treat EACCES specially when opening pty -- this...
1991-07-02 Chris HansonAdd Bintopsb and bchscheme to "all" rule.
1991-07-02 Chris HansonAdd JMiller's new X graphics primitives.
1991-07-02 Chris HansonBlock all signals while performing dstack allocation...
1991-06-26 Chris HansonUse upper case to highlight procedure and special form...
1991-06-24 Guillermo J... Export intern-soft.
1991-06-24 Guillermo J... Define find-symbol and intern-soft.
1991-06-24 Chris HansonChange hardware traps to be errors. Eliminate MICROCOD...
1991-06-24 Chris HansonChange tags table to include entries from all machine...
1991-06-22 Chris HansonChange `abort_to_interpreter' and `exit_interruptable_e...
1991-06-22 Chris HansonInitial revision
1991-06-21 Gerald Jay... Implement primitives to map event coordinates to graphi...
1991-06-21 Chris HansonChange GC traps to do >= comparisons rather than ==.
1991-06-21 Chris HansonChanges to configure for either little- or big-endian...
1991-06-20 Chris HansonChanges for sony mips.
1991-06-18 Arthur GlecklerMake Edwin buffer and window output ports correctly...
1991-06-18 Arthur GlecklerMake Edwin buffer and window output ports correctly...
1991-06-17 Chris HansonFix incorrect uses of `define-export'.
1991-06-17 Chris HansonChanges to get compiler running on big-endian MIPS.
1991-06-15 Chris HansonChanges for sony news laptop running news os 5.01.
1991-06-15 Chris HansonChanges for sony news laptop running news os 5.01.
1991-06-15 Chris HansonFix typo in previous change.
1991-06-14 Chris HansonExport `debugging-info/unknown-expression?' for use...
1991-06-14 Chris HansonChanges for sony news laptop running news os 5.01.
next