Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/ChangeLog Tue Mar 29 17:28:34 2011 +0100 +++ b/src/ChangeLog Tue Mar 29 15:59:56 2011 -0600 @@ -1,3 +1,13 @@ +2011-03-24 Jerry James <james@xemacs.org> + + * alloc.c (listu): Assemble the list in the right order so we don't + have to reverse it. + (listn): Ditto. + * dired.c (Ffile_attributes): Use listn instead of building an array + to pass to Flist. GC protect the mode string. + * editfns.c (Fdecode_time): Use listn instead of Flist. + * faces.c (vars_of_faces): Use listu instead of Flist. + 2011-03-24 Jerry James <james@xemacs.org> * README.kkcc: "occured" -> "occurred".