comparison lisp/ChangeLog @ 4267:66e2714696bd

[xemacs-hg @ 2007-11-14 19:25:39 by aidan] Make string-to-list, string-to-sequence faster, simpler (change from GNU).
author aidan
date Wed, 14 Nov 2007 19:25:40 +0000
parents c5a2b80bc4fa
children 75d0292c1bff
comparison
equal deleted inserted replaced
4266:c5a2b80bc4fa 4267:66e2714696bd
1 2007-11-14 Aidan Kehoe <kehoea@parhasard.net>
2
3 * subr.el (string-to-sequence):
4 * subr.el (string-to-list):
5 * subr.el (string-to-vector):
6 (append STRING nil) is faster than (mapcar #'identity STRING),
7 (vconcat STRING) is faster than (mapcar #'identity STRING). Change
8 from GNU.
9
1 2007-11-14 Aidan Kehoe <kehoea@parhasard.net> 10 2007-11-14 Aidan Kehoe <kehoea@parhasard.net>
2 11
3 * code-files.el (write-region): 12 * code-files.el (write-region):
4 Provide a new arg, CODING-SYSTEM-OR-MUSTBENEW, for compatibility 13 Provide a new arg, CODING-SYSTEM-OR-MUSTBENEW, for compatibility
5 both with GNU (where it has the MUSTBENEW meaning) and earlier 14 both with GNU (where it has the MUSTBENEW meaning) and earlier