mit-scheme.git
1987-07-22 Guillermo J... The microcode now understands 32 bit block offsets...
1987-07-22 Chris HansonIn `generate-operands', handle case where number of...
1987-07-22 Guillermo J... The assembler now chooses the right length for branch...
1987-07-21 Chris HansonInstall missing defaults for case when there is no...
1987-07-21 Chris HansonFix order-of-events bug in open-coded consing.
1987-07-21 Guillermo J... Add new 68020 addressing modes.
1987-07-21 Guillermo J... Change transformer name.
1987-07-21 Chris HansonRedo macro so that open-paren of macro is on same line...
1987-07-21 Henry M. WuAdded generation of debugging info filename.
1987-07-20 Chris HansonFix broken increment of frame-size for invocation:looku...
1987-07-19 Chris HansonForgot to update `SUBVERSION' for previous change.
1987-07-19 Chris HansonNew release number "5.3.0".
1987-07-19 Chris HansonTypo in pathname parser.
1987-07-19 Chris HansonMissing definition of `rtl:interpreter-call-result...
1987-07-18 Chris HansonAdd a few new primitives to support more sophisticated...
1987-07-18 Chris HansonReimplement pathname parsing stuff for new VMS parser.
1987-07-17 Henry M. WuFirst release of debugging information generating utili...
1987-07-17 Guillermo J... Initial revision
1987-07-17 Guillermo J... Complete the 68020 instruction set.
1987-07-16 Guillermo J... Bug in generate-n-times. It now expects a thunk rather...
1987-07-16 Guillermo J... Bug in NMV header size.
1987-07-16 Guillermo J... Change branch types from S and L to B and W.
1987-07-16 Guillermo J... Fix bug in generate-n-times. It now expects a thunk...
1987-07-16 Guillermo J... Fix bug in generate-n-times. It now expects a thunk...
1987-07-16 Chris HansonFix stupid typo from last change.
1987-07-15 Chris HansonCan't use the identifier `entry' on VMS.
1987-07-15 Chris HansonShorten names to 31 characters for VMS.
1987-07-15 Henry M. Wu*** empty log message ***
1987-07-15 Guillermo J... Initial revision
1987-07-15 Guillermo J... Add branch tensioning assembler.
1987-07-14 Henry M. WuAdded primitive COMPILED-CODE-ADDRESS->OFFSET
1987-07-14 Henry M. WuUpped version to reflect addition of primitive COMPILED...
1987-07-14 Chris HansonAdd macro to abstract the type of syntax tables. This...
1987-07-14 Chris HansonInitial revision
1987-07-14 Chris HansonImplement regular expression primitives for Edwin.
1987-07-13 Guillermo J... Add maximum-padding-length definition.
1987-07-10 Chris HansonChange `filename-append' to make lists of absolute...
1987-07-10 Henry M. WuFixed bug in MAKE-BLOCK.
1987-07-09 Henry M. WuMade combinations pass their block to continuations.
1987-07-09 Henry M. WuAdded "block-frame" slot to hold on to debugging inform...
1987-07-09 Henry M. WuAdded "block" slot to continuation objects.
1987-07-08 Guillermo J... The RTL is now translated directly to bits, rather...
1987-07-08 Guillermo J... The RTL is now translated directly to bits, rather...
1987-07-08 Guillermo J... Up version number.
1987-07-08 Guillermo J... Add operator expanders for compiler.
1987-07-07 Chris HansonRedefine meaning of frame-size slot for `invocation...
1987-07-07 Chris HansonRedefine meaning of frame-size slot for `invocation...
1987-07-07 Chris HansonDefine `make_vector' procedure to facilitate constructi...
1987-07-07 Chris HansonAdd relocation hook for common lisp.
1987-07-07 Chris HansonAdded two new primitives.
1987-07-07 Chris HansonAdd site-specific hooks to expression and return dispat...
1987-07-07 Chris Hanson*** empty log message ***
1987-07-07 Chris HansonUpdate reference from `add-syntax!' to `syntax-table...
1987-07-07 Chris HansonAdd hooks for various extensions.
1987-07-07 Chris HansonDefine `FUTURE_VARIABLE_SPLICE' macro.
1987-07-07 Chris HansonAdd site-specific include file.
1987-07-07 Chris HansonDelete obsolete definitions. Define `Zone_Scheduler'.
1987-07-07 Guillermo J... UUO link bugs.
1987-07-07 Guillermo J... Minor changes to unix.c, future.c, default.h, and looku...
1987-07-07 Guillermo J... Add default Future_Variable_Splice.
1987-07-07 Guillermo J... Move New_Future_Number to future.c
1987-07-07 Guillermo J... Move New_Future_Number to future.c
1987-07-07 Guillermo J... Make Wsize work on machines which do not set ERANGE...
1987-07-03 Chris HansonUse correct type code for procedure entries.
1987-07-03 Chris HansonDon't forget to setup the number of arguments in D0...
1987-07-03 Chris Hanson`compiler_fake_uuo_link' was looking for the procedure...
1987-07-03 Chris HansonAdd declarations and uuo-link handling.
1987-07-03 Chris HansonAdd new invocation type for uuo-link invocations. ...
1987-07-03 Chris HansonAdd new invocation type for uuo-link invocations.
1987-07-03 Chris HansonUse uuo-links for unknown reference-calls if the variab...
1987-07-03 Chris HansonInitial revision
1987-07-02 Chris HansonAdd new expression type 'UUO-LINK.
1987-07-02 Chris HansonAdd new file "alpha/declar".
1987-07-02 Chris HansonAdd slot to variable objects to allow attachment of...
1987-07-02 Chris HansonAllow unused declarations to be passed through to next...
1987-07-02 Chris HansonRemap "Visiting->" prompt.
1987-07-02 Chris HansonRemap some prompts to values that look better in the...
1987-07-01 Guillermo J... Done with early assembly.
1987-07-01 Guillermo J... This commit was generated by cvs2svn to compensate...
1987-07-01 Guillermo J... Done with early assembly.
1987-07-01 Guillermo J... Done with early assembly.
1987-07-01 Guillermo J... Update to match fasl.h
1987-06-30 Chris HansonChange `sf' so that it does sticky filename defaulting...
1987-06-30 Chris HansonChange `load' so that it does sticky filename defaultin...
1987-06-30 Chris HansonChange vector unparser to obey the variables
1987-06-30 Chris HansonFix advising of internal definitions, which has not...
1987-06-30 Chris HansonChange handling of lists whose car is 'QUOTE so that...
1987-06-30 Chris HansonFix another bug -- when connecting procedures to vnodes...
1987-06-30 Guillermo J... BSD has the file creation flags in a different include...
1987-06-30 Chris HansonWhen walking a pnode that requires the copying of the...
1987-06-29 Chris HansonAdd test to guarantee that all continuations are code...
1987-06-29 Chris HansonFix two bugs in the compiled code interface having...
1987-06-26 Guillermo J... Disallow *unparse-symbol integration to provide hook...
1987-06-26 Chris HansonAdd some operations for new regset abstraction.
1987-06-26 Chris HansonInitial revision
1987-06-26 Chris HansonGuarantee that GC notifications are printed with correc...
1987-06-25 Chris HansonSplit "rtypes" into two parts.
1987-06-25 Guillermo J... Provide a *unparse-symbol hook for canonicalization...
1987-06-25 Guillermo J... Provide a *unparse-symbol hook for canonicalization.
1987-06-25 Guillermo J... Initial revision
next