Skip to content
Snippets Groups Projects
  1. May 16, 1991
    • ram's avatar
      Really fixed output type stuff this time. Now in the fall-through clauses, we · 1936f5ec
      ram authored
      call OUTPUT-TYPE-OR-LOSE, which uses SUBTYPEP, and guarantees to return one of
      LIST, STRING, BIT-VECTOR, VECTOR or NIL (the last enabled by an optional.)
      1936f5ec
    • chiles's avatar
      · 34899787
      chiles authored
      Modified all the condition reporting methods to FRESH-LINE since error messages
      did not always end up on their own line when using Hemlock commands to drive a
      slave in the debugger.
      34899787
  2. May 15, 1991
  3. May 14, 1991
  4. May 09, 1991
    • chiles's avatar
      · c3b4851f
      chiles authored
      Fixed an error in the report for for unhandled-conditions.  It was recursively
      trying to print the condition.
      c3b4851f
  5. May 08, 1991
  6. May 06, 1991
  7. May 04, 1991
  8. Apr 28, 1991
  9. Apr 25, 1991
  10. Apr 24, 1991
  11. Apr 23, 1991
  12. Apr 22, 1991
  13. Apr 21, 1991
    • ram's avatar
      Fixed up the logic in SUB-GC somewhat so that it will always reset the GC · 73937394
      ram authored
      trigger page protections whenever it changes the lisp *GC-TRIGGER*.  This
      should prevent problems with GC never happening when the reclaim goal is
      increased.  Also, merged Bill's fix from the old system whereby we only frob
      *GC-INHIBIT* related to the inhibit hook when the hook returns T.
      
      And I changed the default before&after hooks to not beep unless *GC-VERBOSE* is
      :BEEP, which is *not* the default.
      73937394
  14. Apr 20, 1991
    • ram's avatar
      Fixed WITH-COMPILATION-UNIT keyword to be :OVERRIDE instead of :FORCE. · de1dd52e
      ram authored
      Also, added :OPTIMIZE and :OPTIMIZE-INTERFACE for changing the "global"
      compilation policy within the dynamic extent.
      	
      Added :CONTEXT-DECLARATIONS, which provides a way to insert declarations
      conditional on pattern mathcing of the context in which the definition
      appears.  So you can compiler all external functions safe, or whatever.
      de1dd52e
Loading