log tests/ChangeLog @ 4620:4dc42d1fe684

age author description
Tue, 17 Feb 2009 13:39:25 +0000 Aidan Kehoe Make the majority of tests in tests/automated/mule-tests.el work again.
Tue, 10 Feb 2009 16:07:31 +0000 Aidan Kehoe Make #$ truly read-only for Lisp; check this in the test suite.
Sat, 07 Feb 2009 17:13:37 +0000 Aidan Kehoe Support new IGNORE-INVALID-SEQUENCESP argument, #'query-coding-region.
Sat, 31 Jan 2009 13:06:37 +0000 Aidan Kehoe Correct little-endian UTF-16 surrogate handling.
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.
Sat, 03 Jan 2009 15:24:14 +0000 Aidan Kehoe Correct the CCL programs used by the coding system in ccl-tests.el.
Sun, 28 Dec 2008 22:51:14 +0000 Aidan Kehoe Add check-coding-systems-region, test it and others, fix some bugs.
Sun, 28 Dec 2008 14:55:02 +0000 Aidan Kehoe Merge.
Sun, 28 Dec 2008 14:46:24 +0000 Aidan Kehoe Add #'query-coding-region tests; do the work necessary to get them running.
Sat, 27 Sep 2008 16:38:11 +0900 Stephen J. Turnbull Add test for at_dot regexp.
Sat, 27 Sep 2008 16:34:40 +0900 Stephen J. Turnbull Fix up initial condition for skip-chars test.
Wed, 27 Aug 2008 21:47:21 +0200 Aidan Kehoe Correct the implementation, add a few basic tests for #'skip-chars-quote.
Sun, 10 Aug 2008 12:15:56 +0200 Aidan Kehoe Correct a test failure now the XEmacs-specific Arabic charsets are gone.
Wed, 21 May 2008 16:55:14 +0200 Aidan Kehoe Document Win32 symlink behaviour; adjust tests to take it into a/c.
Thu, 14 Feb 2008 22:40:17 +0100 Aidan Kehoe Correct and extend the previous test, thank you Stephen.
Mon, 11 Feb 2008 22:34:51 +0100 Aidan Kehoe Fail searches immediately if searching for non-representable characters.
Wed, 30 Jan 2008 22:33:29 +0100 Aidan Kehoe case-tests.el: fix it on non-DEBUG_XEMACS; save standard-case-table, use it
Wed, 30 Jan 2008 09:26:59 +0100 Aidan Kehoe Correct case-insensitive search for non-case, non-ASCII chars. Add tests.
Wed, 16 Jan 2008 15:43:01 +0100 Aidan Kehoe Call #'make-temp-file in mule-tests.el, now it's available.
Wed, 16 Jan 2008 15:20:51 +0100 Aidan Kehoe Have list hashes depend on the order of the contents, as is the case for vectors.
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.
Thu, 03 Jan 2008 01:33:59 -0800 Stephen J. Turnbull Improve style and add tests for 'built-in-symbol-file'.
Sat, 29 Dec 2007 20:22:04 -0800 Stephen J. Turnbull Move debugging code to usage example.
Fri, 21 Dec 2007 03:39:10 -0800 Stephen J. Turnbull Refactor and rename reproduce-bugs.el to reproduce-crashes.el.
Fri, 21 Dec 2007 03:31:41 -0800 Stephen J. Turnbull Refactor reproduce-bugs.el to usable state.
Tue, 11 Dec 2007 21:50:22 +0100 Aidan Kehoe Don't error on unknown environment variables, #'substitute-in-file-name.
Mon, 10 Dec 2007 01:13:36 -0800 Stephen J. Turnbull src/search.c (simple_search): Fix underrun in reverse search.