Skip to content
Snippets Groups Projects
  1. Jan 23, 2003
    • toy's avatar
      From Eric Marsden: · f315d7f1
      toy authored
          fix typos in comments, signal more specific error types, remove
          some stale code, fix a few compiler warnings in the runtime.
      f315d7f1
    • pmai's avatar
      Entomotomy Bug: typep-on-some-array-types-returns-two-values · 62d3e57c
      pmai authored
      Corrects the problems uncovered by Paul F. Dietz's ANSI test cases
      vector.type.13 and vector.type.15, where typep would return two values
      for certain array types, e.g.
      
        (typep "ABC" '(vector t)) => NIL, T instead of only NIL
      62d3e57c
  2. Jan 21, 2003
  3. Jan 16, 2003
    • cracauer's avatar
      · b08b4fdd
      cracauer authored
      Backtrace print tuning:
      
      Replace the hardcoded default for the keyword parameter "verbosity"
      when printing backtrace frames with a parameter
      
        debug:*default-print-frame-call-verbosity*
      
      Default is 1, which is the old value.  Setting it >= 2 gets you the
      source location printed for every frame print in a backtrace (when the
      source is available).
      b08b4fdd
  4. Jan 10, 2003
  5. Jan 08, 2003
  6. Jan 07, 2003
  7. Jan 06, 2003
  8. Jan 03, 2003
  9. Dec 31, 2002
  10. Dec 20, 2002
  11. Dec 13, 2002
  12. Dec 12, 2002
    • moore's avatar
      · 5fa826f9
      moore authored
      Remove cruft from last checkin.
      5fa826f9
    • moore's avatar
      · 1a766c11
      moore authored
      Fix a typo in apply-with-bindings.
      
      Add string-stream and file-stream, required by the ANSI spec, as
      structure classes.  Make the string streams and fd-stream,
      respectively, inherit from them.  Add bootstrap magic.
      1a766c11
  13. Dec 09, 2002
  14. Dec 07, 2002
  15. Dec 04, 2002
    • toy's avatar
      o Make named :complex-subtypep-arg2 return T, T when the second type · c04807d0
      toy authored
        is the type T.  (This still needs more work.)
      o Put back the original hairy :complex-subtypep-arg1 case to handle
        AND specifiers.  This still needs more work too.
      c04807d0
    • toy's avatar
      Port of SBCL's changes: · cd91124b
      toy authored
      0.7.10.2:
      	Fix remaining LOOP bugs from GCL ansi-tests
      	... duplicate variable names (at any level) signal an error at
      		macroexpansion time;
      	... IT is only a special loop symbol in the first clause of a
      		conditional execution clause.
      cd91124b
  16. Dec 03, 2002
  17. Nov 28, 2002
    • pmai's avatar
      Entomotomy Bug: sxhash-on-pcl-instances-returns-42 · b3ef69ef
      pmai authored
      This commit is a slight rewrite of the previously committed fix, which
      sxhash-instance work even when handed non-PCL instances and
      funcallable-instances, while enabling the use of stored hash-codes for
      all PCL funcallable-instances.
      b3ef69ef
  18. Nov 26, 2002
  19. Nov 25, 2002
  20. Nov 22, 2002
  21. Nov 21, 2002
  22. Nov 20, 2002
Loading