Add g_key_file_load_from_dirs for looking through a search path for a
[platform/upstream/glib.git] / glib / gslice.c
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.