log tests/automated/lisp-tests.el @ 5336:287499ff4c5f

age author description
2011-01-14 Aidan Kehoe Pass in the DEFAULT argument to position() as documented, #'find.
2011-01-02 Aidan Kehoe Tweak a few compiler macros for functions in cl-seq.el.
2010-12-30 Aidan Kehoe Test sanity-checking of :start, :end keyword arguments when appropriate.
2010-11-20 Aidan Kehoe Have NATNUMP give t for positive bignums; check limits appropriately.
2010-11-06 Aidan Kehoe Accept sequences generally, not just lists, #'reverse, #'nreverse.
2010-11-06 Aidan Kehoe Error in #'list-length if LIST is dotted; check for this error with #'mapcar
2010-10-25 Aidan Kehoe Make sure (format "%b" 0) is non-zero length, print.c