aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 2e3c62d414e..456e286503b 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,5 +1,9 @@
12011-04-16 Paul Eggert <eggert@cs.ucla.edu> 12011-04-16 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * movemail.c (mail_spool_name): Protoize.
4 (main): Remove unused var. Mark var as initialized.
5 Move locals to avoid shadowing, and use time_t for times.
6
3 * fakemail.c (xmalloc, xreallc): Use standard C prototypes 7 * fakemail.c (xmalloc, xreallc): Use standard C prototypes
4 with void *. This avoids warnings about pointer casts. 8 with void *. This avoids warnings about pointer casts.
5 9