log tests/automated/lisp-tests.el @ 5243:808131ba4a57

age author description
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-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-13 Ben Wing Undo Assert-equal, Assert=, etc.; make `Assert' handle this automatically
2010-02-19 Aidan Kehoe Use better types when ESCAPECHAR is specified, split_string_by_ichar_1
2010-02-07 Aidan Kehoe Add a new optional ESCAPE-CHAR argument to #'split-string-by-char.
2010-02-19 Aidan Kehoe Fix a multiple-value bug, mapcarX; correct a comment and a label name.
2010-02-01 Ben Wing implement equalp in C, fix case-folding, add equal() method for keymaps
2010-01-30 Ben Wing fix longstanding search bug involving searching for Control-1 chars
2010-01-24 Aidan Kehoe Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
2010-01-14 Ben Wing Create Assert-eq, Assert-equal, etc.