summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-12-09 15:28:41 +0000
committerKevin E Martin <kem@kem.org>2005-12-09 15:28:41 +0000
commitaf0164c2ded2dcc95b72ca3b9bfbad9b790490f7 (patch)
tree5e2abbefb097cbb8d5b7797b4ba7de02b342849d /ChangeLog
parent80c3aba8ac4af96c3d9407ecbed2f6c813adbbe1 (diff)
Better macro to check whether any of malloc(0), realloc(ptr,0) or calloc(0)MODULAR_COPY
return NULL since Xlib expects all three to return a valid pointer.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index afc372c..093db90 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-12-09 Kevin E. Martin <kem-at-freedesktop-dot-org>
+
+ * xorg-macros.m4:
+ Better macro to check whether any of malloc(0), realloc(ptr,0) or
+ calloc(0) return NULL since Xlib expects all three to return a
+ valid pointer.
+
2005-12-08 Kevin E. Martin <kem-at-freedesktop-dot-org>
* xorg-macros.m4: