log tests/automated/lisp-tests.el @ 5438:8d29f1c4bb98

age author description
Fri, 26 Nov 2010 06:43:36 +0100 Mats Lidell Merge with 21.5 trunk.
Sun, 07 Nov 2010 00:22:33 +0100 Mats Lidell Merge with trunk.
Thu, 28 Oct 2010 23:53:24 +0200 Mats Lidell Rebase with 21.5 trunk.
Thu, 14 Oct 2010 17:15:20 +0200 Mats Lidell Changed bulk of GPLv2 or later files identified by script
Thu, 17 Mar 2011 20:13:00 +0000 Aidan Kehoe Conditionalise the old-* functions and byte codes at compile time.
Fri, 11 Mar 2011 20:40:01 +0000 Aidan Kehoe Address the easy test failures in tests/automated.
Thu, 24 Feb 2011 09:36:19 +0000 Aidan Kehoe #'substring-no-properties: check STRING's type, get_string_range_char won't.
Thu, 10 Feb 2011 08:46:10 +0000 Aidan Kehoe Correct a bug with circularity checking in #'mapcar*, #'map, etc.
Mon, 07 Feb 2011 12:01:24 +0000 Aidan Kehoe Improve the lexical scoping in #'block, #'return-from.
Sun, 23 Jan 2011 13:56:37 +0000 Aidan Kehoe Loop at macroexpansion time when sanity-checking :start, :end keyword args.
Sun, 23 Jan 2011 13:13:54 +0000 Aidan Kehoe Fix some testsuite failures, #'delete, #'delq, #'remove, #'remq.
Sat, 15 Jan 2011 15:45:46 +0000 Aidan Kehoe Accept more complex TYPEs in #'concatenate, cl-extra.el
Fri, 14 Jan 2011 23:16:25 +0000 Aidan Kehoe Pass in the DEFAULT argument to position() as documented, #'find.
Sun, 02 Jan 2011 16:18:26 +0000 Aidan Kehoe Tweak a few compiler macros for functions in cl-seq.el.
Thu, 30 Dec 2010 01:14:13 +0000 Aidan Kehoe Test sanity-checking of :start, :end keyword arguments when appropriate.
Sat, 20 Nov 2010 16:49:11 +0000 Aidan Kehoe Have NATNUMP give t for positive bignums; check limits appropriately.
Sat, 06 Nov 2010 21:18:52 +0000 Aidan Kehoe Accept sequences generally, not just lists, #'reverse, #'nreverse.
Sat, 06 Nov 2010 14:51:13 +0000 Aidan Kehoe Error in #'list-length if LIST is dotted; check for this error with #'mapcar
Mon, 25 Oct 2010 13:15:53 +0100 Aidan Kehoe Make sure (format "%b" 0) is non-zero length, print.c
Thu, 14 Oct 2010 18:50:38 +0100 Aidan Kehoe Tighten up Common Lisp compatibility, #'butlast, #'nbutlast, #'tailp, #'ldiff
Tue, 12 Oct 2010 18:14:12 +0100 Aidan Kehoe Don't share a counter when checking for circularity, list_merge().
Sun, 15 Aug 2010 15:42:45 +0100 Aidan Kehoe Be clearer in our error messages, #'canonicalize-inst-pair, #'canonicalize-spec
Sun, 15 Aug 2010 13:29:10 +0100 Aidan Kehoe Print symbols with ratio-like names and the associated ratios distinctly.
Sat, 24 Jul 2010 15:56:57 +0100 Aidan Kehoe Be more careful about side-effects from Lisp code, #'reduce
Mon, 05 Apr 2010 13:03:35 +0100 Aidan Kehoe Add #'equalp as a hash test by default; add #'define-hash-table-test, GNU API
Sat, 03 Apr 2010 16:27:07 +0100 Aidan Kehoe Be more careful about parentheses and number features, #'equalp tests
Fri, 12 Mar 2010 18:27:51 -0600 Ben Wing Undo Assert-equal, Assert=, etc.; make `Assert' handle this automatically
Fri, 19 Feb 2010 23:46:53 +0000 Aidan Kehoe Use better types when ESCAPECHAR is specified, split_string_by_ichar_1
Sun, 07 Feb 2010 12:24:03 +0000 Aidan Kehoe Add a new optional ESCAPE-CHAR argument to #'split-string-by-char.
Fri, 19 Feb 2010 23:21:27 +0000 Aidan Kehoe Fix a multiple-value bug, mapcarX; correct a comment and a label name.
Mon, 01 Feb 2010 01:02:40 -0600 Ben Wing implement equalp in C, fix case-folding, add equal() method for keymaps
Fri, 29 Jan 2010 20:57:42 -0600 Ben Wing fix longstanding search bug involving searching for Control-1 chars
Sun, 24 Jan 2010 15:21:27 +0000 Aidan Kehoe Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Thu, 14 Jan 2010 02:18:03 -0600 Ben Wing Create Assert-eq, Assert-equal, etc.
Fri, 01 Jan 2010 00:21:07 +0000 Aidan Kehoe #'functionp gives nil for special forms, as in CL and GNU Emacs 23.
Thu, 31 Dec 2009 15:09:41 +0000 Aidan Kehoe Make #'equalp more compatible with CL; add a compiler macro, test & doc it.
Sat, 14 Nov 2009 11:43:09 +0000 Aidan Kehoe Make #'letf not error if handed a #'values form.
Mon, 02 Nov 2009 14:00:49 +0900 Stephen J. Turnbull Fix typo in test of equalp and add more tests.
Sun, 01 Nov 2009 15:05:46 +0000 Aidan Kehoe Don't error if handed a string and a non-string, #'equalp.
Sun, 06 Sep 2009 19:36:02 +0100 Aidan Kehoe Fix various small issues with the multiple-value implementation.
Sun, 16 Aug 2009 21:00:08 +0100 Aidan Kehoe Test the multiple-value functionality.
Tue, 11 Aug 2009 17:59:23 +0100 Aidan Kehoe Make #'floor, #'ceiling, #'round, #'truncate conform to Common Lisp.
Tue, 10 Feb 2009 16:07:31 +0000 Aidan Kehoe Make #$ truly read-only for Lisp; check this in the test suite.
Sun, 18 Jan 2009 12:56:51 +0000 Aidan Kehoe Fix make check after my last change.
Sun, 18 Jan 2009 12:49:53 +0000 Aidan Kehoe Print char table values correctly.
Sun, 11 Jan 2009 13:18:42 +0000 Aidan Kehoe Add #'subr-arity, API taken from GNU, implementation our own.
Tue, 15 Jan 2008 22:59:28 +0100 Aidan Kehoe Don't assume lisp-tests.el will be correctly read as UTF-8.
Tue, 15 Jan 2008 21:35:01 +0100 Aidan Kehoe Avoid clearing print-gensym-alist inappropriately when printing hash tables.
Tue, 27 Nov 2007 13:51:10 +0000 aidan [xemacs-hg @ 2007-11-27 13:51:03 by aidan]
Thu, 13 May 2004 15:33:18 +0000 james [xemacs-hg @ 2004-05-13 15:33:15 by james]
Mon, 03 May 2004 15:08:51 +0000 james [xemacs-hg @ 2004-05-03 15:08:41 by james]
Mon, 05 Apr 2004 22:50:11 +0000 james [xemacs-hg @ 2004-04-05 22:49:31 by james]
Wed, 23 Apr 2003 15:42:52 +0000 stephent [xemacs-hg @ 2003-04-23 15:42:44 by stephent]
Sun, 05 May 2002 11:33:57 +0000 ben [xemacs-hg @ 2002-05-05 11:30:15 by ben]
Mon, 13 Aug 2007 11:45:51 +0200 cvs Import from CVS: tag r21-2-47 r21-2-47
Mon, 13 Aug 2007 11:38:25 +0200 cvs Import from CVS: tag r21-2-39 r21-2-39
Mon, 13 Aug 2007 11:37:21 +0200 cvs Import from CVS: tag r21-2-38 r21-2-38
Mon, 13 Aug 2007 11:36:19 +0200 cvs Import from CVS: tag r21-2-37 r21-2-37
Mon, 13 Aug 2007 11:35:02 +0200 cvs Import from CVS: tag r21-2-36 r21-2-36
Mon, 13 Aug 2007 11:33:38 +0200 cvs Import from CVS: tag r21-2-28 r21-2-28
Mon, 13 Aug 2007 11:30:53 +0200 cvs Import from CVS: tag r21-2-25 r21-2-25
Mon, 13 Aug 2007 11:28:15 +0200 cvs Import from CVS: tag r21-2-22 r21-2-22
Mon, 13 Aug 2007 11:26:11 +0200 cvs Import from CVS: tag r21-2-20 r21-2-20
Mon, 13 Aug 2007 11:21:38 +0200 cvs Import from CVS: tag r21-2-15 r21-2-15
Mon, 13 Aug 2007 11:20:41 +0200 cvs Import from CVS: tag r21-2-14 r21-2-14
Mon, 13 Aug 2007 11:13:30 +0200 cvs Import from CVS: tag r21-2-29 r21-2-29
Mon, 13 Aug 2007 11:09:42 +0200 cvs Import from CVS: tag r21-2-9 r21-2-9
Mon, 13 Aug 2007 11:08:24 +0200 cvs Import from CVS: tag r21-2-7 r21-2-7
Mon, 13 Aug 2007 11:07:10 +0200 cvs Import from CVS: tag r21-2-5 r21-2-5