Skip to content
Snippets Groups Projects
  1. Oct 25, 1991
  2. Oct 22, 1991
    • chiles's avatar
      · 5276437a
      chiles authored
      Modified COMPLETE-FILE to correctly complete files relative to the defaults.
      It was previously relying on MERGE-PATHNAMES solely, but MERGE-PATHNAMES cannot
      do what COMPLETE-FILE requires when presented with a partial (non-absolute)
      pathname that includes some directories.  What the user wants is the partial
      pathname to be merged with the absolute defaults including any directories
      specified in pathname.  MERGE-PATHNAMES cannot do this since partial pathnames
      have independent uses, and it cannot clobber a non-nil slot in the partial
      pathname structure.  However, COMPLETE-FILE obtains its partial pathnames from
      users specifying against defaults with the intent of deriving an absolute name,
      so when the defaults contain an absolute directory slot, the partial directory
      spec of the supplied pathname (if any) gets tacked onto the end of the defaults
      directory spec.
      
      This fixes a long standing Hemlock problem: you could find files relative to
      the defaults with subdirectory specs, but you could not complete them.
      
      Fixed DIRECTORY to no longer signal errors.  It's job is to return a list of
      files matching its argument, and it should return nil when the spec is in
      accurate.
      5276437a
    • ram's avatar
      c421a414
    • ram's avatar
      Added a template for Hemlock source file directory translation, and improved · 78b12b0a
      ram authored
      some of the comments.
      78b12b0a
  3. Oct 20, 1991
  4. Oct 17, 1991
  5. Oct 16, 1991
    • chiles's avatar
      · e4804621
      chiles authored
      Fixed "DEBUG" package to no longer require USE'ing the "SYSTEMS" or
      "EXTENSIONS".
      e4804621
  6. Oct 15, 1991
    • chiles's avatar
      · 1aa26de3
      chiles authored
      Restored "DI" package to no longer require USE'ing the "KERNEL", "SYSTEM", and
      "EXT" packages.
      1aa26de3
  7. Oct 14, 1991
    • chiles's avatar
      · 244b4aac
      chiles authored
      Changed calls to SYMBOL-MACRO-LET to be SYMBOL-MACROLET.
      244b4aac
  8. Oct 13, 1991
    • chiles's avatar
      Initial revision · 2e42b979
      chiles authored
      2e42b979
    • chiles's avatar
      · 0e1cc2af
      chiles authored
      Updated documentation on MAKE-BREAKPOINT and ACTIVATE-BREAKPOINT.
      0e1cc2af
  9. Oct 12, 1991
    • chiles's avatar
      · 6e7ae1ee
      chiles authored
      Documented some code someone added that was confusing.
      
      Added an optional argument to PRINT-FRAME-CALL-1, an internal function, to
      control whether it precedes its output with a newline.
      6e7ae1ee
    • chiles's avatar
      · 79304ca6
      chiles authored
      The latest alpha test breakpoint interface is available as described in the
      Debugging Tools Programmer's Interface.  Also, support for setting breakpoints
      from the editor has been changed to use the "WIRE" package directly.  There is
      a new interface for deleting breakpoints set by the editor.  This is all alpha
      test code.
      79304ca6
  10. Oct 05, 1991
    • chiles's avatar
      · 6bbc7692
      chiles authored
      Added export of remote-object, the name of a type, from the "WIRE" package.
      6bbc7692
  11. Oct 03, 1991
  12. Oct 01, 1991
  13. Sep 27, 1991
  14. Sep 25, 1991
  15. Sep 13, 1991
  16. Sep 12, 1991
    • chiles's avatar
      · 22ec5141
      chiles authored
      Removed compiler conditionals based on new-compiler.
      22ec5141
  17. Sep 04, 1991
  18. Sep 03, 1991
  19. Aug 30, 1991
  20. Aug 23, 1991
Loading