aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-02-12 02:05:38 -0800
committerPaul Eggert2011-02-12 02:05:38 -0800
commitcec81b228b5a0e7850f23c97593352655ec56bf1 (patch)
tree4a2469a139c3df28c7d2f54475b5dd2dafa9f694 /src/ChangeLog
parentaf59aa6e3c661fcd547df8bc4175750f9edb20ec (diff)
downloademacs-cec81b228b5a0e7850f23c97593352655ec56bf1.tar.gz
emacs-cec81b228b5a0e7850f23c97593352655ec56bf1.zip
Port to Sun C 5.11, which has __attribute__ ((__aligned (N))).
* md5.h (ATTRIBUTE_ALIGNED): New macro. (struct md5_ctx): Use it.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4ef9778ca48..735f73b3544 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12011-02-12 Paul Eggert <eggert@cs.ucla.edu> 12011-02-12 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Port to Sun C 5.11, which has __attribute__ ((__aligned (N))).
4 * md5.h (ATTRIBUTE_ALIGNED): New macro.
5 (struct md5_ctx): Use it.
6
3 Port to Solaris 10, which doesn't support FC_HINT_STYLE. 7 Port to Solaris 10, which doesn't support FC_HINT_STYLE.
4 * xftfont.c (FC_HINT_STYLE): #define to "hintstyle" if not 8 * xftfont.c (FC_HINT_STYLE): #define to "hintstyle" if not
5 defined. 9 defined.