Mercurial > hg > xemacs-beta
comparison lib-src/ChangeLog @ 4768:0f5bee973a7b
Etags: use memmove instead of strcpy to move characters within a string. See
<870180fe0912080852t1073137ence150b6d267c43c9@mail.gmail.com> in xemacs-patches.
author | Jerry James <james@xemacs.org> |
---|---|
date | Wed, 09 Dec 2009 09:50:36 -0700 |
parents | aa5ed11f473b |
children | e0b8ef850996 |
comparison
equal
deleted
inserted
replaced
4767:dba492ef7440 | 4768:0f5bee973a7b |
---|---|
1 2009-12-08 Sjoerd Mullender <sjoerd@acm.org> | |
2 | |
3 * etags.c (absolute_filename): Use memmove instead of strcpy to move | |
4 characters within a string. | |
5 | |
1 2009-11-10 Jerry James <james@xemacs.org> | 6 2009-11-10 Jerry James <james@xemacs.org> |
2 | 7 |
3 * fakemail.c (MAIL_PROGRAM_NAME): No s&m files define this now, so | 8 * fakemail.c (MAIL_PROGRAM_NAME): No s&m files define this now, so |
4 make it unconditional. | 9 make it unconditional. |
5 (main): Make mail_program_name const, since it is never read, and drop | 10 (main): Make mail_program_name const, since it is never read, and drop |