Skip to content
Snippets Groups Projects
  1. May 18, 2001
  2. May 17, 2001
  3. May 14, 2001
  4. May 12, 2001
    • pw's avatar
      From Fred Gilham: · d3f857ac
      pw authored
      Fix size parameter in property-notify event.
      d3f857ac
  5. May 11, 2001
    • toy's avatar
      o Sparc v9 instructions are longer so make the opcode column wider. · 28117eb6
      toy authored
      o Allow printing of integer registers to use the Sparc register names
        instead of the Lisp names.
      o Add support for printing various notes during disassembly:
        o Assembler routines, foreign functions, and foreign constants
        o The value of constants in the code header
        o References to static symbols
        o Notes about pseudo-atomic stuff
        o Some hints on header-word types
      28117eb6
  6. May 10, 2001
  7. May 08, 2001
    • pw's avatar
      From Tim Moore: · fef3f29b
      pw authored
      Add more interesting annotations to disassemble output.
      fef3f29b
  8. May 05, 2001
    • pw's avatar
      From Fred Gilham: · fcb80285
      pw authored
      Remove some walker-template forms that are not correct for cmucl.
      fcb80285
  9. May 02, 2001
  10. Apr 26, 2001
  11. Apr 25, 2001
  12. Apr 19, 2001
  13. Apr 17, 2001
  14. Apr 16, 2001
    • toy's avatar
      o Fix the declaration bug in complex-log-scaled · c275fc68
      toy authored
      o Remove the old special function routines
      o Add logb-finite to help optimize the use of logb
      o Remove some unneeded declarations since the compiler is smarter now
        than when this was originally written.
      o Add inhibit-warnings to coerce-to-complex-type since their
        unavoidable.
      o The cores of some routines are compiled with speed 3 and space 0 to
        get some maybe-inline routines inlined.
      c275fc68
    • toy's avatar
      2e346a66
  15. Apr 12, 2001
    • pw's avatar
      From Ray Toy: · 9fbccc50
      pw authored
      Here is the patch that makes the propagate-float-type,
      propagate-fun-type, and constrain-float-type features the default.
      All old code is removed.
      
      If you recompile, you should probably remove these features, just to
      be sure (caught a few mistakes that way).
      9fbccc50
    • pw's avatar
      From Ray Toy: · b3538815
      pw authored
      Make orig-modes a gensym in with-float-traps-masked.
      b3538815
  16. Apr 11, 2001
  17. Apr 10, 2001
    • pw's avatar
      From Pierre Mai: · 1149d475
      pw authored
      o All the stuff from cmu-low.lisp has been merged into low.lisp.
      o Therefore cmu-low.lisp has been removed completely.
      o All the stuff in low.lisp which either wasn't used in current PCL or
        was unnecessary in CMU CL, or which was implemented as no-ops for
        CMU CL has been removed.
      o Calls in other files to functions which were dropped have been
        removed.
      o Source order reorganised a bit and added several comments and
        doc-strings.
      o Made `*optimize-speed*' consistent for small and non-small cores,
        and fixed ordering problem.
      o Added `*compile-lambda-silent-p*' which when true (the default) will
        cause compile-lambda to be silent when compiling PCL-generated code.
      1149d475
    • pw's avatar
      From Ray Toy: · 6bc003ab
      pw authored
      src/numbers.lisp:
      Handle comparisons with floating infinities correctly.
      6bc003ab
    • pw's avatar
      From Ray Toy: · b9555b70
      pw authored
      ANSI CL says LOAD takes an :external-format keyword to specify the
      format of the file or stream being loaded.  CMUCL already had the
      :contents keyword that does this, but its default was nil instead of
      :default.
      
      The appended patch replaces :contents with :external-format.  This
      will break any code that uses :contents.
      b9555b70
    • pw's avatar
      From Ray Toy: · 1abb4762
      pw authored
      ANSI CL says LOAD takes an :external-format keyword to specify the
      format of the file or stream being loaded.  CMUCL already had the
      :contents keyword that does this, but its default was nil instead of
      :default.
      
      The appended patch replaces :contents with :external-format.  This
      will break any code that uses :contents.
      
      Ray
      
      Changelog:
      code/load.lisp, compiler/fndb.lisp
      
      Replace :contents option to LOAD with :external-format, for ANSI CL
      conformance.
      1abb4762
    • pw's avatar
      d987b792
    • pw's avatar
    • pw's avatar
      Add a declaration to process-kill to avoid sigfault with :small cores · 6de2f7b7
      pw authored
      when a bad argument is passed.
      6de2f7b7
    • pw's avatar
  18. Apr 07, 2001
    • pw's avatar
      Freom Pierre Mai: · d11e3bc3
      pw authored
      Allow duplicate keyword arguments in macro calls and destructuring-bind
      to be ANSI compliant. Offending clause in VALIDATE-KEYWORD is commented
      out in case anyone needs to revive the old behaviour.
      d11e3bc3
Loading