Skip to content
Snippets Groups Projects
  1. Nov 14, 2002
    • toy's avatar
      From Eric Marsden: · ef58fd80
      toy authored
      The attached patch contains mostly trivial changes, including a few
      spelling corrections, plus changes to the types of condition raised in
      various cases. The only significant change, I believe, is
      
        - MAKE-DISPATCH-MACRO-CHARACTER no longer raises an error if the
          character already was defined to be a macro character; it
          overrides the previous definition (as per a suggestion from Drew
          McDermott on cmucl-help, dated 2002-09-22).
      ef58fd80
    • toy's avatar
      Update release notes. From Eric Marsden. · f8f7de2b
      toy authored
      f8f7de2b
    • toy's avatar
      Logical pathnames like "lpnhost:name.type" have directory component · 1f9b241b
      toy authored
      :ABSOLUTE instead of NIL, as required by CLHS.  (I think.)
      1f9b241b
    • toy's avatar
      Fix two loop bugs: · 7781102a
      toy authored
      o (loop for nil being the hash-keys of (make-hash-table) count t)
      o (loop for k being the hash-keys of (make-hash-table) using
        (hash-value (v1 . v2)) count t)
      
      From Gerd Moellmann.
      7781102a
    • toy's avatar
      XFree 4.2 needs -ldl, as noted by Eric Marsden. · 8131e7ba
      toy authored
      8131e7ba
  2. Nov 13, 2002
  3. Nov 12, 2002
  4. Nov 08, 2002
  5. Nov 07, 2002
  6. 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
  7. Nov 02, 2002
  8. Nov 01, 2002
  9. Oct 30, 2002
  10. Oct 29, 2002
  11. Oct 28, 2002
  12. Oct 27, 2002
  13. Oct 25, 2002
  14. Oct 24, 2002
Loading