comparison tests/ChangeLog @ 5035:b1e48555be7d

Add a new optional ESCAPE-CHAR argument to #'split-string-by-char. src/ChangeLog addition: 2010-02-07 Aidan Kehoe <kehoea@parhasard.net> * fns.c (split_string_by_ichar_1): Extend this to take UNESCAPE and ESCAPECHAR arguments. (split_external_path, split_env_path, Fsplit_string_by_char) (Fsplit_path): Pass the new arguments to split_string_by_ichar_1(); take a new optional argument, ESCAPE-CHAR, in #'split-string-by-char, allowing SEPCHAR to be escaped. tests/ChangeLog addition: 2010-02-07 Aidan Kehoe <kehoea@parhasard.net> * automated/lisp-tests.el (split-string-by-char): Test this function, and its new ESCAPE-CHAR argument.
author Aidan Kehoe <kehoea@parhasard.net>
date Sun, 07 Feb 2010 12:24:03 +0000
parents 1b96882bdf37
children 9624523604c5
comparison
equal deleted inserted replaced
5034:1b96882bdf37 5035:b1e48555be7d
272 2010-01-11 Ben Wing <ben@xemacs.org> 272 2010-01-11 Ben Wing <ben@xemacs.org>
273 273
274 * automated/mule-tests.el (featurep): 274 * automated/mule-tests.el (featurep):
275 Use utf-8 as file-name-coding-system under Cygwin 1.7+. 275 Use utf-8 as file-name-coding-system under Cygwin 1.7+.
276 276
277 2010-02-07 Aidan Kehoe <kehoea@parhasard.net>
278
279 * automated/lisp-tests.el (split-string-by-char):
280 Test this function, and its new ESCAPE-CHAR argument.
281
277 2010-01-01 Aidan Kehoe <kehoea@parhasard.net> 282 2010-01-01 Aidan Kehoe <kehoea@parhasard.net>
278 283
279 * automated/lisp-tests.el: 284 * automated/lisp-tests.el:
280 Test #'functionp, making sure it gives nil for special forms. 285 Test #'functionp, making sure it gives nil for special forms.
281 286