Skip to content
Snippets Groups Projects
  1. Mar 29, 1992
  2. Mar 23, 1992
  3. Feb 25, 1992
  4. Feb 21, 1992
  5. Feb 14, 1992
  6. Feb 12, 1992
  7. Dec 22, 1991
  8. Dec 14, 1991
  9. Dec 11, 1991
  10. Nov 25, 1991
  11. Nov 13, 1991
  12. Nov 08, 1991
  13. Aug 25, 1991
  14. Jul 09, 1991
  15. Jun 15, 1991
    • chiles's avatar
      · 679dd288
      chiles authored
      Made the default for COMPILE-FILE's :error-file argument be nil.  It is a dated
      notion and never desired to expect compilation to defaultly produce an error
      output file.  You always compile in the editor catching the output or in a
      system building utility that saves all the compiler's output.
      
      Removed the conditional compilation stuff to define NCOMPILE-FILE since we no
      longer need that for bringing up new ports.
      679dd288
  16. Jun 07, 1991
  17. May 06, 1991
  18. Apr 20, 1991
  19. Apr 09, 1991
  20. Apr 04, 1991
    • ram's avatar
      Added :VERBOSE, :PRINT and :PROGRESS keywords to COMPILE-FILE and · 87aad9f2
      ram authored
      COMPILE-FROM-STREAM.
      87aad9f2
    • ram's avatar
      Added support the the ANSI *COMPILE-VERBOSE*, *COMPILE-PRINT*, · f410d116
      ram authored
      *COMPILE-FILE-PATHNAME* and *COMPILE-FILE-TRUENAME* variables.
      The old *COMPILE-VERBOSE* has been renamed to *COMPILE-PROGRESS* and
      exported from EXTENSIONS.
      Many fixes and improvements of block compilation.  It is now possible
      to block compile only part of a file using the START-BLOCK and END-BLOCK
      declarations.  Also, you can designate which functions are entry points
      to the component.  Non-entry-point functions can be optimized like
      lexical functions, since they can't get new references.
      Changed CLEAR-IR1-INFO to not muck with the *FREE-xxx*, since we always
      call CLEAR-STUFF right afterward.
      Made LOCALLY be recognized by PROCESS-FORM so that subforms can be compiled
      separately.
      Split up PROCESS-FORM a bit.
      Changed COMPILE-TOP-LEVEL to call CLEAR-STUFF, since it was being called
      in all the same places.
      Added :ENTRY-POINTS keywords.  Documented :BLOCK-COMPILE.
      f410d116
  21. Mar 20, 1991
  22. Mar 12, 1991
  23. Mar 11, 1991
  24. Mar 05, 1991
  25. Feb 26, 1991
  26. Feb 20, 1991
  27. Dec 11, 1990
  28. Dec 06, 1990
  29. Nov 29, 1990
  30. Nov 20, 1990
  31. Nov 13, 1990
  32. Nov 12, 1990
  33. Nov 03, 1990
  34. Oct 17, 1990
  35. Oct 14, 1990
  36. Oct 12, 1990
  37. Sep 27, 1990
  38. Sep 19, 1990
  39. Sep 09, 1990
Loading