Skip to content
Snippets Groups Projects
  1. Jan 30, 2003
  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
    • cracauer's avatar
      · de993639
      cracauer authored
      Remove a #ifdef ITA which sneaked in with the profiler changes.  No
      functional change for normal builds.
      de993639
    • toy's avatar
      Sparc-to-sparc cross-compile script for compiling lisp.core search · 37513c6a
      toy authored
      changes.
      37513c6a
    • 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
      Entomotomy bug array-in-bounds-p-integer-args · da74e837
      toy authored
      Defknown was limiting the subscripts in be fixnums.  Change that to be
      integers.
      da74e837
    • toy's avatar
      Entomotomy bug defknowns-for-bit-array-operators-wrong: · a277c8ce
      toy authored
      Defknowns for bit-and and friends were disallowing an explicit
      optional arg of NIL.  Allow it.
      a277c8ce
    • toy's avatar
      Export print_generation_stats. · c551f431
      toy authored
      c551f431
    • 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
    • pw's avatar
      Fix system::alternate-global-address to actually pass the right · 1381841f
      pw authored
      argument to dlsym (FreeBSD port). This may be source of some
      segfault reports while trying to use foreign functions.
      1381841f
    • toy's avatar
      From Eric Marsden: · 7b973467
      toy authored
          From a recent thread on comp.lang.lisp, it seems that CMUCL is non
          conforming in the way that it handles the coalescing of constants in
          the functions EVAL and COMPILE:
      
             Literal objects appearing in code processed by the compile
             function are neither copied nor coalesced. The code resulting
             from the execution of compile references objects that are eql
             to the corresponding objects in the source code.
      7b973467
  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 14, 2003
    • cracauer's avatar
      · aa4d784c
      cracauer authored
      Typo fixes by Ed Wang (thanks, Ed!).
      aa4d784c
  10. Jan 10, 2003
  11. Jan 08, 2003
  12. Jan 07, 2003
  13. Jan 06, 2003
  14. Jan 03, 2003
  15. Jan 02, 2003
  16. Dec 31, 2002
Loading