aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab2010-12-03 17:08:05 -0500
committerChong Yidong2010-12-03 17:08:05 -0500
commit201ef780e052dc7c37ea5829d9a9cea9c4fd568b (patch)
treeca94cf25a887ecb9483e7b7d14e534425367ae12 /src/ChangeLog
parent1b811c905aaad902b31308de1770bb78194f97ae (diff)
downloademacs-201ef780e052dc7c37ea5829d9a9cea9c4fd568b.tar.gz
emacs-201ef780e052dc7c37ea5829d9a9cea9c4fd568b.zip
Remove EXPLICIT_SIGN_EXTEND.
* lisp.h (union Lisp_Object): Explicitly declare signedness of bit-field. (XINT): Remove variant for EXPLICIT_SIGN_EXTEND. * m/alpha.h (EXPLICIT_SIGN_EXTEND): Don't define. * m/amdx86-64.h (EXPLICIT_SIGN_EXTEND): Likewise. * m/ia64.h (EXPLICIT_SIGN_EXTEND): Likewise. * m/ibms390.h (EXPLICIT_SIGN_EXTEND): Likewise. * m/ibms390x.h (EXPLICIT_SIGN_EXTEND): Likewise. * m/iris4d.h (EXPLICIT_SIGN_EXTEND): Likewise. * m/m68k.h (EXPLICIT_SIGN_EXTEND): Likewise. * m/sparc.h (EXPLICIT_SIGN_EXTEND): Likewise. * m/template.h (EXPLICIT_SIGN_EXTEND): Likewise. * m/hp800.h: Remove file. * m/mips.h: Remove file.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6213a2d4687..732c902b41e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,20 @@
12010-12-03 Andreas Schwab <schwab@linux-m68k.org>
2
3 * lisp.h (union Lisp_Object): Explicitly declare signedness of
4 bit-field.
5 (XINT): Remove variant for EXPLICIT_SIGN_EXTEND.
6 * m/alpha.h (EXPLICIT_SIGN_EXTEND): Don't define.
7 * m/amdx86-64.h (EXPLICIT_SIGN_EXTEND): Likewise.
8 * m/ia64.h (EXPLICIT_SIGN_EXTEND): Likewise.
9 * m/ibms390.h (EXPLICIT_SIGN_EXTEND): Likewise.
10 * m/ibms390x.h (EXPLICIT_SIGN_EXTEND): Likewise.
11 * m/iris4d.h (EXPLICIT_SIGN_EXTEND): Likewise.
12 * m/m68k.h (EXPLICIT_SIGN_EXTEND): Likewise.
13 * m/sparc.h (EXPLICIT_SIGN_EXTEND): Likewise.
14 * m/template.h (EXPLICIT_SIGN_EXTEND): Likewise.
15 * m/hp800.h: Remove file.
16 * m/mips.h: Remove file.
17
12010-12-03 Jan Djärv <jan.h.d@swipnet.se> 182010-12-03 Jan Djärv <jan.h.d@swipnet.se>
2 19
3 * nsterm.m (ns_dumpglyphs_image): If drawing cursor, fill background 20 * nsterm.m (ns_dumpglyphs_image): If drawing cursor, fill background