mit-scheme.git
1987-07-29 Guillermo J... Fix off by one bug in Intern_Block.
1987-07-29 Chris HansonFix bug in "cmp68020.s": multiple variable cache initia...
1987-07-29 Chris HansonWhen walking predicate nodes, must be able to handle...
1987-07-28 Chris HansonChange procedure application simulator to make unsuppli...
1987-07-28 Guillermo J... Initial revision
1987-07-28 Chris HansonChange definition of primitives to eliminate `in-package'.
1987-07-27 Chris HansonRefix typo.
1987-07-27 Chris HansonChange definition of primitives to eliminate `in-package'.
1987-07-27 Chris HansonChange definition of primitives to eliminate `in-package'.
1987-07-27 Guillermo J... Fix bug in floor and ceil when not provided by the...
1987-07-27 Guillermo J... Fix bug in LN-FLONUM.
1987-07-26 Chris HansonUndo last change, it loses by attempting to close proce...
1987-07-24 Chris Hanson*** empty log message ***
1987-07-24 Chris HansonDisable sticky pathname defaulting. Leave hooks in...
1987-07-24 Chris HansonHandle cases where vnodes have known values that are...
1987-07-23 Chris HansonImplement numerous small changes to support new Xlib...
1987-07-23 Chris HansonAdd new C procedures for allocating vectors.
1987-07-23 Chris HansonAdd new procedure for converting fixnum arguments to...
1987-07-23 Chris HansonImplement new procdures for allocating strings.
1987-07-23 Chris HansonImplement more powerful primitive header and argument...
1987-07-23 Chris HansonAdd some useful macros.
1987-07-23 Chris HansonAdd `UNWIND_PROTECT' macro.
1987-07-23 Chris HansonAdd `object_to_long' which is like `Scheme_Integer_To_C...
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...
next