summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
diff options
context:
space:
mode:
authorTim Janik <timj@imendio.com>2006-01-24 16:56:17 +0000
committerTim Janik <timj@src.gnome.org>2006-01-24 16:56:17 +0000
commit7b744cf4d25b2c80cd28efd3e48fd08862b87beb (patch)
tree86607c780469d5f0fe0bb39dfe535ceabd67efd2 /ChangeLog.pre-2-10
parent3c62ff454a5022eb7610b2b98f59366289183890 (diff)
only use posix_memalign() if it's known to work, revert to memalign()
Tue Jan 24 17:49:36 2006 Tim Janik <timj@imendio.com> * glib/gslice.c: only use posix_memalign() if it's known to work, revert to memalign() otherwise. * configure.in: check for broken posix_memalign() implementations to fix #328254.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r--ChangeLog.pre-2-108
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index c6c5cff84..19b88ef4f 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,11 @@
+Tue Jan 24 17:49:36 2006 Tim Janik <timj@imendio.com>
+
+ * glib/gslice.c: only use posix_memalign() if it's known to work,
+ revert to memalign() otherwise.
+
+ * configure.in: check for broken posix_memalign() implementations
+ to fix #328254.
+
2006-01-24 Matthias Clasen <mclasen@redhat.com>
* tests/unicode-encoding.c: Use UTF-16LE as target encoding