Skip to content
Snippets Groups Projects
  1. Jun 15, 1990
  2. Jun 11, 1990
  3. Jun 09, 1990
  4. Jun 08, 1990
  5. Jun 02, 1990
  6. Jun 01, 1990
  7. May 31, 1990
  8. May 26, 1990
  9. May 25, 1990
  10. May 14, 1990
    • ram's avatar
      · 69715997
      ram authored
      .../systems-work/nnclx/defsystem.lisp, 12-May-90 14:20:02, Edit by Chiles.
        Added
           #+CMU :error-file #+CMU nil
        to appropriate COMPILE-FILE calls.
      
        Picked up CMU's CLX-FOREIGN-FILES.  I modified this in accordance with new
        socket.c file which has its own code for opening Unix domain sockets which
        previously we had to add ourselves.
      
        Made LOAD-CLX call CLX-FOREIGN-FILES with no argument when compiling for
        CMU.
      
        Modified file options.
      69715997
    • ram's avatar
      · cc836df6
      ram authored
      .../systems-work/nnclx/depdefs.lisp, 12-May-90 14:27:05, Edit by Chiles.
        Added internal-buffer slots to buffer structure for use by
        READ-BUFFER-DEFAULT.
      
        Modified file options.
      cc836df6
    • ram's avatar
      · 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
    • ram's avatar
      · b9c0f757
      ram authored
      .../systems-work/nnclx/gcontext.lisp, 12-May-90 16:07:22, Edit by Chiles.
        DEF-GC-INTERNALS could not be defined with a MACROLET due to a compiler bug
        in handling DEFCONSTANT's.  I conditionalized this for CMU back into a
        DEFMACRO.
      
        Added patch to make WITH-GCONTEXT work correctly.  You must test the value of
        ,temp-var (a value a user supplied for some slot) before storing it.  Users
        may supply nil indicating to leave the slot alone.
      
      b9c0f757
    • ram's avatar
      .../systems-work/nnclx/input.lisp, 12-May-90 16:13:04, Edit by Chiles. · 4a7d3686
      ram authored
        Masked out export of type-error.  This is in accordance with the expectation
        that the system has type-error defined in the "LISP" package.
      
        There are two definitions for the request-error condition, each exactly the
        same but one is before and one is after the definition for
        REPORT-REQUEST-ERROR.  I masked out the first one and masked in the second.
        This is in accordance with the default sillines the author followed.
      
      4a7d3686
    • cvs2git's avatar
    • ram's avatar
      Initial revision · fd703282
      ram authored
      fd703282
    • ram's avatar
      Flushed broken INGORE declaration. · 47e140c7
      ram authored
      47e140c7
    • ram's avatar
      9567a3eb
    • wlott's avatar
      Changed setf functions to %set- to keep from having to call fdefinition · af75e1b6
      wlott authored
      at runtime when there is type lossage
      af75e1b6
    • wlott's avatar
      Fixed bug in get-type. · 3c7c2dbe
      wlott authored
      3c7c2dbe
    • wlott's avatar
      Added predicates and check-vops for the simple-array-unsigned-byte-n and · 3f36a370
      wlott authored
      simple-array-mumble-float primitive types.
      3f36a370
  11. May 13, 1990
  12. May 12, 1990
Loading