Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5386:af961911bcb2
Make listu() and listn() assemble lists in forward order. Use them.
See xemacs-patches message with ID
<AANLkTi=Tnd_e8WqiGBE2DmNGmY7zhqxhVNtxECnQo8w9@mail.gmail.com>
author | Jerry James <james@xemacs.org> |
---|---|
date | Tue, 29 Mar 2011 15:59:56 -0600 |
parents | 3889ef128488 |
children | e99b473303e3 |
comparison
equal
deleted
inserted
replaced
5385:436e67ca8c79 | 5386:af961911bcb2 |
---|---|
1 2011-03-24 Jerry James <james@xemacs.org> | |
2 | |
3 * alloc.c (listu): Assemble the list in the right order so we don't | |
4 have to reverse it. | |
5 (listn): Ditto. | |
6 * dired.c (Ffile_attributes): Use listn instead of building an array | |
7 to pass to Flist. GC protect the mode string. | |
8 * editfns.c (Fdecode_time): Use listn instead of Flist. | |
9 * faces.c (vars_of_faces): Use listu instead of Flist. | |
10 | |
1 2011-03-24 Jerry James <james@xemacs.org> | 11 2011-03-24 Jerry James <james@xemacs.org> |
2 | 12 |
3 * README.kkcc: "occured" -> "occurred". | 13 * README.kkcc: "occured" -> "occurred". |
4 * alloc.c (malloced_storage_size): "supress" -> "suppress". | 14 * alloc.c (malloced_storage_size): "supress" -> "suppress". |
5 * buffer.c: "intial" -> "initial". | 15 * buffer.c: "intial" -> "initial". |