log tests/ChangeLog @ 5065:133e816778ed

age author description
2010-02-23 Ben Wing fix expected-buggy test to avoid abort in test file
2010-02-23 Ben Wing remove unused var in test-harness
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.