Skip to content
Snippets Groups Projects
  1. Apr 09, 1992
  2. Feb 23, 1992
  3. Jan 24, 1992
  4. Jan 21, 1992
  5. Dec 14, 1991
  6. Dec 11, 1991
    • ram's avatar
      In NODE-ENDS-BLOCK, set COMPONENT-REANALYZE, since we are introducing a · 9af20ab1
      ram authored
      new block which needs a DFN assigned.
      Added :ASSIGNMENT to various dispatches off of FUNCTIONAL-KIND.
      In DELETE-LAMBDA, remove the lambda from its tail-set.
      Whenever we try let conversion, try assignment conversion if it fails.
      Changed DELETE-RETURN not to delete the function from the tail set.
      Fixed DELETE-COMPONENT to set FUNCTIONAL-KIND to NIL before calling 
      DELETE-LAMBDA so that we can delete random kinds of lambdas.
      9af20ab1
  7. Nov 20, 1991
  8. Nov 18, 1991
  9. Nov 14, 1991
  10. Nov 13, 1991
  11. Nov 09, 1991
  12. Nov 06, 1991
  13. Sep 03, 1991
  14. Jul 18, 1991
  15. Jul 11, 1991
  16. May 31, 1991
  17. Apr 20, 1991
  18. Apr 04, 1991
  19. Apr 03, 1991
  20. Apr 02, 1991
  21. Mar 27, 1991
  22. Mar 11, 1991
  23. Mar 10, 1991
  24. Feb 20, 1991
  25. Feb 11, 1991
  26. Jan 30, 1991
  27. Jan 12, 1991
  28. Jan 03, 1991
    • ram's avatar
      Changed NODE-ENCLOSING-CLEANUP work now that lets can be deleted. · 32c0566f
      ram authored
      Made NODE-HOME-LAMBDA work now that lets can be deleted.
      Made DELETE-LAMBDA print a note if the function was never referenced.
      Changed dead code deletion to ignore blocks in deleted functions
      and to not worry about special-casing EPs, since those are now handled
      by function deletion notes.
      Also, we now ignore unreachable fixnums or characters, since they
      could coincidentally appear in the source and expalsion.
      Added some uses of REQUIRED-ARGUMENT.
      32c0566f
  29. Oct 14, 1990
  30. Oct 12, 1990
    • ram's avatar
      Exported misc error printing control variables. · c06d1328
      ram authored
      Added SUBSTITUTE-LEAF-IF.
      Changed *defmumble-take-car-forms* to *source-context- and made it use
      on all source context forms so that we can squelch (function (lambda....)
      Added FILE-NAME, FILE-POSITION and ORIGNAL-SOURCE-PATH slots to the
      COMPILER-ERROR-CONTEXT.
      Added hemlock compiler notification hooks.
      Changed *error-print-level* and *error-print-length* to go out to
      *print-level* and *print-length* when they are NIL.
      Added printing of the source file in PRINT-ERROR-MESSAGE.
      c06d1328
  31. Oct 05, 1990
  32. Aug 16, 1990
  33. Jul 23, 1990
  34. Jun 20, 1990
  35. Jun 18, 1990
  36. Jun 17, 1990
    • wlott's avatar
      typo. · 50245b95
      wlott authored
      50245b95
  37. Jun 16, 1990
  38. May 30, 1990
  39. May 29, 1990
Loading