log tests/ChangeLog @ 4636:5c427ece884b r21-5-29

age author description
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.