aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8a20c06b41c..6127bc0e8da 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12011-03-27 Paul Eggert <eggert@cs.ucla.edu> 12011-03-27 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * chartab.c (sub_char_table_ref_and_range): Redo for slight
4 efficiency gain, and to bypass a gcc -Wstrict-overflow warning.
5
3 * keyboard.c, keyboard.h (num_input_events): Now size_t. 6 * keyboard.c, keyboard.h (num_input_events): Now size_t.
4 This avoids undefined behavior on integer overflow, and is a bit 7 This avoids undefined behavior on integer overflow, and is a bit
5 more convenient anyway since it is compared to a size_t variable. 8 more convenient anyway since it is compared to a size_t variable.