summaryrefslogtreecommitdiff
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-04-16 16:11:35 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2011-04-16 16:11:35 -0700
commit9f496c767b2c0973724fe9e206a7356a1e199f7e (patch)
tree70335a3d7c3d9747891981e2f7efa7ead2ef29c2 /lib-src/ChangeLog
parent2e69151c8907fa2bed7a4edbdf5787d03d3109cb (diff)
parentaca296380f818acb99be588841befb79fddcf64b (diff)
downloademacs-9f496c767b2c0973724fe9e206a7356a1e199f7e.tar.gz
Static checks with GCC 4.6.0 and non-default toolkits.
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 44bca0d4db1..fe6060c7c6c 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,18 @@
+2011-04-16 Paul Eggert <eggert@cs.ucla.edu>
+
+ 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 <eggert@cs.ucla.edu>
Fix more problems found by GCC 4.6.0's static checks.