aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-10-01 23:55:27 -0700
committerPaul Eggert2012-10-01 23:55:27 -0700
commit0a99eee11b09820a5ab78dadae4ccbdc7e16ccb3 (patch)
treec4cd419380d4a5afa19418dd0ada4b6dc44e6719 /src/ChangeLog
parentdac009a4c65233e6c6fc6d3c30c2ec34129362be (diff)
downloademacs-0a99eee11b09820a5ab78dadae4ccbdc7e16ccb3.tar.gz
emacs-0a99eee11b09820a5ab78dadae4ccbdc7e16ccb3.zip
Prefer plain 'static' to 'static inline'.
* bidi.c (bidi_get_type, bidi_check_type, bidi_get_category) (bidi_set_sor_type, bidi_push_embedding_level) (bidi_pop_embedding_level, bidi_remember_char, bidi_copy_it) (bidi_cache_reset, bidi_cache_shrink, bidi_cache_fetch_state) (bidi_cache_search, bidi_cache_ensure_space) (bidi_cache_iterator_state, bidi_cache_find) (bidi_peek_at_next_level, bidi_set_paragraph_end) (bidi_count_bytes, bidi_char_at_pos, bidi_fetch_char) (bidi_explicit_dir_char, bidi_resolve_neutral_1): Now 'static', not 'static inline'. Fixes: debbugs:12541
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
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 @@
12012-10-02 Paul Eggert <eggert@cs.ucla.edu> 12012-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