Skip to content
Snippets Groups Projects
  1. Feb 18, 1992
  2. Feb 17, 1992
  3. Feb 16, 1992
  4. Feb 15, 1992
  5. Feb 14, 1992
  6. Feb 13, 1992
    • wlott's avatar
      4170c222
    • wlott's avatar
      Fixed spelling of "efficency" · 6512c242
      wlott authored
      6512c242
    • ram's avatar
      Changed load to deal with source files having NIL type more reasonably. Added · e5bfa4b8
      ram authored
      support for wild pathnames in load.  Improved handling of nonexistent files, in
      particular, don't always assume that missing files are source files.  Added
      condition restarts for missing files.  Improved formatting of error and warning
      messages.  When *LOAD-VERBOSE* print just the file name if we can get it,
      instead of always printing the stream.
      e5bfa4b8
    • wlott's avatar
      Changed pointer< and pointer> to sap< and sap>. · 5db5e4c9
      wlott authored
      5db5e4c9
    • ram's avatar
      Added a doc string for LOAD. Added ANSI features *LOAD-TRUENAME*, · ea24ca58
      ram authored
      *LOAD-PATHNAME* and *LOAD-PRINT*.  As per ANSI, bind *READTABLE* to itself to
      make assignments file-local.
      
      Added new variables EXT:*SOURCE-FILE-TYPES* and EXT:*OBJECT-FILE-TYPES*.  When
      no file type is specified, LOAD tries the types in these lists to locate the
      source and object files.  LOAD now recognizes source types "l", "cl" and "lsp"
      in addition to "lisp".
      
      We now bind *LOAD-PRINT*, *LOAD-VERBOSE* and EXT:*LOAD-IF-SOURCE-NEWER*
      conditionally depending (via PROGV) on whether they corresponding argument is
      actually specified.  This allows these variables to be altered by load (such as
      of an init file.)
      
      The compiler OPTIMIZE policy is now bound during load, so proclamations in a
      file don't leave the global policy clobbered when the load is finished.
      
      Changed the :IF-SOURCE-NEWER option to signal an error and use restarts, rather
      than PROMPT-FOR-Y-OR-N.  Fixed the load source case to actually load the
      source, rather than loading the object as a source file...
      ea24ca58
    • ram's avatar
      Added IF-SOURCE-NEWER keyword. · c1cccf2b
      ram authored
      c1cccf2b
    • ram's avatar
      PRINT-UNREADABLE-OBJECT returns NIL, not #\> · 06f11246
      ram authored
      06f11246
    • ram's avatar
      Mucho changes. We now accumulate statistics as floats in structures. · 723575fd
      ram authored
      Data sets are represented as hash-tables.  File I/O of data sets supported.
      Cost compensation automatically derived from the template cost of
      assembly routines.  VOP names represented as strings so that we can
      read data sets on machines with a different VM package name.
      Support for comparing two data sets.
      723575fd
Loading