Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • ram's avatar
    339e75c3
    · 339e75c3
    ram authored
    .../systems-work/nnclx/dependent.lisp, 12-May-90 15:07:52, Edit by Chiles.
      Modified file options.
    
      Masked out export of DEFINE-CONDITION.
    
      Added definition for HOLDING-LOCK.
      Masked out default definition for HOLDING-LOCK.
    
      Masked out default definition for OPEN-X-STREAM.
      Added definition for OPEN-X-STREAM.
    
      Added Healy code for BUFFER-READ-DEFAULT.
      Masked out default BUFFER-READ-DEFAULT.
    
      Added Healy code for BUFFER-WRITE-DEFAULT.
      Masked out default BUFFER-WRITE-DEFAULT.
    
      Added Healy code for BUFFER-FORCE-OUTPUT-DEFAULT.
      Masked out default BUFFER-FORCE-OUTPUT-DEFAULT.
    
      Added Healy code for BUFFER-CLOSE-DEFAULT.
      Masked out default BUFFER-CLOSE-DEFAULT.
    
      Wrote BUFFER-INPUT-WAIT-DEFAULT for CMU.  Masked out default.
    
      Wrote BUFFER-LISTEN-DEFAULT for CMU.  Masked out default.
    
      Wrote our own X-ERROR and X-CERROR.  X-ERROR recognizes the closed-display
      condition.  It disables event handling for the display, so the debugger,
      Hemlock, or the top-level REP loop won't go into infinite errors trying to
      handle input from the display.
    
      Masked out the default X-ERROR and X-CERROR.
    
      Used default call to DEFINE-CONDITION of x-error for CMU.
      Masked out DEFSTRUCT version for CMU.
    
      Masked definitions for REPORTER-FOR-CONDITION, DEFINE-CONDITION,
      CONDITION-PRINT, and MAKE-CONDITION.
    
      Modified DEFAULT-RESOURCES-PATHNAME to identify the feature mach with unix
      for purposes of conditionalizing this code.
    
      Modified RESOURCES-PATHNAME to identify the feature mach with unix for
      purposes of conditionalizing this code.  Added #+CMU stuff for trying to pick
      up the xenvironment Unix environment variable before doing dumber default
      thing.
    339e75c3
    History
    ram authored
    .../systems-work/nnclx/dependent.lisp, 12-May-90 15:07:52, Edit by Chiles.
      Modified file options.
    
      Masked out export of DEFINE-CONDITION.
    
      Added definition for HOLDING-LOCK.
      Masked out default definition for HOLDING-LOCK.
    
      Masked out default definition for OPEN-X-STREAM.
      Added definition for OPEN-X-STREAM.
    
      Added Healy code for BUFFER-READ-DEFAULT.
      Masked out default BUFFER-READ-DEFAULT.
    
      Added Healy code for BUFFER-WRITE-DEFAULT.
      Masked out default BUFFER-WRITE-DEFAULT.
    
      Added Healy code for BUFFER-FORCE-OUTPUT-DEFAULT.
      Masked out default BUFFER-FORCE-OUTPUT-DEFAULT.
    
      Added Healy code for BUFFER-CLOSE-DEFAULT.
      Masked out default BUFFER-CLOSE-DEFAULT.
    
      Wrote BUFFER-INPUT-WAIT-DEFAULT for CMU.  Masked out default.
    
      Wrote BUFFER-LISTEN-DEFAULT for CMU.  Masked out default.
    
      Wrote our own X-ERROR and X-CERROR.  X-ERROR recognizes the closed-display
      condition.  It disables event handling for the display, so the debugger,
      Hemlock, or the top-level REP loop won't go into infinite errors trying to
      handle input from the display.
    
      Masked out the default X-ERROR and X-CERROR.
    
      Used default call to DEFINE-CONDITION of x-error for CMU.
      Masked out DEFSTRUCT version for CMU.
    
      Masked definitions for REPORTER-FOR-CONDITION, DEFINE-CONDITION,
      CONDITION-PRINT, and MAKE-CONDITION.
    
      Modified DEFAULT-RESOURCES-PATHNAME to identify the feature mach with unix
      for purposes of conditionalizing this code.
    
      Modified RESOURCES-PATHNAME to identify the feature mach with unix for
      purposes of conditionalizing this code.  Added #+CMU stuff for trying to pick
      up the xenvironment Unix environment variable before doing dumber default
      thing.