mit-scheme.git
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...
1994-11-26 Stephen AdamsChanged NEW-VARIABLE to put the index as part of the...
1994-11-26 Guillermo J... Whitespace problem?
1994-11-26 Guillermo J... Update to partly handle new compatibility stuff.
1994-11-26 Guillermo J... Add compile/debug since compile drops the variable...
1994-11-26 Jim MillerCalls to *make-environment now declare the correct...
1994-11-26 Jim MillerGet rid of spurious "cont" binding in first-class envir...
1994-11-26 Jim MillerIt is now illegal to have a uuo-link with unknown numbe...
1994-11-25 Stephen AdamsAdded code-rewrite/remember
1994-11-25 Stephen AdamsChanges make-dataflow-analyzer to do nothing if dataflo...
1994-11-25 Stephen AdamsAdded/fixed *phases-to-omit*
1994-11-25 Stephen Adams(with Bill) added calls to remember rewrites
1994-11-25 Stephen Adams*** empty log message ***
1994-11-25 Stephen AdamsAdded variable *maximum-node-count* to abort dataflow...
1994-11-25 Jim MillerChanged order of arguments to %*set!
1994-11-25 Stephen AdamsAdded code/rewrite stuff
1994-11-25 Stephen AdamsBill added some debugging stuff.
1994-11-25 Stephen AdamsCorrected the remember procedure.
1994-11-25 Stephen Adams*** empty log message ***
1994-11-25 Jim MillerAdded code to stackopt/model/make to handle the case...
1994-11-25 Stephen AdamsAdded code to include the parameters of `fat' procedure...
1994-11-23 Guillermo J... Undo change to rtlgen/available-registers that made...
1994-11-23 Stephen AdamsMore profiling stuff
1994-11-23 Guillermo J... Eliminate potential register reallocation of the contin...
1994-11-23 Stephen Adams*** empty log message ***
1994-11-23 Guillermo J... Make compile by procedures dump the filename in every...
1994-11-23 Stephen AdamsTurn debugging information on by default.
1994-11-23 Stephen AdamsFix within-midend to propagate debugging information...
1994-11-23 Stephen AdamsMake missing debugging info warn instead of signalling...
1994-11-22 Guillermo J... Fix parenthesis problem.
1994-11-22 Stephen AdamsAdded profile counts for a few operations (cons, make...
1994-11-22 Guillermo J... Simple returns (and hook returns) must associate the...
1994-11-22 Guillermo J... Substitutions must propagate debugging information...
1994-11-22 Guillermo J... Letrec must propagate debugging information correctly...
1994-11-22 Guillermo J... Add definition of code-rewrite/remember*!
1994-11-22 Guillermo J... Add call to compat/remember in the special handler for
1994-11-22 Stephen Adams*** empty log message ***
1994-11-22 Stephen AdamsAdded profile-count hook entries.
1994-11-22 Stephen AdamsMake lamba-list/parse return #!AUX parameters
1994-11-22 Stephen Adams*** empty log message ***
1994-11-20 Guillermo J... Delay environment construction until after it is determ...
1994-11-20 Stephen AdamsAdded copyright.
1994-11-20 Guillermo J... Add new compiled-code methods for new compiler.
1994-11-20 Chris HansonExport new names for channel-file-length etc.
1994-11-20 Chris HansonFix name conflict with new OS/2 primitive FILE-LENGTH.
1994-11-20 Chris HansonChange to use new file-length procedure.
1994-11-20 Chris HansonImplement file-length procedure.
1994-11-20 Chris HansonRename procedures:
1994-11-20 Chris HansonDon't use `access' -- use `OS_file_access' instead.
1994-11-20 Jim MillerAdded copyright.
1994-11-20 Jim MillerAdded copyright
1994-11-19 Chris HansonFix typo that causes compiler warning in OS/2 compiler.
1994-11-19 Stephen AdamsInitial revision
1994-11-19 Stephen AdamsInitial revision
1994-11-14 Stephen AdamsRemoved unused procedure.
1994-11-14 Stephen AdamsCopyright date.
1994-11-14 Chris HansonMore small changes for OS/2.
1994-11-14 Chris HansonImplement CLEAR_INTERRUPT_NOLOCK (needed for OS/2).
1994-11-14 Chris HansonEliminate compiler warning.
1994-11-14 Chris HansonMake WRITE-STRINGS-DENSELY more consistent -- it should...
1994-11-14 Chris HansonReformat to eliminate over-long line.
1994-11-14 Chris HansonEliminate old channel select registry mechanism.
1994-11-14 Chris HansonEliminate unix-specific CHANNEL-TYPE=FOO? predicates...
1994-11-14 Chris HansonEliminate unix-specific channel-type=foo? predicates.
1994-11-14 Chris HansonImplement channel-type-name primitive, which should...
1994-11-13 Chris HansonExpand channel_type table to include OS/2 channel types...
1994-11-12 Stephen AdamsAttended to bugs in copying DEFINITIONS and SEQUENCEs.
1994-11-06 Stephen AdamsCorrected a primitive's arity.
1994-11-06 Stephen AdamsAdded DESCRIPTOR->DEVICE argument to OPERATION/OPEN.
1994-11-06 Stephen Adams*** empty log message ***
1994-11-06 Stephen AdamsOPERATION/OPEN now takes an mandatory argument DESCRIPT...
1994-11-04 Chris HansonChange printed representation of undefined values.
1994-11-04 Chris HansonChange ";No value" to ";No useful value" per discussion...
1994-11-03 Stephen AdamsFixed edwin.ldr. Some files were loaded twice.
1994-11-03 Stephen AdamsFixed edwin.ldr. Some files were loaded twice.
1994-11-03 Stephen AdamsFixes to allow bios and the new tterm to work together.
1994-11-02 Stephen AdamsNew Win32 API procedures: GET-FOCUS, SET-ACTIVE-WINDOW...
1994-11-02 Stephen AdamsTurned on optimization for worthwhile files:
1994-11-02 Stephen AdamsRationalized or removed screen primitives to support...
1994-11-02 Stephen AdamsAdd Coffee Icon.
next