Skip to content
Snippets Groups Projects
  1. Oct 29, 2011
    • Anton Kovalenko's avatar
      fix edge-case in CIRCULAR-TREE-P · cd158549
      Anton Kovalenko authored
        CIRCULAR-TREE-P had an unfortunate corner case, causing it to overflow
        the stack (seen and repoted at #lisp for '#1=(#1#).)
      
        The problem is caused by the end-test (of the outer DO) being run before the
        body has a first chance to check for (member slow seen).
      cd158549
  2. May 12, 2011
  3. Mar 06, 2011
  4. Oct 13, 2010
  5. Oct 08, 2010
  6. Sep 23, 2010
  7. Apr 11, 2010
  8. Apr 05, 2010
  9. Apr 04, 2010
  10. Mar 23, 2010
    • Nikodemus Siivola's avatar
      documentation baby-steps · bb423c64
      Nikodemus Siivola authored
       * Default doc/Makefile command now generates all docs and cleans up
         temporary files.
      
       * Generate info as well, and use makeinfo to generate the html.
      
       * Spit out a ifnottex.include for @&key macros, etc for the benefit
         of makeinfo.
      
       * Clean up &WHOLE and &ENVIRONMENT from the lambda-lists.
      
       * MAKE-CIRCULAR-LIST was documented twice, oops.
      bb423c64
  11. Mar 09, 2010
  12. Feb 17, 2010
  13. Feb 12, 2010
  14. Jan 09, 2010
  15. Dec 04, 2009
  16. Nov 25, 2009
  17. Nov 01, 2009
  18. Oct 30, 2009
  19. Sep 28, 2009
  20. Oct 09, 2009
  21. Sep 28, 2009
Loading