Skip to content
Snippets Groups Projects
  1. Apr 09, 1991
  2. Apr 08, 1991
  3. Apr 07, 1991
  4. Apr 06, 1991
    • wlott's avatar
      Changed load to check the first line of files for ``FASL FILE'' instead of · 4c143708
      wlott authored
      assuming that everyone is going to use the same pathname type that we use.
      Also, when the given filename doesn't exist and doesn't have a type, try
      ``fasl'' in addition to the machine specific fasl file type.
      
      Also added a *load-depth* special that load maintains as the number of
      times load recurses.  The various people who print semicolons at the
      beginning of the line now print this many semicolons instead of always
      printing one.
      4c143708
  5. Apr 04, 1991
  6. Apr 03, 1991
  7. Apr 02, 1991
  8. Apr 01, 1991
  9. Mar 31, 1991
  10. Mar 27, 1991
  11. Mar 25, 1991
    • chiles's avatar
      Modified EXT:OPEN-CLX-DISPLAY to set XLIB:DISPLAY-DEFAULT-SCREEN to the · f9f611c8
      chiles authored
      screen specified by the user before returning the display.
      f9f611c8
    • ram's avatar
      Spiffed up FAILED-TO-PACK-LOAD-TN-ERROR to print out how each possible location · 2f2d4341
      ram authored
      is already in use by the VOP.
      
      Changed LOAD-TN-OFFSET-CONFLICTS-IN-SB to not look at the live-TNs, since this
      is unrelated to the TN-REF scanning.
      
      Added new IGNORE-LIVE argument to LOAD-TN-CONFLICTS-IN-SC so that we can also
      use this function to tell what TNs are possibly spillable.
      
      Changed SPILL-AND-PACK-LOAD-TN to use LOAD-TN-CONFLICTS-IN-SC to determine
      which TNs are spillable, allowing the same TN to be used for both an argument
      and a result load-TN.
      
      Also, fixed spilling to deal with multi-location load-tns.
      2f2d4341
  12. Mar 24, 1991
  13. Mar 23, 1991
Loading