Skip to content
  1. Mar 30, 2012
  2. Mar 07, 2012
  3. Mar 02, 2012
  4. 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
    • Jyrki Jaakkola's avatar
      36800ad1
    • Ryan Davis's avatar
      convert ENSURE-GETHASH into a macro · d92432dd
      Ryan Davis authored
       Evaluate the default-form only if we actually use it.
      d92432dd
  5. Nov 09, 2011
  6. Nov 02, 2011
  7. Oct 29, 2011
  8. May 12, 2011
  9. Mar 06, 2011
  10. Oct 13, 2010
  11. Oct 08, 2010
  12. Sep 23, 2010
  13. Apr 11, 2010
  14. Apr 05, 2010
  15. Apr 04, 2010
  16. 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
  17. Mar 09, 2010
  18. Feb 17, 2010
  19. Feb 12, 2010