diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ced0e057e27..744376b0efd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2012-10-04 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * profiler.c (handle_profiler_signal): Inhibit pending signals too, | ||
| 4 | to avoid similar races. | ||
| 5 | * keyboard.c (pending_signals): Now bool, not int. | ||
| 6 | |||
| 1 | 2012-10-02 Paul Eggert <eggert@cs.ucla.edu> | 7 | 2012-10-02 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 8 | ||
| 3 | * profiler.c (handle_profiler_signal): Fix a malloc race | 9 | * profiler.c (handle_profiler_signal): Fix a malloc race |