Skip to content
Snippets Groups Projects
  1. Nov 05, 2002
    • cracauer's avatar
      · 65f0bdc0
      cracauer authored
      Make (time ...) and the profiler do precise measuring of space
      allocation.  It will also not overflow or bomb out when consing
      amounts cross most-positive fixnum.
      
      The new profiler also has an interface to plug in your own print
      function (also dictates sorting or results).
      
      This is written on gencgc/x86 but tests indicated the fallsbacks for
      other platforms work.
      
      The dfixnum package included here is sketchy.
      65f0bdc0
  2. Nov 02, 2002
  3. Nov 01, 2002
  4. Oct 30, 2002
  5. Oct 29, 2002
  6. Oct 28, 2002
  7. Oct 27, 2002
  8. Oct 25, 2002
  9. Oct 24, 2002
  10. Oct 23, 2002
    • toy's avatar
      Fix entomotomy bug · e6655d2c
      toy authored
      subtypep-too-certain-about-satisfies-undefined-function
      
      Port over the SBCL fix.
      e6655d2c
  11. Oct 22, 2002
    • toy's avatar
      Fix for the Entomotomy bug · f50481e9
      toy authored
      numeric-types-with-empty-ranges-cause-errors
      
      We silently accept numeric types with empty ranges and treat that as
      the empty type.
      f50481e9
  12. Oct 19, 2002
  13. Oct 18, 2002
    • pmai's avatar
      Checked in a fix from SBCL for the "exporting symbols breaks PCL" bug, · 8f805077
      pmai authored
      as pointed out on cmucl-imp by Christophe Rhodes.  The original SBCL
      changelog says:
      0.7.6.24:
      	fixing tonym's GRUFFALO bug (from #lisp)...
      	...made MAKE-INSTANCE-FUNCTION-SYMBOL use two colons whether
      		or not the symbol is currently exported, so that
      		EXPORTing the class name after class definition and
      		before class use doesn't lose track of the function
      	...incremented fasl file format to reflect this
      	(The whole PCL approach of encoding stuff into hairy symbol
      		names interned in odd places is still broken, as can
      		easily be demonstrated by renaming packages. But
      		that's unlikely to be fixed soon, and maybe in the
      		meantime this easy fix can help a little.)
      8f805077
Loading