log tests/ChangeLog @ 5940:c608d4b0b75e cygwin64 tip

age author description
2014-10-19 Stephen J. Turnbull Reformat loops for readability and maintainability.
2014-10-19 Stephen J. Turnbull Avoid commands defined in packages in some tests.
2014-07-14 Aidan Kehoe Preserve extent information in the command builder code.
2014-04-25 Mats Lidell Help buffer behaviour synced with GNU
2013-12-17 Aidan Kehoe Add #'write-sequence, on the model of #'write-char, API from Common Lisp.
2013-12-15 Aidan Kehoe Only make promote_args_lazy() available if WITH_NUMBER_TYPES.
2013-12-15 Aidan Kehoe Check (featurep 'font-mgr) before calling fontconfig functions, tests
2013-12-15 Aidan Kehoe Be lazy converting markers to integers, bytecode_{arithcompare,arithop}().
2013-09-15 Mats Lidell Add mode-require-final-newline from GNU. Thanks GNU.
2013-09-15 Stephen J. Turnbull process-tests should work on all POSIX systems.
2013-09-15 Stephen J. Turnbull Make fc-name-parse signal on invalid-argument.
2013-06-23 Stephen J. Turnbull XEmacs 21.5.34 "kale" is released. r21-5-34 r21-5-latest-beta
2013-06-17 Aidan Kehoe Make #'apply-partially more intelligent still when byte-compiled.
2013-06-17 Jerry James Convert C (un)signed long long values to bignums properly.
2013-04-19 Mats Lidell Updated ChangeLog about new unit test for file-attributes.
2013-01-04 Stephen J. Turnbull XEmacs 21.5.33 "horseradish" is released. r21-5-33
2012-12-24 Stephen J. Turnbull Fix subsetp based on patch by Benson and Steven Mitchell.
2012-12-23 Stephen J. Turnbull Fix ChangeLog ordering.
2012-12-14 Mats Lidell Fix erroneous regular xpression in register.el. Thank you Stephen Turnbull.
2012-10-12 Mats Lidell Introduce call-process-shell-command from GNU.
2012-09-02 Aidan Kehoe Pre-emptively update any dirty mirror syntax table before searching
2012-09-02 Aidan Kehoe Add command remapping, a more robust alternative to #'substitute-key-definition
2012-08-02 Stephen J. Turnbull XEmacs 21.5.32 "habanero" is released. r21-5-32
2012-05-12 Aidan Kehoe Sync #'truncate-string-to-width with GNU, add tests for it.
2012-05-06 Aidan Kehoe Don't augment ENVIRONMENT when that's not indicated, #'macroexpand.
2012-05-04 Aidan Kehoe Support predefined character classes in #'skip-chars-{forward,backward}, too
2012-04-25 Aidan Kehoe Actually obey POSIX rules in #'posix-string-match, don't ignore them.
2012-04-21 Aidan Kehoe Support non-ASCII correctly in character classes, test this.
2012-04-21 Aidan Kehoe Turn on character classes in regex.c by default; test them in regexp-tests.el
2012-01-14 Aidan Kehoe Be more careful about non-quoted-symbol TAGs, #'byte-compile-catch
2012-01-01 Aidan Kehoe Support hash COLLECTIONs, #'{all,try}-completion{s,}; add #'test-completion
2011-12-30 Aidan Kehoe No longer use the obsolete function names, hash-table-tests.el
2011-12-03 Aidan Kehoe Accept bignums unambiguously in the syntax for object labels, lread.c.
2011-11-09 Aidan Kehoe Update tests that have started failing because of changed design decisions.
2011-10-03 Aidan Kehoe Declare labels as line where appropriate; use #'labels, not #'flet, tests.
2011-10-02 Aidan Kehoe Support inlining labels, bytecomp.el.
2011-09-04 Aidan Kehoe Implement print-circle, allowing recursive and circular structures to be read.
2011-08-24 Aidan Kehoe Add an assertion about argument order to #'apply-partially compiler macro
2011-08-12 Aidan Kehoe Add the #'apply-partially API, as used by GNU.
2011-08-08 Stephen J. Turnbull Alan Mackenzie's syntax cache bounds fix.
2011-08-08 Stephen J. Turnbull Initialize start and end properly (to new markers, not Qnil).
2011-08-08 Stephen J. Turnbull Should tests for substitute-in-file-name be in syntax-tests?
2011-08-07 Mats Lidell Merge.
2011-07-30 Mats Lidell shell-command and shell-command-on-region API compliant with FSF 23.3.1
2011-07-19 Mats Lidell Introducing syntax-ppss.el from GNU.
2011-06-28 Aidan Kehoe Update the GPLv3 HELLO to use the ISO-IR-196 escape sequences.
2011-05-25 Jerry James Add a DESTDIR variable to all Makefiles, defaulting to the empty string, and
2011-05-01 Aidan Kehoe Never pass a leading + to mpz_set_string, parse_integer ().
2011-04-29 Stephen J. Turnbull XEmacs 21.5.31 "ginger" is released.
2011-04-26 Mats Lidell Merged with trunk.
2011-03-28 Mats Lidell Merged with trunk.
2011-03-17 Mats Lidell Merge with trunk.
2011-02-14 Mats Lidell Merge with trunk.
2011-02-07 Mats Lidell Merge with trunk.
2011-01-19 Mats Lidell Merge with trunk.
2011-04-26 Stephen J. Turnbull XEmacs 21.5.30 "garlic" is released. r21-5-30
2011-04-24 Aidan Kehoe Make sure distinct symbol macros with identical names expand distinctly.
2011-01-05 Mats Lidell Merged with trunk.
2010-12-30 Mats Lidell Merged with trunk.
2010-12-06 Mats Lidell Added property notice and license to ChangeLogs.
2011-03-24 Jerry James Fix misspelled words, and some grammar, across the entire source tree.
2011-03-17 Aidan Kehoe Conditionalise the old-* functions and byte codes at compile time.
2011-03-11 Aidan Kehoe Address the easy test failures in tests/automated.
2011-02-24 Aidan Kehoe #'substring-no-properties: check STRING's type, get_string_range_char won't.
2011-02-10 Aidan Kehoe Correct a bug with circularity checking in #'mapcar*, #'map, etc.
2011-02-07 Aidan Kehoe Improve the lexical scoping in #'block, #'return-from.
2011-01-23 Aidan Kehoe Loop at macroexpansion time when sanity-checking :start, :end keyword args.
2011-01-23 Aidan Kehoe Fix some testsuite failures, #'delete, #'delq, #'remove, #'remq.
2011-01-15 Aidan Kehoe Accept more complex TYPEs in #'concatenate, cl-extra.el
2011-01-14 Aidan Kehoe Pass in the DEFAULT argument to position() as documented, #'find.
2011-01-02 Aidan Kehoe Tweak a few compiler macros for functions in cl-seq.el.
2010-12-30 Aidan Kehoe Test sanity-checking of :start, :end keyword arguments when appropriate.
2010-11-20 Aidan Kehoe Have NATNUMP give t for positive bignums; check limits appropriately.
2010-11-06 Aidan Kehoe Accept sequences generally, not just lists, #'reverse, #'nreverse.
2010-11-06 Aidan Kehoe Error in #'list-length if LIST is dotted; check for this error with #'mapcar
2010-10-25 Aidan Kehoe Make sure (format "%b" 0) is non-zero length, print.c
2010-10-18 Stephen J. Turnbull Merge some permissions corrections to trunk.
2010-06-14 Stephen J. Turnbull More permission consistency.
2010-06-14 Stephen J. Turnbull More permission consistency.
2010-10-14 Aidan Kehoe Tighten up Common Lisp compatibility, #'butlast, #'nbutlast, #'tailp, #'ldiff
2010-10-12 Aidan Kehoe Don't share a counter when checking for circularity, list_merge().
2010-08-15 Aidan Kehoe Be clearer in our error messages, #'canonicalize-inst-pair, #'canonicalize-spec
2010-08-15 Aidan Kehoe Print symbols with ratio-like names and the associated ratios distinctly.
2010-07-24 Aidan Kehoe Be more careful about side-effects from Lisp code, #'reduce
2010-06-13 Stephen J. Turnbull Add ChangeLogs for recent address updates in permission notices.
2010-06-07 Aidan Kehoe Remove all support for InfoDock.
2010-04-05 Aidan Kehoe Add #'equalp as a hash test by default; add #'define-hash-table-test, GNU API
2010-04-03 Aidan Kehoe Be more careful about parentheses and number features, #'equalp tests
2010-03-30 Ben Wing merge
2010-02-23 Ben Wing merge
2010-02-22 Ben Wing rename objects* (.c, .h and .el files) to fontcolor*
2010-03-18 Ben Wing fix crash etc. in tests.c/c-tests.el
2010-03-13 Ben Wing Undo Assert-equal, Assert=, etc.; make `Assert' handle this automatically
2010-03-06 Stephen J. Turnbull Test escape-quoted for the range U+0000 to U+00FF.
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.