mit-scheme.git
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...
1994-11-30 Stephen AdamsFormatting changes while reading to understand what...
1994-11-30 Stephen AdamsExtended variable print method.
1994-11-29 Stephen AdamsInitial revision
1994-11-29 Stephen AdamsRemoved the cf/new etc names.
1994-11-29 Stephen AdamsRemoved cf/new etc, since the `old' names do the new...
1994-11-28 Chris HansonFix think-o.
1994-11-28 Chris HansonAdd OS/2 console to list of terminal-like channels.
1994-11-28 Chris HansonGeneralize runtime system's notion of "terminal" to...
1994-11-28 Chris Hanson*** empty log message ***
1994-11-28 Chris HansonInitial revision
1994-11-28 Chris HansonEliminate "canonicalization" from pathname abstraction...
1994-11-28 Chris HansonInitial revision
1994-11-28 Chris HansonAdd rule to generate OS/2 assembly language file.
1994-11-28 Chris HansonTweak to last change.
1994-11-28 Chris HansonClip out C_call_scheme under OS/2 -- this isn't needed.
1994-11-28 Chris HansonFinal update for first working version of OS/2 port.
1994-11-28 Chris HansonAdd conditionalizations for compiling with gcc under...
1994-11-28 Chris HansonGeneralize handling of filenames to treat OS/2 like...
1994-11-28 Chris HansonInitial revision
1994-11-28 Chris HansonAdd tweaks necessary to get this running under OS/2.
1994-11-28 Chris HansonDefine a special hook to allow OS/2 to shut down its...
1994-11-28 Chris HansonAdd markers to identify procedures that are called...
1994-11-28 Stephen AdamsAdded print methods to the structures.
1994-11-28 Chris HansonSupply missing definition needed for no-compiled-code...
1994-11-28 Chris HansonCall dstack_initialize and transaction_initialize from...
1994-11-28 Chris HansonInitial revision
1994-11-27 Chris HansonFix bug in previous change.
1994-11-26 Guillermo J... Some minor changes for environment information.
1994-11-26 Guillermo J... Added fnord
1994-11-26 Stephen AdamsAdded hooks for PROFILE-COUNT.
1994-11-26 Stephen AdamsForbid lapopt to fill the delay slot in the PROFILE...
1994-11-26 Stephen AdamsAdded switch COMPILER:GENERATE-PROFILING-INSTRUCTIONS?
1994-11-26 Stephen AdamsAdded RTL PROFILE-COUNT and PROFILE-DATA.
1994-11-26 Stephen AdamsPARSE-RTL now inserts PROFILE-COUNT instructions at...
1994-11-26 Stephen AdamsAdded fluid variable *BLOCK-PROFILES* for gathering...
1994-11-26 Stephen AdamsAdded the profile information abstraction.
1994-11-26 Stephen AdamsAdded code to process PROFILE-COUNT and PROFILE-DATA
1994-11-26 Stephen Adams*** empty log message ***
1994-11-26 Guillermo J... Blow away copier/remember, unneeded since the remember...
1994-11-26 Stephen AdamsAdded methods for PROFILE-COUNT and PROFILE-DATA
1994-11-26 Stephen AdamsFor suffix merging, the CONSTANTs in a PROFILE-DATA...
next