Skip to content
Snippets Groups Projects
  1. Feb 22, 2003
  2. Feb 21, 2003
  3. Feb 20, 2003
  4. Feb 18, 2003
  5. Feb 17, 2003
  6. Feb 16, 2003
  7. Feb 15, 2003
  8. Feb 14, 2003
  9. Feb 12, 2003
    • emarsden's avatar
      Add a more informative error message to the stuff that is printed to the · 37fd9e84
      emarsden authored
      terminal when gencgc exhausts dynamic space.
      37fd9e84
    • cracauer's avatar
      · acd8b212
      cracauer authored
      Fix a problem with the consing-free allocation counter.  If you
      allocate more than most-positive-fixnum bytes between two GCs, do a
      normal, possibly consing addition instead of the fast dfixnum
      increment.
      
      Also clean up the exports of the dfixnum package and define a new
      operator to increment a dfixnum by any integer.
      
      Tested: full ITA testsuite, tried the profiler, tried various
      allocation patterns which failed before this fix.
      acd8b212
    • emarsden's avatar
      Update the fasl-file-version and byte-fasl-file-version to #x18e, in · 7a2c356d
      emarsden authored
      preparation for the 18e release. This change makes it necessary to
      intervene during the rebuild: when loading the FASL files, a
      continuable error related to fasl-file-version mismatch will be
      signalled. Say
      
         (setq cl::*skip-fasl-file-version-check* t)
      
      then select the CONTINUE restart, and the build should proceed without
      problems.
      7a2c356d
    • gerd's avatar
      * tools/load-foreign.csh [FreeBSD]: Replace ld option -N · 96c1012b
      gerd authored
      	with -shared.
      96c1012b
  10. Feb 11, 2003
  11. Feb 10, 2003
  12. Feb 09, 2003
  13. Feb 08, 2003
  14. Feb 06, 2003
    • gerd's avatar
      *** empty log message *** · b570be8a
      gerd authored
      b570be8a
    • gerd's avatar
      * cmucl-documentation.lisp (documentation) <list, function>: · f7b6fafd
      gerd authored
      Handle extended function names.
      (setf documentation): Likewise.
      f7b6fafd
    • gerd's avatar
      * pcl/defs.lisp (standard-method): Change superclass · 03bba02d
      gerd authored
      plist-mixin to documentation-mixin so that we don't throw
      away the method documentation.
      
      * pcl/cmucl-documentation.lisp (setf documentation): Use
      set-random-documentation.
      
      * pcl/defcombin.lisp (set-random-documentation): New function.
      (load-short-defcombin, load-long-defcombin): Use it.
      
      * pcl/env.lisp (describe-object) <standard-generic-function>:
      Print the generic function doc string, if any.  Print method doc
      strings.
      (describe-object) <class>: Print slots.
      
      * code/describe.lisp (describe-symbol): If a class names
      a PCL class, describe-object the PCL class.
      03bba02d
Loading