diff options
author | Tim Janik <timj@imendio.com> | 2006-01-23 15:51:06 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 2006-01-23 15:51:06 +0000 |
commit | 75db5782889dde25bb9f0ee7d4f06db0fa7edf5b (patch) | |
tree | 5a9037271cd20e122dbdaf96fb43bb3e8da32b33 /ChangeLog.pre-2-10 | |
parent | e511719c337df5e0647e0c8736a5a77a2b59bf71 (diff) |
initialize GSlice config from G_SLICE environemtn variable. we support
Mon Jan 23 16:46:20 2006 Tim Janik <timj@imendio.com>
* glib/gslice.c (slice_config_init): initialize GSlice config from
G_SLICE environemtn variable. we support G_SLICE=always-malloc
currently, which forces all g_slice_*() allocations to use the system
malloc instead.
* glib/gutils.c:
g_parse_debug_string(): added a note about not using g_malloc() here.
_g_getenv_nomalloc(): getenv() variant that doesn't use g_malloc or
g_slice. contains only guesswork in the WIN32 branch.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 8acc30909..bfecd6a72 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,15 @@ +Mon Jan 23 16:46:20 2006 Tim Janik <timj@imendio.com> + + * glib/gslice.c (slice_config_init): initialize GSlice config from + G_SLICE environemtn variable. we support G_SLICE=always-malloc + currently, which forces all g_slice_*() allocations to use the system + malloc instead. + + * glib/gutils.c: + g_parse_debug_string(): added a note about not using g_malloc() here. + _g_getenv_nomalloc(): getenv() variant that doesn't use g_malloc or + g_slice. contains only guesswork in the WIN32 branch. + 2006-01-18 Matthias Clasen <mclasen@redhat.com> * Bump version |