log tests/ChangeLog @ 5049:548f1f47eb82

age author description
2010-02-21 Ben Wing merge
2010-02-21 Ben Wing merge
2010-02-16 Ben Wing add regexp-debugging
2010-02-21 Ben Wing fixes to test harness to allow backtracing/debugging of failures
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-05 Jerry James Remove old external module test.
2010-02-05 Jerry James Martin Buchholz claims tests/frame.el.
2010-02-01 Ben Wing merge
2010-01-28 Ben Wing merge
2010-01-25 Ben Wing fix some tests in `make check', also add our own file-tests
2010-02-01 Ben Wing merge
2010-02-01 Ben Wing implement equalp in C, fix case-folding, add equal() method for keymaps
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]
2003-09-25 stephent [xemacs-hg @ 2003-09-25 11:59:20 by stephent]
2003-09-04 youngs [xemacs-hg @ 2003-09-04 00:05:04 by youngs]
2003-08-31 adrian [xemacs-hg @ 2003-08-31 17:30:17 by adrian]
2003-08-20 crestani [xemacs-hg @ 2003-08-20 11:53:41 by crestani]
2003-08-11 stephent [xemacs-hg @ 2003-08-11 10:03:34 by stephent]
2003-06-01 youngs [xemacs-hg @ 2003-06-01 05:10:14 by youngs]
2003-05-10 youngs [xemacs-hg @ 2003-05-10 08:53:26 by youngs]
2003-05-10 stephent [xemacs-hg @ 2003-05-10 07:44:22 by stephent]
2003-04-24 youngs [xemacs-hg @ 2003-04-24 23:41:31 by youngs]
2003-04-23 stephent [xemacs-hg @ 2003-04-23 15:42:44 by stephent]
2003-04-15 stephent [xemacs-hg @ 2003-04-15 15:56:56 by stephent]
2003-03-27 stephent [xemacs-hg @ 2003-03-27 12:57:36 by stephent]
2003-02-20 stephent [xemacs-hg @ 2003-02-20 15:39:38 by stephent]
2003-02-16 youngs [xemacs-hg @ 2003-02-16 06:13:17 by youngs]
2003-01-23 stephent [xemacs-hg @ 2003-01-23 11:24:08 by stephent]
2003-01-09 stephent [xemacs-hg @ 2003-01-09 12:49:36 by stephent]
2003-01-05 youngs [xemacs-hg @ 2003-01-05 05:13:26 by youngs]
2002-12-27 stephent [xemacs-hg @ 2002-12-27 06:13:13 by stephent]
2002-11-11 stephent [xemacs-hg @ 2002-11-11 15:39:03 by stephent]
2002-10-02 stephent [xemacs-hg @ 2002-10-02 09:29:37 by stephent]
2002-08-30 youngs [xemacs-hg @ 2002-08-30 08:25:48 by youngs]
2002-08-22 stephent [xemacs-hg @ 2002-08-22 14:56:23 by stephent]
2002-07-27 youngs [xemacs-hg @ 2002-07-27 03:52:44 by youngs]
2002-07-20 michaels [xemacs-hg @ 2002-07-20 15:22:44 by michaels]
2002-07-02 stephent [xemacs-hg @ 2002-07-02 15:00:50 by stephent]
2002-06-28 michaels [xemacs-hg @ 2002-06-28 14:24:43 by michaels]
2002-06-23 stephent [xemacs-hg @ 2002-06-23 06:53:46 by stephent]
2002-06-04 andyp [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
2002-05-05 ben [xemacs-hg @ 2002-05-05 11:30:15 by ben]
2002-04-05 stephent [xemacs-hg @ 2002-04-05 08:57:14 by stephent]
2002-03-31 ben [xemacs-hg @ 2002-03-31 08:27:14 by ben]
2002-03-14 stephent [xemacs-hg @ 2002-03-14 03:54:10 by stephent]
2002-03-05 stephent [xemacs-hg @ 2002-03-05 14:45:51 by stephent]
2002-01-08 stephent [xemacs-hg @ 2002-01-08 16:49:21 by stephent]
2001-09-07 stephent [xemacs-hg @ 2001-09-07 09:54:37 by stephent]
2001-07-28 stephent [xemacs-hg @ 2001-07-28 08:14:27 by stephent]
2001-06-01 martinb [xemacs-hg @ 2001-06-01 05:05:54 by martinb]
2001-05-09 martinb [xemacs-hg @ 2001-05-09 11:46:58 by martinb]
2001-04-18 martinb [xemacs-hg @ 2001-04-18 07:37:19 by martinb]
2001-04-12 tailor Tailorization
2007-08-13 cvs Import from CVS: tag r21-2-47 r21-2-47
2007-08-13 cvs Import from CVS: tag r21-2-46 r21-2-46
2007-08-13 cvs Import from CVS: tag r21-2-45 r21-2-45
2007-08-13 cvs Import from CVS: tag r21-2-44 r21-2-44
2007-08-13 cvs Import from CVS: tag r21-2-43 r21-2-43
2007-08-13 cvs Import from CVS: tag r21-2-42 r21-2-42
2007-08-13 cvs Import from CVS: tag r21-2-41 r21-2-41
2007-08-13 cvs Import from CVS: tag r21-2-40 r21-2-40
2007-08-13 cvs Import from CVS: tag r21-2-39 r21-2-39
2007-08-13 cvs Import from CVS: tag r21-2-38 r21-2-38
2007-08-13 cvs Import from CVS: tag r21-2-37 r21-2-37
2007-08-13 cvs Import from CVS: tag r21-2-36 r21-2-36
2007-08-13 cvs Import from CVS: tag r21-2-28 r21-2-28
2007-08-13 cvs Import from CVS: tag r21-2-27 r21-2-27
2007-08-13 cvs Import from CVS: tag r21-2-26 r21-2-26
2007-08-13 cvs Import from CVS: tag r21-2-25 r21-2-25
2007-08-13 cvs Import from CVS: tag r21-2-24 r21-2-24
2007-08-13 cvs Import from CVS: tag r21-2-23 r21-2-23
2007-08-13 cvs Import from CVS: tag r21-2-22 r21-2-22
2007-08-13 cvs Import from CVS: tag r21-2-20 r21-2-20
2007-08-13 cvs Import from CVS: tag r21-2-19 r21-2-19
2007-08-13 cvs Import from CVS: tag r21-2-18 r21-2-18
2007-08-13 cvs Import from CVS: tag r21-2-17 r21-2-17
2007-08-13 cvs Import from CVS: tag r21-2-16 r21-2-16
2007-08-13 cvs Import from CVS: tag r21-2-15 r21-2-15
2007-08-13 cvs Import from CVS: tag r21-2-14 r21-2-14
2007-08-13 cvs Import from CVS: tag r21-2-35 r21-2-35
2007-08-13 cvs Import from CVS: tag r21-2-34 r21-2-34
2007-08-13 cvs Import from CVS: tag r21-2-33 r21-2-33
2007-08-13 cvs Import from CVS: tag r21-2-32 r21-2-32
2007-08-13 cvs Import from CVS: tag r21-2-31 r21-2-31
2007-08-13 cvs Import from CVS: tag r21-2-30 r21-2-30
2007-08-13 cvs Import from CVS: tag r21-2-29 r21-2-29
2007-08-13 cvs Import from CVS: tag r21-2-13 r21-2-13
2007-08-13 cvs Import from CVS: tag r21-2-12 r21-2-12
2007-08-13 cvs Import from CVS: tag r21-2-11 r21-2-11
2007-08-13 cvs Import from CVS: tag r21-2-10 r21-2-10
2007-08-13 cvs Import from CVS: tag r21-2-9 r21-2-9