diff options
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 480b2f7ace..797ea0a5ea 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,9 @@ +2001-02-08 Not Zed <NotZed@Ximian.com> + + * e-memory.c (EMemChunk): Changed to allocate raw blocks for the + data, and keep track of them with an array, this is so the native + malloc alignment is not lost at the allocation stage. + 2001-01-30 Not Zed <NotZed@Ximian.com> * e-msgport.c (e_thread_destroy): Turn on joining of cancelled threads. |