aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index cb3ed502c96..921f976334a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12011-06-12 Paul Eggert <eggert@cs.ucla.edu> 12011-06-12 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Remove incorrect casts to 'unsigned' that lose info on 64-bit hosts.
4 These casts should not be needed on 32-bit hosts, either.
5 * keyboard.c (read_char):
6 * lread.c (Fload): Remove casts to unsigned.
7
3 * lisp.h (UNSIGNED_CMP): New macro. 8 * lisp.h (UNSIGNED_CMP): New macro.
4 This fixes comparison bugs on 64-bit hosts. 9 This fixes comparison bugs on 64-bit hosts.
5 (ASCII_CHAR_P): Use it. 10 (ASCII_CHAR_P): Use it.