X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/c4354cb4f4a3982331180439120ca72734d49cc5..fd35b6f96777be3305879a9ca60ab5befb254042:/lib-src/ChangeLog diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index e3d7edf94b..c45da107a8 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,18 @@ +2011-04-16 Paul Eggert + + Static checks with GCC 4.6.0 and non-default toolkits. + + * movemail.c (mail_spool_name): Protoize. + (main): Remove unused var. Mark var as initialized. + Move locals to avoid shadowing, and use time_t for times. + + * fakemail.c (xmalloc, xreallc): Use standard C prototypes + with void *. This avoids warnings about pointer casts. + + * emacsclient.c (main): Don't use uninitialized var. + (IS_ANY_SEP): Remove; unused. + (get_current_dir_name): Add an extern decl. + 2011-04-06 Paul Eggert Fix more problems found by GCC 4.6.0's static checks.