GRand: move docs from tmpl to inline comments
[platform/upstream/glib.git] / glib / gslice.c
2010-01-23 Ryan LortieBugĀ 448888 - don't init g_slice for always-malloc
2008-07-24 Tor LillqvistUse G_GSIZE_FORMAT instead of the C99 "zu".
2008-07-16 Matthias ClasenAvoid a warning when printing a pid_t. Pointed out...
2008-01-01 Matthias ClasenRemove C99 comments
2007-08-24 Michael Natterermake g_slice_copy() take a gconstpointer instead of...
2007-08-06 Tor LillqvistRevert my earlier change, see #440544.
2007-08-06 Tor LillqvistMove the G_ENABLE_DEBUG ifdef inside g_slice_debug_tree...
2007-07-12 Tim Janikmigrate per-thread magazine caches from single-thread...
2007-06-13 Sven Neumannglib/gslice.[ch] added g_slice_copy() and g_slice_dup...
2007-05-15 Matthias ClasenMake g_slice_debug_tree_statistics() debug-only functio...
2007-01-30 Matthias ClasenDon't make ABI depend on G_ENABLE_DEBUG, just add an...
2007-01-26 Matthias ClasenMake some structs which are used only once non-static.
2006-12-31 Matthias ClasenFix some C99isms. (#390913, Kazuki Iwamoto)
2006-12-29 Tim Janikturned detection of too late g_thread_init() calls...
2006-12-28 Tim Janikremoved pthread-dependant debugging bits, the code...
2006-12-28 Tor LillqvistCall InitializeCriticalSection() on the sdt_mutex in
2006-12-28 Tor LillqvistMake it compile on Win32 without pthreads: Use a Win32...
2006-12-28 Tim Janikimplemented static debugging hash-tree to validate...
2006-09-30 Matthias ClasenFix PLT issues
2006-05-10 Sebastian WilhelmiRenamed to glib/gthreadprivate.h and moved system threa...
2006-02-14 Tim Janikonly define _XOPEN_SOURCE to 600 to get at posix_memali...
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.