diff options
| author | Paul Eggert | 2011-04-16 16:11:35 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-16 16:11:35 -0700 |
| commit | fd35b6f96777be3305879a9ca60ab5befb254042 (patch) | |
| tree | db72c649acdc7f53d9672fba88b6a08b3601cdda /lib-src/ChangeLog | |
| parent | c4354cb4f4a3982331180439120ca72734d49cc5 (diff) | |
| parent | 399c71d323b8beef139437311c78440d0033c652 (diff) | |
| download | emacs-fd35b6f96777be3305879a9ca60ab5befb254042.tar.gz emacs-fd35b6f96777be3305879a9ca60ab5befb254042.zip | |
Static checks with GCC 4.6.0 and non-default toolkits.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index e3d7edf94bd..c45da107a8c 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2011-04-16 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Static checks with GCC 4.6.0 and non-default toolkits. | ||
| 4 | |||
| 5 | * movemail.c (mail_spool_name): Protoize. | ||
| 6 | (main): Remove unused var. Mark var as initialized. | ||
| 7 | Move locals to avoid shadowing, and use time_t for times. | ||
| 8 | |||
| 9 | * fakemail.c (xmalloc, xreallc): Use standard C prototypes | ||
| 10 | with void *. This avoids warnings about pointer casts. | ||
| 11 | |||
| 12 | * emacsclient.c (main): Don't use uninitialized var. | ||
| 13 | (IS_ANY_SEP): Remove; unused. | ||
| 14 | (get_current_dir_name): Add an extern decl. | ||
| 15 | |||
| 1 | 2011-04-06 Paul Eggert <eggert@cs.ucla.edu> | 16 | 2011-04-06 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 17 | ||
| 3 | Fix more problems found by GCC 4.6.0's static checks. | 18 | Fix more problems found by GCC 4.6.0's static checks. |