Author of Entry:  
Date:             22-Apr-84 19:50:48
Entry type:       Program Release
Subject:          
Keywords:         
←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←

Fixed some bugs.

~
Author of Entry:  Jimmy Muller
Date:             15-Apr-84 00:05:19
Entry type:       Program Release
Subject:          CLC
Keywords:         :end, :start
←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←

Merged in my let-optimization stuff, looking-in-ther-environment-stuff,
and other stuff.

~
Author of Entry:  Ram
Date:             08-Apr-84 20:32:30
Entry type:       Program Release
Subject:          
Keywords:         
←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←

    Profile-Return instruction in instrdefs.  Replace transform really fixed
in seqtran.

~
Author of Entry:  Ram
Date:             06-Apr-84 14:15:13
Entry type:       Program Release
Subject:          
Keywords:         
←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←


    Replace transform kind of fixed for the simple-string case.  I believe thaqt
replace can't really be open-coded as byte-blt, due to the stipulation in the
manual about what happens when the lengths of the designated subsequences differ.

    sxhash-simple-string now takes start and end args.

~
Author of Entry:  Ram
Date:             03-Apr-84 23:17:05
Entry type:       Program Release
Subject:          Common Lisp Compiler
Keywords:         Bugs, Fixes
←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←


    Fix to string= transform.  Fixes to structure dumping in Assem.

~
Author of Entry:  Ram
Date:             01-Apr-84 12:52:52
Entry type:       Program Release
Subject:          CLC
Keywords:         
←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←

   Bug fixes to replace transform.  Compile-from-stream no longer prints the
stream before and after.  Soemthing changed in fndefs.

~
Author of Entry:  Ram
Date:             24-Mar-84 11:50:41
Entry type:       Program Release
Subject:          Common Lisp Compiler
Keywords:         Bug, Fix
←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←

    Fixed find-type so that it didn't return Nil for calls to unknown
funtions.

~
Author of Entry:  Ram
Date:             24-Mar-84 05:33:43
Entry type:       Program Release
Subject:          Common Lisp Compiler
Keywords:         Bugs, Fixes
←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←

Clc: Changed the magical package-frobbing top-level thingies to be dumped
     the way we did it in the old country.  Bundling the things in to
     compiled random forms was causing symbols to be dumped wrong.
Assem: Changed the string non-predicates String/=, etc to say they weren't.
      While i'm talking about fndefs, i'll contine, about how I scanned
      thru and found a half dozen or so frobs that were said to be side-effect
      free and weren't
Assem: Now I'm really talking about assem.  I fixed dump symbol to bump
      the fop-table-index when it dumped a package, so that it didn't get out
      of synch.

~
Author of Entry:  Scott Fahlman
Date:             19-Mar-84 12:05:52
Entry type:       Program Release
Subject:          CLC
Keywords:         Lisp, Compiler, Spice Lisp, Common Lisp
←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←←

New version of the compiler for Spice Lisp on Perq.  This results from a merger
of Skef's compiler for the new instruction set with the latest version of the
old instruction set compiler containing tail-recursion removal and other
bug fixes and optimizations.

~