Skip to content
Snippets Groups Projects
  1. Sep 28, 2007
    • rtoy's avatar
      Fix bug noted by Chisheng Huang, cmucl-imp, 25 Sep 2007. · 2dac2760
      rtoy authored
      MAPHASH needs to grab the kv-vector from the hash table for each
      iteration because the hash table may have been rehashed.  (This mostly
      reverts the code to the previous version, where this bug was
      introduced.)
      2dac2760
  2. Sep 25, 2007
  3. Sep 13, 2007
    • rtoy's avatar
      Oops. Really get rid of lisp::sxhash-instance. · 7d1f176f
      rtoy authored
      7d1f176f
    • rtoy's avatar
      Untracing of flet/labels functions wasn't working and neither was · 010270ec
      rtoy authored
      retracing flet/labels functions.  This was caused by the hash-table in
      *TRACE-FUNCTIONS* using an EQ test.  This doesn't work well when the
      functions are lists like (FLET INNER OUTER).
      
      code/ntrace.lisp:
      o Change *TRACED-FUNCTIONS* to use an EQUAL table so lists can match.
      
      pcl/braid.lisp:
      o Move LISP::SXHASH-INSTANCE to low.lisp because we need it defined
        earlier because of the change to tracing.  Can't build PCL without
        this change.
      
      pcl/low.lisp:
      o LISP::SXHASH-INSTANCE moved here.
      010270ec
  4. Sep 10, 2007
  5. Sep 05, 2007
  6. Sep 04, 2007
  7. Aug 29, 2007
  8. Aug 28, 2007
    • rtoy's avatar
      Ticket #11 · 92f2f154
      rtoy authored
      Add case for double-double-float.
      92f2f154
  9. Aug 22, 2007
  10. Aug 21, 2007
  11. Aug 17, 2007
    • rtoy's avatar
      code/env-access.lisp: · f5c564ec
      rtoy authored
      o Let's just return all of the declarations we know of, instead of
        removing some, in DECLARATION-INFORMATION.
      o Add the known set of CL (and CMUCL) declarations to the list of
        declarations that are returned in DECLARATIONS.
      o Add support for AUGMENT-ENVIRONMENT.
      
      code/exports.lisp:
      o Export AUGMENT-ENVIRONMENT from EXT package.
      o Import AUGMENT-ENVIRONMENT into C package.
      f5c564ec
    • rtoy's avatar
      Tweak grammar. · 70210bc8
      rtoy authored
      70210bc8
    • rtoy's avatar
      Generate more informative gensyms. · 2b52aaa0
      rtoy authored
      2b52aaa0
  12. Aug 15, 2007
  13. Aug 14, 2007
  14. Aug 08, 2007
  15. Aug 05, 2007
  16. Aug 04, 2007
  17. Aug 03, 2007
  18. Aug 02, 2007
  19. Aug 01, 2007
  20. Jul 31, 2007
  21. Jul 30, 2007
  22. Jul 26, 2007
Loading