mit-scheme.git
1995-01-06 Chris HansonImplement COLOR? predicate to determine if a given...
1995-01-06 Chris HansonAdd OS/2 graphics. Conditionalize loading of other...
1995-01-06 Chris HansonFix OS/2 directory sorting algorithm to be normal alpha...
1995-01-06 Chris HansonConsole no longer does line translation, so writes...
1995-01-06 Chris HansonChange MAKE-INPUT-BUFFER and MAKE-OUTPUT-BUFFER to...
1995-01-06 Chris HansonAdd new files for OS/2 graphics.
1995-01-06 Chris HansonAdd OS-specific definitions for EOL and EOF markers.
1995-01-06 Chris HansonDon't look for old files with 4-character suffixes...
1995-01-06 Chris HansonInitial revision
1995-01-06 Chris HansonSet the NOINHERIT bit in all channels, so that the...
1995-01-06 Chris HansonFix some timing errors associated with opening the...
1995-01-06 Chris HansonChange all coordinate variables from "unsigned short...
1995-01-05 Chris HansonAdd mechanism to "unread" messages back to the head...
1995-01-05 Chris HansonAdd messages for graphics and subprocess support. ...
1995-01-05 Chris HansonIBM's OS/2 C runtime library doesn't have `environ...
1995-01-05 Chris HansonAdd subprocess changes to "select" support.
1995-01-05 Chris HansonImplement DRIVE-TYPE primitive, which is used to distin...
1995-01-05 Chris HansonChange implementation of readahead in input channels...
1995-01-05 Chris HansonConsole must not perform newline translation -- that...
1995-01-05 Chris HansonAdd new system calls needed for OS/2 subprocess support.
1995-01-05 Chris HansonEliminate "os2api.c" and add new system calls needed...
1995-01-05 Chris HansonPut serializing lock in OS2_create_queue to guarantee...
1995-01-05 Chris HansonChange to use static linking. Add support for subproce...
1995-01-05 Stephen AdamsAdded primitive INDEX-FIXNUM? from the split typecode...
1995-01-05 Stephen AdamsAdded KMP-PROGRAM-SIZE which yields the number of pairs...
1995-01-05 Stephen AdamsAdded GROWTH/<phase> statistics to gather information...
1995-01-05 Stephen AdamsAdded min and max to AVERAGE statistic.
1995-01-05 Chris HansonImplement new OS-TYPE-CASE expression; this is used...
1994-12-19 Chris HansonCan no longer define (edwin win-commands) package becau...
1994-12-19 Chris HansonMany changes to support Edwin. Converging on a final...
1994-12-19 Chris HansonReconditionalize so that OS/2 is handled much like...
1994-12-19 Chris HansonAdd some more OS/2 system calls.
1994-12-19 Chris HansonFix bug: must use signed character type when doing...
1994-12-19 Chris HansonAdd support for OS/2 message boxes, and send standard...
1994-12-19 Chris HansonDefine hook to start interpreter for OS/2, needed in...
1994-12-19 Chris HansonInitial revision
1994-12-19 Chris HansonMerge in changes from split-tag system.
1994-12-19 Chris HansonMerge in changes from split-tag system.
1994-12-19 Chris HansonMerge in changes for OS/2 and from new compiler.
1994-12-19 Chris HansonChange cold-load order to put INITIALIZE-SYSTEM-PRIMITI...
1994-12-19 Chris HansonGeneralize HARDWARE-TRAP-FRAME/CODE to correctly handle...
1994-12-19 Chris HansonFix code to do directory simplification better. Elimin...
1994-12-19 Chris HansonTweak: OS/2 directory reader directly implements wildca...
1994-12-19 Chris HansonImplement additional support needed for Edwin.
1994-12-19 Chris HansonAdd code to handle OS/2 hardware exceptions.
1994-12-19 Chris HansonAdd DOS and OS/2 files.
1994-12-19 Chris HansonIn COPY-FILE, move mode-setting statement after closing...
1994-12-19 Chris HansonImplement and use new variable MICROCODE-ID/OPERATING...
1994-12-19 Chris HansonUndo PC-specific changes from previous revision. Add...
1994-12-19 Chris HansonUndo PC-specific changes from previous revision. Add...
1994-12-19 Chris HansonInitial revision
1994-12-19 Chris HansonAdd new operating-system dependency: OS/SET-FILE-MODES...
1994-12-19 Chris HansonUse new variable MICROCODE-ID/OPERATING-SYSTEM.
1994-12-19 Chris HansonSort ed-ffi database after it is loaded in order to...
1994-12-19 Chris HansonAdd OS/2 files.
1994-12-19 Chris HansonFix bug that caused asynchronous thread events, and...
1994-12-16 Stephen AdamsChanged the rtl parser to hash on symbol names rather...
1994-12-16 Stephen AdamsInsterted internal warning for interrupt checks with...
1994-12-16 Stephen Adams*** empty log message ***
1994-12-15 Stephen AdamsAdded check for valid dbg-procedure/block to avoid...
1994-12-15 Stephen AdamsChanged the implementation of +, -, *, /, <, <=, =...
1994-12-15 Stephen AdamsAdded build dependencies for new "base/stats" file.
1994-12-15 Stephen AdamsExported compiler:enable-statistics? switch.
1994-12-15 Stephen AdamsInitial revision
1994-12-15 Stephen AdamsMoved compiler statistics to own file.
1994-12-15 Stephen AdamsAdded compiler:enable-statistics?
1994-12-15 Stephen Adamsexport compiler:enable-statistics?
1994-12-15 Stephen AdamsAdded statistic.
1994-12-15 Stephen AdamsAdded statistic.
1994-12-15 Stephen AdamsFixed typo.
1994-12-14 Stephen AdamsRemoved extra `)'
1994-12-14 Stephen AdamsAdded some compiler statistics utilities. The idea...
1994-12-14 Stephen AdamsAdded a few statistics.
1994-12-14 Stephen AdamsExport COMPILER:*** variables for statistics
1994-12-09 Stephen AdamsInitial revision
1994-12-09 Stephen AdamsInitial revision
1994-12-08 Stephen AdamsPlaced limits on size of objects open-coded by STRING...
1994-12-06 Stephen AdamsChanged *MAXIMUM-NODE-COUNT* default to 15000
1994-12-06 Stephen AdamsUsed LOAD-OPTION to load cref.
1994-12-06 Stephen AdamsUsed LOAD-OPTION to load cref.
1994-12-06 Stephen AdamsRemoved old CFG types (proced.scm & friends).
1994-12-06 Stephen AdamsTemporary patch to drop bad environment info in
1994-12-05 Stephen AdamsAdded compiler:debug.
1994-12-02 Chris HansonInitial revision
1994-12-02 Chris HansonChanges for PM interface.
1994-12-02 Chris HansonImplement special support for OS/2 console.
1994-12-02 Chris HansonImplement special support for OS/2 console.
1994-12-02 Chris HansonAdd PM interface header file.
1994-12-02 Chris HansonNumerous changes driven by implementation of PM interface.
1994-12-02 Chris HansonAdd "OS2_" prefixes to exported procedure names. Imple...
1994-12-02 Chris HansonChange initialization sequence so that OS/2 can start...
1994-12-02 Chris HansonChange initialization sequence so that OS/2 can start...
1994-12-02 Stephen AdamsI exported *pp-auto-highlighter*
1994-12-02 Stephen AdamsAdded *pp-auto-highlighter*.
1994-12-02 Stephen AdamsRemoved old CFG datatypes and associated variables...
1994-12-02 Stephen AdamsRemoved old CFG datatypes and associated variables...
1994-12-02 Stephen AdamsRemoved (interrupt-check:procedure/avoid-for-this-label...
1994-12-02 Stephen AdamsFixed string reading again. This time it uses a string...
1994-12-01 Stephen Adams*** empty log message ***
1994-12-01 Stephen AdamsFixed in PARSE-OBJECT/STRING-QUOTE to make it behave...
next