diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a7b35a8572d..df4dc76aa07 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,17 @@ | |||
| 1 | 2012-10-02 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2012-10-02 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Prefer plain 'static' to 'static inline' (Bug#12541). | ||
| 4 | * bidi.c (bidi_get_type, bidi_check_type, bidi_get_category) | ||
| 5 | (bidi_set_sor_type, bidi_push_embedding_level) | ||
| 6 | (bidi_pop_embedding_level, bidi_remember_char, bidi_copy_it) | ||
| 7 | (bidi_cache_reset, bidi_cache_shrink, bidi_cache_fetch_state) | ||
| 8 | (bidi_cache_search, bidi_cache_ensure_space) | ||
| 9 | (bidi_cache_iterator_state, bidi_cache_find) | ||
| 10 | (bidi_peek_at_next_level, bidi_set_paragraph_end) | ||
| 11 | (bidi_count_bytes, bidi_char_at_pos, bidi_fetch_char) | ||
| 12 | (bidi_explicit_dir_char, bidi_resolve_neutral_1): | ||
| 13 | Now 'static', not 'static inline'. | ||
| 14 | |||
| 3 | Count overruns when profiling; change units to ns. | 15 | Count overruns when profiling; change units to ns. |
| 4 | * profiler.c (handle_profiler_signal): Count sampling intervals, not ms. | 16 | * profiler.c (handle_profiler_signal): Count sampling intervals, not ms. |
| 5 | Give extra weight to samples after overruns, to attempt to count | 17 | Give extra weight to samples after overruns, to attempt to count |