summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
diff options
context:
space:
mode:
authorTim Janik <timj@imendio.com>2006-02-14 16:31:37 +0000
committerTim Janik <timj@src.gnome.org>2006-02-14 16:31:37 +0000
commit8a8f185febd8cfa0ea05f92e68b8962479486bef (patch)
treeccd1c6f3c1e805f7269148d7d80c9d985ee55019 /ChangeLog.pre-2-10
parent16d640b06c209e1442d03937751eafc5254fe8eb (diff)
downloadglib-8a8f185febd8cfa0ea05f92e68b8962479486bef.tar.gz
only define _XOPEN_SOURCE to 600 to get at posix_memalign() in case we
Tue Feb 14 17:00:43 2006 Tim Janik <timj@imendio.com> * glib/gslice.c: only define _XOPEN_SOURCE to 600 to get at posix_memalign() in case we actually are going to use it, because we detected a compliant implementation (#328997). * configure.in (enable_included_printf): don't include malloc.h when testing for posix_memalign() funcitonality, since this may break the test on some systems (#328997).
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r--ChangeLog.pre-2-1010
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 715f75626..ea6b4b5f5 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,13 @@
+Tue Feb 14 17:00:43 2006 Tim Janik <timj@imendio.com>
+
+ * glib/gslice.c: only define _XOPEN_SOURCE to 600 to get at
+ posix_memalign() in case we actually are going to use it, because
+ we detected a compliant implementation (#328997).
+
+ * configure.in (enable_included_printf): don't include malloc.h when
+ testing for posix_memalign() funcitonality, since this may break the
+ test on some systems (#328997).
+
2006-02-14 Matthias Clasen <mclasen@redhat.com>
* glib/gstrfuncs.c: Improve docs.