log tests/ChangeLog @ 4904:e91e3e353805

age author description
2010-01-31 Aidan Kehoe Don't compare the same octet with itself if checking for boyer_moore_ok
2010-01-31 Ben Wing fix CRLF line endings in search-tests.el
2010-01-30 Aidan Kehoe Add tests for the regexp-ranges-treat-control-1-chars badly bug.
2010-01-30 Ben Wing fix longstanding search bug involving searching for Control-1 chars
2010-01-27 Ben Wing fix failing-case output of Assert-test, add Assert-test-not
2010-01-27 Ben Wing Add Unicode-case-table-based torture test to case-tests.el
2010-01-26 Aidan Kehoe Fix the bugs necessary to resolve the trivial test failures in mule-tests.el
2010-01-14 Ben Wing get make check working again
2010-01-14 Ben Wing Add ChangeLog entries for previous changes to tests dir
2010-01-13 Ben Wing show description properly in Assert-failure message
2010-01-12 Ben Wing Use new cygwin_conv_path API with Cygwin 1.7 for converting names between Win32 and POSIX, UTF-8-aware, with attendant changes elsewhere
2010-01-01 Aidan Kehoe #'functionp gives nil for special forms, as in CL and GNU Emacs 23.
2009-12-31 Aidan Kehoe Make #'equalp more compatible with CL; add a compiler macro, test & doc it.
2009-12-22 Jerry James Remove support for the OffiX drag-and-drop protocol. See xemacs-patches
2009-12-18 Jerry James Add copyright and GPL v2 or later notices to Andy Piper's contributions, with
2009-12-14 Jerry James Remove more obsolete files.
2009-11-18 Jerry James Remove support for obsolete systems. See xemacs-patches message with ID
2009-11-17 Stephen J. Turnbull Restore some doc changes that got dropped in a merge.
2009-11-16 Stephen J. Turnbull Make test from Adam Sjogren's report.
2009-11-14 Aidan Kehoe Make #'letf not error if handed a #'values form.
2009-11-11 Stephen J. Turnbull Add permissions notices to sigpipe.c and regressiontest.pl.
2009-11-02 Stephen J. Turnbull Fix typo in test of equalp and add more tests.
2009-11-02 Stephen J. Turnbull Add test of nil binding of default-process-coding-system.
2009-11-01 Aidan Kehoe Don't error if handed a string and a non-string, #'equalp.
2009-10-12 Aidan Kehoe Fix some test failures, mule-tests.el.
2009-10-05 Jerry James Add explicit GPL v2 or later notices to Bill Perry's code, where such notices
2009-09-19 Aidan Kehoe Move the #'query-coding-region implementation to C.
2009-09-11 Aidan Kehoe Fix a bug with Unicode error sequences and very short input strings.
2009-09-06 Aidan Kehoe Fix various small issues with the multiple-value implementation.
2009-09-03 Jerry James Reproducer for menubar-x.c crash.
2009-08-16 Aidan Kehoe Test the multiple-value functionality.
2009-08-11 Aidan Kehoe Make #'floor, #'ceiling, #'round, #'truncate conform to Common Lisp.
2009-08-10 Aidan Kehoe Revert to original language environment, tests/automated/mule-tests.el.
2009-07-13 Aidan Kehoe #'find-file: set b-f-c-s even on error (cf. non-existent files),
2009-07-11 Aidan Kehoe Fix bugs with #'find-file, 0-length files, & coding-system-for-read specified.
2009-05-18 Stephen J. Turnbull XEmacs 21.5.29 "garbanzo" is released. r21-5-29
2009-02-22 Aidan Kehoe Fix a byte compiler bug with characters above ?\xFF.
2009-02-18 Aidan Kehoe #'check-coding-systems-region: return nil on success, not t.
2009-02-17 Aidan Kehoe Make the majority of tests in tests/automated/mule-tests.el work again.
2009-02-10 Aidan Kehoe Make #$ truly read-only for Lisp; check this in the test suite.
2009-02-07 Aidan Kehoe Support new IGNORE-INVALID-SEQUENCESP argument, #'query-coding-region.
2009-01-31 Aidan Kehoe Correct little-endian UTF-16 surrogate handling.
2009-01-18 Aidan Kehoe Fix make check after my last change.
2009-01-18 Aidan Kehoe Print char table values correctly.
2009-01-11 Aidan Kehoe Add #'subr-arity, API taken from GNU, implementation our own.
2009-01-03 Aidan Kehoe Correct the CCL programs used by the coding system in ccl-tests.el.
2008-12-28 Aidan Kehoe Add check-coding-systems-region, test it and others, fix some bugs.
2008-12-28 Aidan Kehoe Merge.
2008-12-28 Aidan Kehoe Add #'query-coding-region tests; do the work necessary to get them running.
2008-09-27 Stephen J. Turnbull Add test for at_dot regexp.
2008-09-27 Stephen J. Turnbull Fix up initial condition for skip-chars test.
2008-08-27 Aidan Kehoe Correct the implementation, add a few basic tests for #'skip-chars-quote.
2008-08-10 Aidan Kehoe Correct a test failure now the XEmacs-specific Arabic charsets are gone.
2008-05-21 Aidan Kehoe Document Win32 symlink behaviour; adjust tests to take it into a/c.
2008-02-14 Aidan Kehoe Correct and extend the previous test, thank you Stephen.
2008-02-11 Aidan Kehoe Fail searches immediately if searching for non-representable characters.
2008-01-30 Aidan Kehoe case-tests.el: fix it on non-DEBUG_XEMACS; save standard-case-table, use it
2008-01-30 Aidan Kehoe Correct case-insensitive search for non-case, non-ASCII chars. Add tests.
2008-01-16 Aidan Kehoe Call #'make-temp-file in mule-tests.el, now it's available.
2008-01-16 Aidan Kehoe Have list hashes depend on the order of the contents, as is the case for vectors.
2008-01-15 Aidan Kehoe Don't assume lisp-tests.el will be correctly read as UTF-8.
2008-01-15 Aidan Kehoe Avoid clearing print-gensym-alist inappropriately when printing hash tables.
2008-01-03 Stephen J. Turnbull Improve style and add tests for 'built-in-symbol-file'.
2007-12-30 Stephen J. Turnbull Move debugging code to usage example.
2007-12-21 Stephen J. Turnbull Refactor and rename reproduce-bugs.el to reproduce-crashes.el.
2007-12-21 Stephen J. Turnbull Refactor reproduce-bugs.el to usable state.
2007-12-11 Aidan Kehoe Don't error on unknown environment variables, #'substitute-in-file-name.
2007-12-10 Stephen J. Turnbull src/search.c (simple_search): Fix underrun in reverse search.
2007-12-10 Stephen J. Turnbull Resuscitate reproduce-bugs.el.
2007-12-09 Aidan Kehoe Fix the test failures introduced by the non-ISO-2022 coding systems.
2007-12-04 aidan [xemacs-hg @ 2007-12-04 20:40:49 by aidan]
2007-11-29 aidan [xemacs-hg @ 2007-11-29 13:37:51 by aidan]
2007-11-27 aidan [xemacs-hg @ 2007-11-27 13:51:03 by aidan]
2007-10-01 stephent [xemacs-hg @ 2007-10-01 08:07:39 by stephent]
2007-08-21 aidan [xemacs-hg @ 2007-08-21 12:38:57 by aidan]
2007-06-22 stephent [xemacs-hg @ 2007-06-22 16:37:37 by stephent]
2007-06-21 aidan [xemacs-hg @ 2007-06-21 13:39:08 by aidan]
2007-05-21 stephent [xemacs-hg @ 2007-05-21 04:59:52 by stephent] r21-5-28
2007-05-20 aidan [xemacs-hg @ 2007-05-20 20:09:20 by aidan]
2007-05-13 aidan [xemacs-hg @ 2007-05-13 11:11:28 by aidan]
2007-05-12 aidan [xemacs-hg @ 2007-05-12 10:17:00 by aidan]
2007-04-29 aidan [xemacs-hg @ 2007-04-29 13:19:55 by aidan]
2007-03-25 stephent [xemacs-hg @ 2007-03-25 15:57:32 by stephent]
2006-11-25 aidan [xemacs-hg @ 2006-11-25 22:06:29 by aidan]
2006-11-23 aidan [xemacs-hg @ 2006-11-23 13:43:17 by aidan]
2006-11-20 aidan [xemacs-hg @ 2006-11-20 19:21:47 by aidan]
2006-08-04 aidan [xemacs-hg @ 2006-08-04 22:55:04 by aidan]
2006-06-24 stephent [xemacs-hg @ 2006-06-24 14:30:36 by stephent]
2006-06-24 stephent [xemacs-hg @ 2006-06-24 13:50:19 by stephent]
2006-06-03 aidan [xemacs-hg @ 2006-06-03 17:50:39 by aidan]
2006-05-16 stephent [xemacs-hg @ 2006-05-16 08:22:21 by stephent]
2006-03-31 stephent [xemacs-hg @ 2006-03-31 19:18:19 by stephent]
2006-03-31 stephent [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
2006-02-26 stephent [xemacs-hg @ 2006-02-26 13:43:04 by stephent]
2005-12-18 stephent [xemacs-hg @ 2005-12-18 19:04:51 by stephent]
2005-12-08 stephent [xemacs-hg @ 2005-12-08 10:58:57 by stephent]
2005-11-29 stephent [xemacs-hg @ 2005-11-29 17:04:05 by stephent]
2005-11-29 stephent [xemacs-hg @ 2005-11-29 14:52:44 by stephent]
2005-10-26 stephent [xemacs-hg @ 2005-10-26 15:12:46 by stephent]
2005-09-14 stephent [xemacs-hg @ 2005-09-14 05:28:38 by stephent]
2005-05-28 stephent [xemacs-hg @ 2005-05-28 06:11:28 by stephent]
2005-03-15 adrian [xemacs-hg @ 2005-03-15 22:26:29 by adrian]
2005-03-14 stephent [xemacs-hg @ 2005-03-14 02:42:59 by stephent]
2005-03-11 stephent [xemacs-hg @ 2005-03-11 19:19:24 by stephent]
2005-02-24 adrian [xemacs-hg @ 2005-02-24 23:02:32 by adrian]
2005-02-18 stephent [xemacs-hg @ 2005-02-18 06:26:31 by stephent]
2005-02-02 stephent [xemacs-hg @ 2005-02-02 11:37:18 by stephent]
2004-10-28 stephent [xemacs-hg @ 2004-10-28 11:31:09 by stephent]
2004-10-22 stephent [xemacs-hg @ 2004-10-22 05:16:40 by stephent]
2004-10-07 stephent [xemacs-hg @ 2004-10-07 08:01:41 by stephent]
2004-09-08 stephent [xemacs-hg @ 2004-09-08 10:21:57 by stephent]
2004-05-13 stephent [xemacs-hg @ 2004-05-13 16:41:23 by stephent]
2004-05-13 james [xemacs-hg @ 2004-05-13 15:33:15 by james]
2004-05-12 stephent [xemacs-hg @ 2004-05-12 06:16:14 by stephent]
2004-05-11 stephent [xemacs-hg @ 2004-05-11 11:33:08 by stephent]
2004-05-03 james [xemacs-hg @ 2004-05-03 15:08:41 by james]
2004-04-19 stephent [xemacs-hg @ 2004-04-19 06:22:32 by stephent]
2004-04-05 james [xemacs-hg @ 2004-04-05 22:49:31 by james]
2004-03-22 stephent [xemacs-hg @ 2004-03-22 09:22:24 by stephent]
2003-11-01 kaltenbach [xemacs-hg @ 2003-11-01 14:54:53 by kaltenbach]
2003-10-23 stephent [xemacs-hg @ 2003-10-23 12:48:45 by stephent]
2003-10-21 stephent [xemacs-hg @ 2003-10-21 08:21:00 by stephent]
2003-10-15 stephent [xemacs-hg @ 2003-10-15 08:56:35 by stephent]
2003-09-28 adrian [xemacs-hg @ 2003-09-28 18:54:27 by adrian]
2003-09-27 adrian [xemacs-hg @ 2003-09-27 15:18:59 by adrian]
2003-09-27 stephent [xemacs-hg @ 2003-09-27 06:51:16 by stephent]
2003-09-26 adrian [xemacs-hg @ 2003-09-26 20:48:10 by adrian]
2003-09-26 youngs [xemacs-hg @ 2003-09-26 05:56:29 by youngs]