mit-scheme.git
1987-08-20 Chris HansonNow if `pathname-newest' is false, it indicates that...
1987-08-20 Chris HansonMove `file-exists?' into the pathname code since it...
1987-08-20 Chris HansonDefine `pathname-newest' in terms of `truename-exists?'.
1987-08-20 Chris HansonAdd `pathname-newest' operation.
1987-08-19 Guillermo J... Initial revision
1987-08-19 Guillermo J... Separate opcode from operand in BUG instruction.
1987-08-18 Guillermo J... Fix syntaxing of displacement fields.
1987-08-18 Guillermo J... Fix syntactic bug in definition of conditional branch...
1987-08-18 Guillermo J... Typo in field instructions.
1987-08-18 Guillermo J... #xOC -> #x0C
1987-08-18 Guillermo J... Fix parenthesis mismatch.
1987-08-18 Guillermo J... Add redundant information for the benefit of the disass...
1987-08-18 Guillermo J... Add redundant information for the benefit of the disass...
1987-08-18 Guillermo J... Add redundant information for the benefit of the disass...
1987-08-17 Guillermo J... Fix bug in read/write-bits! and make them work on the...
1987-08-17 Chris HansonDo no constant fold operations on mutable structures.
1987-08-16 Guillermo J... Patch for vax cpp bug.
1987-08-14 Guillermo J... Initial revision
1987-08-14 Guillermo J... Add self adjusting addressing modes.
1987-08-14 Guillermo J... Add variable width syllables.
1987-08-13 Guillermo J... Make instruction sequencing independent of machine...
1987-08-13 Guillermo J... Initial revision
1987-08-13 Guillermo J... Add displacement coercions.
1987-08-12 Guillermo J... Change to OS_read_char_ready_p, OS_System_Clock, and
1987-08-11 Chris HansonAllocate rgraphs with correct size.
1987-08-11 Chris HansonFix bug in defaulting of keyword constructor arguments.
1987-08-11 Chris HansonInitial revision
1987-08-10 Guillermo J... Remove signed character dependencies.
1987-08-10 Guillermo J... Minor tuning of bchscheme parameters.
1987-08-10 Guillermo J... Use prealloc to improve performance of sequential reads...
1987-08-10 Guillermo J... Tune the disk buffer size.
1987-08-10 Panayotis SkordosAdded READ-IMAGE-FROM-2BINT-FILE
1987-08-10 Guillermo J... Add bit-string-append-reversed for use by the compiler.
1987-08-10 Panayotis SkordosAdded READ-IMAGE-FROM-2BINT-FILE
1987-08-08 Chris HansonMark the graph when compressing bblocks to prevent...
1987-08-08 Chris HansonCompress blocks with a separate set of node marks since...
1987-08-08 Chris HansonDiscard information a bit more aggressively.
1987-08-07 Chris HansonImplement rule for cache-unassigned? trap.
1987-08-07 Chris Hanson*** empty log message ***
1987-08-07 Chris HansonFix typo.
1987-08-07 Chris HansonRedesign RTL data structures. New structures have...
1987-08-07 Chris HansonInitial revision
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.
next