log tests/ChangeLog @ 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
2010-10-18 Stephen J. Turnbull Merge some permissions corrections to trunk.
2010-06-14 Stephen J. Turnbull More permission consistency.
2010-06-14 Stephen J. Turnbull More permission consistency.
2010-10-14 Aidan Kehoe Tighten up Common Lisp compatibility, #'butlast, #'nbutlast, #'tailp, #'ldiff
2010-10-12 Aidan Kehoe Don't share a counter when checking for circularity, list_merge().
2010-08-15 Aidan Kehoe Be clearer in our error messages, #'canonicalize-inst-pair, #'canonicalize-spec
2010-08-15 Aidan Kehoe Print symbols with ratio-like names and the associated ratios distinctly.
2010-07-24 Aidan Kehoe Be more careful about side-effects from Lisp code, #'reduce
2010-06-13 Stephen J. Turnbull Add ChangeLogs for recent address updates in permission notices.
2010-06-07 Aidan Kehoe Remove all support for InfoDock.
2010-04-05 Aidan Kehoe Add #'equalp as a hash test by default; add #'define-hash-table-test, GNU API
2010-04-03 Aidan Kehoe Be more careful about parentheses and number features, #'equalp tests
2010-03-30 Ben Wing merge
2010-02-23 Ben Wing merge
2010-02-22 Ben Wing rename objects* (.c, .h and .el files) to fontcolor*
2010-03-18 Ben Wing fix crash etc. in tests.c/c-tests.el
2010-03-13 Ben Wing Undo Assert-equal, Assert=, etc.; make `Assert' handle this automatically