Skip to content
Snippets Groups Projects
  1. Jan 30, 2003
    • toy's avatar
      From Eric Marsden: · 8a3305b0
      toy authored
      Trying to save-lisp to a filename whose directory component doesn't
      exist will currently generate a "bad address" error from Unix.
      
         * add some sanity checking to the output file argument to
           EXT:SAVE-LISP.
      8a3305b0
  2. Jan 29, 2003
    • cracauer's avatar
      · aec7af60
      cracauer authored
      When tracing, set the verbosity level of print-frame-call to 1.
      
      If you use the *default-print-frame-call-verbosity* variable I
      committed last week (to get source print along with frames in
      backtraces) then you would also print the source in trace prints.
      aec7af60
    • toy's avatar
      o Adds support for searching for the lisp.core file based on the · a20170bc
      toy authored
        location of the lisp C binary, when CMUCLLIB is not given, and the
        core file is not specified.
      o Add support for a CMUCLCORE envvar, and a -lib option for setting
        the path for the library: search-list.
      o Added some spare static symbols for the sparc port so we don't have
        to cross-compile again for a while.
      
      See cmucl-imp archives for some more details.
      a20170bc
    • toy's avatar
      Chrisophe Rhodes noted that (log 19/3) was losing precision. Fix that · 3e74d923
      toy authored
      by calling log2 instead of log to compute the result.
      3e74d923
    • pw's avatar
      FreeBSD now wants O_NONBLOCK and keeps O_NDELAY for compatibility. · 0ceceffe
      pw authored
      This rev defines UNIX:O_NONBLOCK so people reading unix man pages
      won't get stiffed by a missing constant. This whole area needs a cleanup.
      0ceceffe
    • toy's avatar
      From Gerd Moellmann: · 80fe23bf
      toy authored
      o Entomotomy bug optional-environment-arg-mistakes:
      
        Recognize the optional environment argument for typep, subtypep,
        upgraded-array-element-type, upgraded-complex-part-type, and various
        other functions that take an optional environment arg.  Currently,
        all we do with the environment is ignore it.
      
      o Entomotomy bug defknowns-for-bit-array-setters-wrong
      
        Defknowns for %bitset and %sbitset was only allowing vectors, not
        multidimensional arrays.
      80fe23bf
  3. Jan 28, 2003
  4. Jan 26, 2003
  5. Jan 24, 2003
  6. Jan 23, 2003
  7. Jan 21, 2003
  8. 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
  9. Jan 10, 2003
  10. Jan 08, 2003
  11. Jan 07, 2003
  12. Jan 06, 2003
  13. Jan 03, 2003
  14. Dec 31, 2002
  15. Dec 20, 2002
  16. Dec 13, 2002
  17. 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
  18. Dec 09, 2002
  19. Dec 07, 2002
  20. 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
  21. Dec 03, 2002
  22. 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
  23. Nov 26, 2002
  24. Nov 25, 2002
Loading