mit-scheme.git
1995-07-27 Stephen AdamsPackage changes for new DBG info.
1995-07-27 Stephen AdamsRemoved all the higher order constructors as there...
1995-07-27 Stephen AdamsAltered DEFINE-EXPORT's expansion so that it (and conse...
1995-07-27 Stephen AdamsAdded code to merge dbg-block model.
1995-07-27 Stephen AdamsModified evaluation to understand modules - this should...
1995-07-27 Stephen AdamsDefine the HPPA magical SHARP_F.
1995-07-27 Stephen AdamsImplement INSTRUCTION-ADDRESS->COMPILED-CODE-BLOCK.
1995-07-27 Stephen AdamsBetter heuristic location of compiled code blocks.
1995-07-27 Stephen AdamsNew type-codes.
1995-07-27 Stephen AdamsNew type-codes: new precomputed trap constants.
1995-07-27 Stephen AdamsArrange that GLOBAL_ENV is #F and END_OF_CHAIN is diffe...
1995-07-27 Stephen AdamsUse EMPTY_WEAK_CHAIN.
1995-07-27 Stephen AdamsNew type-code assignments.
1995-07-27 Stephen AdamsSplit fixnum type-codes.
1995-07-27 Stephen AdamsAdded option -empty-list-eq-false.
1995-07-27 Stephen AdamsNew type-codes.
1995-07-26 Stephen AdamsFixed to work with split fixnums: they are signed and...
1995-07-26 Stephen AdamsSplit fixnum type-codes.
1995-07-26 Stephen Adams1. New FASL versions.
1995-07-26 Stephen AdamsMonster typo last version managed to duplicate most...
1995-07-26 Stephen AdamsNew type-codes.
1995-07-26 Stephen AdamsChanged for split fixnum tags.
1995-07-26 Stephen AdamsAdded code to fix '() according to #F = '() or #F ...
1995-07-26 Stephen AdamsNew FASL versions for split fixnum typecodes.
1995-07-26 Stephen AdamsNew constants based on new type-codes.
1995-07-26 Stephen AdamsImproved heuristic for identifying compiled code blocks.
1995-07-26 Stephen AdamsNew version for split fixnum typecodes and #F != ().
1995-07-26 Stephen AdamsUse EMPTY_WEAK_CHAIN for weak pair chain instead of...
1995-07-26 Stephen AdamsBumped version number.
1995-07-26 Stephen AdamsNew type-codes.
1995-07-26 Stephen AdamsAdded RC_COMP_LINK_CACHES_CONTINUE.
1995-07-26 Stephen AdamsMostly reformatting.
1995-07-26 Stephen AdamsAdded slot for trampoline generator.
1995-07-26 Stephen AdamsAdded Debug_Stack_Trace and Debug_Print.
1995-07-26 Stephen AdamsChanged for #F/().
1995-07-26 Stephen AdamsMerged in changes for new compiler.
1995-07-26 Stephen AdamsMerged OS2 changes and new compiler changes.
1995-07-26 Stephen AdamsNew version for new compiler. Many changes due to...
1995-07-26 Stephen AdamsMerged changes from OS2 and OS2 and new tag scheme.
1995-07-25 Stephen AdamsAttempt to fix Hal's SWAT+PPP problem.
1995-07-24 Chris HansonFix bug in INSERT-DIRECTORY that caused Dired buffer...
1995-07-24 Stephen AdamsAdded constant folding and algebraic rewrites for some...
1995-07-24 Stephen AdamsAdded CALL/OPERAND1 .. CALL/OPERAND3
1995-07-21 Stephen AdamsRemoved a `(LOOKUP ,x) from the dbg info.
1995-07-21 Stephen AdamsChanged continuation types to be the same as in the...
1995-07-21 Stephen AdamsLots of changes, mainly:
1995-07-20 Stephen AdamsAdded primitives to the histogram KEY<? predicate.
1995-07-19 Chris HansonMust use TYPE option with NAMED option.
1995-07-19 Chris HansonChange representation of random-state objects to allow...
1995-07-17 Stephen AdamsImplemented new version of the uncompressor. In additi...
1995-07-16 Stephen AdamsChanged to provide info-generation-2 with a map from...
1995-07-16 Stephen AdamsFixed unassigned variable in COMPILER:WRITE-LAP-FILE?
1995-07-15 Stephen AdamsNow we set the PROCEDURE field of an DBG-BLOCK environment
1995-07-14 Michael R.... Initial revision
1995-07-14 Stephen AdamsBlew away old dbg info generation. Added code to ...
1995-07-13 Stephen Adams*** empty log message ***
1995-07-13 Stephen AdamsAdded map for locating compiled code block constants...
1995-07-13 Stephen AdamsFixed bug in BEGINNIFY.
1995-07-13 Michael R.... Initial revision
1995-07-12 Stephen AdamsAdded a sentence about structure option (print-procedur...
1995-07-12 Stephen AdamsAdded `unspecific' to the end of the file so that it...
1995-07-12 Stephen AdamsDuring output of constructor and loader source files...
1995-07-12 Stephen AdamsFix think-o in last change.
1995-07-11 Chris HansonChange interface with OS/TRIM-PATHNAME-STRING to pass...
1995-07-11 Chris HansonNew implementation of OS/TRIM-PATHNAME-STRING takes...
1995-07-11 Chris HansonChange interface with OS/TRIM-PATHNAME-STRING to pass...
1995-07-11 Chris HansonInstall kludge to handle \\foo\bar notation.
1995-07-11 Chris HansonInstall kludge to handle \\foo\bar notation.
1995-07-11 Chris HansonFix think-o in previous change.
1995-07-11 Stephen AdamsForced left-to-right processing of subexpression so...
1995-07-11 Stephen AdamsAllow expression target of (NONE).
1995-07-11 Michael R.... Initial revision
1995-07-11 Michael R.... Initial revision
1995-07-10 Stephen AdamsAdded a few colons to error messages because I spent...
1995-07-10 Stephen AdamsAdjusted the code that passes the `original form' aroun...
1995-07-08 Stephen AdamsNEW-DBG-PROCEDURE now keeps the lambda-list implicitly...
1995-07-08 Stephen AdamsRemoved accidental copy of a procedure.
1995-07-07 Stephen AdamsChanged so that it re-orders vectors in the debugging...
1995-07-07 Stephen AdamsInitial revision
1995-07-07 Chris HansonChange FILE-TIME->STRING to use a full year rather...
1995-07-07 Stephen AdamsDon't optimize away (LET () ...) if the body of the...
1995-07-06 Chris HansonAnother try.
1995-07-06 Chris HansonDon't optimize away (LET () ...) if the body of the...
1995-07-06 Chris HansonFix typo that prevented the body of an IN-PACKAGE speci...
1995-07-06 Stephen AdamsRemoved constraint on hook contiuations. The code...
1995-07-06 Stephen AdamsDistribution-profiled & rearranged dispatch.
1995-07-06 Stephen AdamsRemoved dead code. Profiled frequency distribution...
1995-07-06 Stephen Adams. Changed the declaration code so that it treats IN...
1995-07-04 Stephen AdamsRemoved unused procedure.
1995-07-04 Stephen AdamsFixed generation of DBG info for self-references.
1995-07-04 Stephen AdamsImplemented the COMPILE-BOOLEAN-PROPERTY procedure...
1995-07-04 Stephen AdamsChanged the IGNORE-[REFERENCE/ASSIGNMENT]-TRAPS declara...
1995-07-04 Stephen AdamsChanges to correspond with the format of NEW-DBG-BLOCKs...
1995-07-04 Stephen AdamsAdded a dbg-rewrite for a lifted stub.
1995-07-04 Stephen Adams . Changed the record types NEW-DBG-VARIABLE and NEW...
1995-07-04 Stephen Adams . Arranged for correct offsets for arguments from...
1995-07-04 Stephen AdamsRemoved duplicate definition.
1995-07-04 Stephen AdamsDBG rewrites are remembered as symbols instead of ...
1995-07-04 Stephen AdamsFixed to track renaming for dbg info of names introduce...
1995-07-04 Stephen AdamsTidying.
next