comparison tests/ChangeLog @ 5866:5ea790936de9

Automated merge with file:///Sources/xemacs-21.5-checked-out
author Aidan Kehoe <kehoea@parhasard.net>
date Mon, 16 Mar 2015 00:11:30 +0000
parents 15041705c196 a45722e74335
children e0f1dfaa821e
comparison
equal deleted inserted replaced
5863:15041705c196 5866:5ea790936de9
6 6
7 2015-03-04 Aidan Kehoe <kehoea@parhasard.net> 7 2015-03-04 Aidan Kehoe <kehoea@parhasard.net>
8 8
9 * automated/lisp-tests.el: 9 * automated/lisp-tests.el:
10 Add some tests for #'substitute. 10 Add some tests for #'substitute.
11
12 2015-02-25 Aidan Kehoe <kehoea@parhasard.net>
13
14 * automated/lisp-tests.el:
15 parse_integer(), used in #'read, now signals invalid-argument
16 rather than invalid-read-syntax, check for that.
17 * automated/lisp-tests.el:
18 Check #'parse-integer now it's available to Lisp, check
19 #'digit-char, #'digit-char-p and the congruence in behaviour,
20 check the XEmacs-specific RADIX-TABLE argument behaviour.
11 21
12 2014-10-11 Stephen J. Turnbull <stephen@xemacs.org> 22 2014-10-11 Stephen J. Turnbull <stephen@xemacs.org>
13 23
14 * automated/keymap-tests.el: 24 * automated/keymap-tests.el:
15 Reformat loops for readability and maintainability. 25 Reformat loops for readability and maintainability.