mit-scheme.git
1987-08-07 Chris HansonInitial revision
1987-08-07 Guillermo J... Make Psbtobin and Bintopsb handle bit strings.
1987-08-06 Guillermo J... Insert page breaks between blocks.
1987-08-06 Guillermo J... Add bit-string-xor! primitive.
1987-08-06 Guillermo J... Add bit-string-xor! primitive.
1987-08-06 Guillermo J... Add bit-string-xor! primitive.
1987-08-06 Guillermo J... Fix typo in config.h
1987-08-06 Guillermo J... FALS_PYR ==> FASL_PYR
1987-08-06 Chris HansonFix weak pairs for bchscheme.
1987-08-06 Guillermo J... - Make bitstr.c work on machines with "little indian...
1987-08-06 Guillermo J... - Make bitstr.c work on machines with "little indian...
1987-08-06 Guillermo J... Fix bug in block->variable-names.
1987-08-05 Guillermo J... Fix bug in allocate_string which was making impurify...
1987-08-04 Chris HansonAllocate RTL registers separately for each procedure...
1987-08-03 Guillermo J... Fix some bugs in uuo links, and reorganize the uuo...
1987-08-01 Guillermo J... - Make the environment abstraction handle all trap...
1987-08-01 Guillermo J... - Set-fixed-objects-vector now errors when given a...
1987-07-31 Chris HansonInclude disassembler and 68020 instruction files.
1987-07-31 Chris HansonExport some procedures from the compiler-package to...
1987-07-31 Chris HansonAllow dereferencing of constants in RTL.
1987-07-30 Guillermo J... Make cmp68020.s understand 32 bit block offsets.
1987-07-30 Guillermo J... Reimplement 32 bit offsets in compiled code blocks...
1987-07-30 Guillermo J... Reimplement 32 bit offsets in compiled code blocks...
1987-07-30 Guillermo J... Change the way 32 bit offsets are implemented.
1987-07-30 Guillermo J... Make the compiler handle 32 bit offsets.
1987-07-30 Guillermo J... Add a kludge to disable the integration of the results...
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...
next