aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2013-09-24 00:16:38 -0700
committerPaul Eggert2013-09-24 00:16:38 -0700
commit9da0f50e5ab74e7543f169cef831cc8c22ef4f43 (patch)
treef7bd8f7c4df27dbe45f640a535a88ac14d5753f8 /src/ChangeLog
parentd6d9cbc15cbebfe466756a7a75601173c15287a2 (diff)
downloademacs-9da0f50e5ab74e7543f169cef831cc8c22ef4f43.tar.gz
emacs-9da0f50e5ab74e7543f169cef831cc8c22ef4f43.zip
* dispnew.c (clear_glyph_row, copy_row_except_pointers):
Prefer signed to unsigned integers where either will do. No need for 'const' on locals that do not escape. Omit easserts with unnecessary and unportable assumptions about alignment. Avoid unnecessary casts to char *.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a2eb39e7196..e4d9ad3b835 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12013-09-24 Paul Eggert <eggert@cs.ucla.edu>
2
3 * dispnew.c (clear_glyph_row, copy_row_except_pointers):
4 Prefer signed to unsigned integers where either will do.
5 No need for 'const' on locals that do not escape.
6 Omit easserts with unnecessary and unportable assumptions about
7 alignment. Avoid unnecessary casts to char *.
8
12013-09-24 Dmitry Antipov <dmantipov@yandex.ru> 92013-09-24 Dmitry Antipov <dmantipov@yandex.ru>
2 10
3 Use union for the payload of struct Lisp_Vector. 11 Use union for the payload of struct Lisp_Vector.