diff options
| author | Paul Eggert | 2011-07-08 23:28:40 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-07-08 23:28:40 -0700 |
| commit | 5a9c433211c15e2538086321057ea04da8d6f9b9 (patch) | |
| tree | 9ec0261e9364c394ea1657cd79e26ccd804f3d6f /src/ChangeLog | |
| parent | 2d43b8c9716af32033eb778d3fabb1a47dd44535 (diff) | |
| download | emacs-5a9c433211c15e2538086321057ea04da8d6f9b9.tar.gz emacs-5a9c433211c15e2538086321057ea04da8d6f9b9.zip | |
Fix minor problems found by static checking.
* chartab.c (char_table_set_range, map_sub_char_table)
(uniprop_table_uncompress): Remove unused locals.
(uniprop_table): Now static.
* composite.c (_work_char): Remove unused static var.
* gtkutil.c (qttip_cb): Remove stray no-effect statement.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3cf90d10289..a71a48f3a81 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2011-07-08 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-07-08 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Fix minor problems found by static checking. | ||
| 4 | * chartab.c (char_table_set_range, map_sub_char_table) | ||
| 5 | (uniprop_table_uncompress): Remove unused locals. | ||
| 6 | (uniprop_table): Now static. | ||
| 7 | * composite.c (_work_char): Remove unused static var. | ||
| 8 | * gtkutil.c (qttip_cb): Remove stray no-effect statement. | ||
| 9 | |||
| 3 | Use pthread_sigmask, not sigprocmask (Bug#9010). | 10 | Use pthread_sigmask, not sigprocmask (Bug#9010). |
| 4 | sigprocmask is portable only for single-threaded applications, and | 11 | sigprocmask is portable only for single-threaded applications, and |
| 5 | Emacs can be multi-threaded when it uses GTK. | 12 | Emacs can be multi-threaded when it uses GTK. |