summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-09-26 15:48:06 +0000
committerCarl Worth <cworth@cworth.org>2005-09-26 15:48:06 +0000
commit8b4d49921db1b77da8814ed59ba50a53b716a59b (patch)
tree1b9034214c68ad527dee8a14987e140a7922fa42 /ChangeLog
parentae40e31976c462a56701322345ca8f14a3c82dd5 (diff)
Backported from HEAD:
Portability improvements for win32 thanks to Hans Breuer <hans@breuer.org>: Defined sized-integer types when under the influence of _MSC_VER and without stdint.h. Use #error which is more portable than #warning, (and more indicative of where we want to be before the next release).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0030c3582..fac05c091 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,21 @@
2005-09-26 Carl Worth <cworth@cworth.org>
Backported from HEAD:
+ 2005-09-07 Carl Worth <cworth@cworth.org>
+
+ Portability improvements for win32 thanks to Hans Breuer
+ <hans@breuer.org>:
+
+ * pixman/src/pixman.h: Defined sized-integer types when under the
+ influence of _MSC_VER and without stdint.h.
+
+ * src/cairoint.h: Use #error which is more portable than #warning,
+ (and more indicative of where we want to be before the next
+ release).
+
+2005-09-26 Carl Worth <cworth@cworth.org>
+
+ Backported from HEAD:
2005-08-31 Owen Taylor <otaylor@redhat.com>
* test/cairo-test.c: Protect inclusion of fontconfig.h