fixed buglets reported by Jens Granseuer in #328254.
[platform/upstream/glib.git] / glib / gslice.c
2006-01-25 Tim Janikfixed buglets reported by Jens Granseuer in #328254.
2006-01-25 Tim Janikhonour g_mem_gc_friendly settings when freeing slices...
2006-01-24 Tim Janikonly use posix_memalign() if it's known to work, revert...
2006-01-23 Tim Janikinitialize GSlice config from G_SLICE environemtn varia...
2006-01-08 Matthias ClasenInclude config.h first
2006-01-06 Matthias ClasenFix a build problem on OS X.
2006-01-04 Tim Janikdon't reverse chunk order when creating magazines,...
2005-12-27 Matthias ClasenPartial fix for bug #32937, Bogdan Nicula.
2005-12-26 Matthias ClasenOn Win32, include process.h (#325015, Kazuki Iwamoto)
2005-12-20 Tim Janikadded mem_error() and mem_assert() to test and handle...
2005-12-09 Tim Janikfix type inconsistency pointed out by gmorten
2005-12-05 Tim Janikimplement chain walking for arbitrary ->next pointer...
2005-12-02 Matthias ClasenPortability fixes, C99ism removal
2005-12-02 Tim Janikfix uint/pointer casts
2005-12-02 Tim Janiksome naming and type size fixups.
2005-12-01 Tim Janikimproved gettimeofday() timer resolution by maintaining...
2005-12-01 Tim Janiknew slice allocator implementation.