Skip to content
Snippets Groups Projects
  1. Feb 21, 1992
  2. Feb 20, 1992
  3. Feb 19, 1992
  4. Feb 18, 1992
  5. Feb 17, 1992
  6. Feb 16, 1992
  7. Feb 15, 1992
  8. Feb 14, 1992
  9. Feb 13, 1992
    • wlott's avatar
      4170c222
    • 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
      PRINT-UNREADABLE-OBJECT returns NIL, not #\> · 06f11246
      ram authored
      06f11246
Loading