Skip to content
  1. Jan 20, 2012
    • tpapp's avatar
      generic MEAN and MEDIAN, new function DISPLACE-ARRAY · 485544d4
      tpapp authored
       Objects other than sequences have means and medians (eg probability
       distributions, arrays, sequences/arrays wrapped in another object, etc), so
       it makes sense to make these functions generic.
      
       DISPLACE-ARRAY is a small utility function that is used in the implementation
       of MEDIAN for arrays, but is also of general utility because it makes the
       creation of displaced arrays simpler, dispensing with the need to specify the
       element type, and offering sensible defaults when one wants vectors.
      
       Also added tests for all the new functions/methods.
      485544d4
  2. Oct 13, 2010
  3. Sep 23, 2010
  4. Apr 05, 2010
  5. Mar 09, 2010
    • Nikodemus Siivola's avatar
      documentation updates · 829db7c7
      Nikodemus Siivola authored
        Add bunch of missing symbols to the manual, and go over several
        docstrings reformatting them for the benefit of the documentation
        generator.
      
        (A crapton of symbols are still not in the manual.)
      829db7c7
  6. Nov 25, 2009
  7. Mar 24, 2009
  8. Nov 16, 2008
  9. Sep 07, 2008
  10. Jul 27, 2008
  11. Aug 01, 2008
    • Nikodemus Siivola's avatar
      PROPER-LIST-LENGTH and related changes · 86f69d0a
      Nikodemus Siivola authored
      - New function: PROPER-LIST-LENGTH.
      
      - Share code between PROPER-LIST-LENGTH, LASTCAR, and SETF LASTCAR
        via a macrolet.
      
      - Use ENDP wrapped in SAFETY 3, to ensure proper detection of dotted
        lists.
      
      - Use PROPER-LIST-LENGTH instead of LIST-LENGTH in ROTATE, RANDOM-ELT,
        and SHUFFLE, and test that they signal an error for improper lists.
        (Thanks to Tobias Rittweiler)
      86f69d0a
  12. Jul 07, 2008
  13. Jun 04, 2008
  14. Jun 02, 2008
  15. May 31, 2008
  16. Apr 27, 2008
  17. Apr 10, 2008
  18. Mar 27, 2008
  19. Mar 11, 2008
  20. Feb 17, 2008
  21. Dec 19, 2007
    • Nikodemus Siivola's avatar
      NTH-VALUE-OR · cbb90e6e
      Nikodemus Siivola authored
       * Thanks to Andreas Fuchs -- I only took the liberty of changing the name from
         MULTIPLE-VALUE-OR to NTH-VALUE-OR.
      cbb90e6e
    • Nikodemus Siivola's avatar
      ENSURE-GETHASH · 76e78e79
      Nikodemus Siivola authored
       * new function: like GETHASH, but saves the default value in table if
         key is not found.*
      76e78e79
  22. Nov 02, 2007
  23. Oct 31, 2007
  24. Oct 01, 2007
  25. Jul 20, 2007
  26. Jul 11, 2007
  27. Aug 27, 2007
  28. Jul 01, 2007
  29. Jun 25, 2007