| Commit message (Expand) | Author | Age | Files | Lines |
* | 2.9.5GLIB_2_9_5 | Matthias Clasen | 2006-01-27 | 1 | -0/+1 |
* | Fix C99isms. (#328705, Kazuki Iwamoto) | Matthias Clasen | 2006-01-26 | 1 | -5/+7 |
* | fixed buglets reported by Jens Granseuer in #328254. | Tim Janik | 2006-01-25 | 1 | -9/+9 |
* | honour g_mem_gc_friendly settings when freeing slices, make sure | Tim Janik | 2006-01-25 | 6 | -77/+109 |
* | only use posix_memalign() if it's known to work, revert to memalign() | Tim Janik | 2006-01-24 | 1 | -7/+13 |
* | wiped out all the wonderfull G_OS_WIN32 code i wrote ;-[) after tml told | Tim Janik | 2006-01-23 | 1 | -34/+0 |
* | initialize GSlice config from G_SLICE environemtn variable. we support | Tim Janik | 2006-01-23 | 3 | -5/+87 |
* | Add a note about casting the results of g_new() and g_new0(). | Matthias Clasen | 2006-01-18 | 1 | -1/+1 |
* | To avoid deadlocks get rid of the settings G_LOCK. Use the | Sebastian Wilhelmi | 2006-01-17 | 1 | -176/+194 |
* | Rework the strict aliasing fix to not break C++, pointed out by Murray | Matthias Clasen | 2006-01-16 | 1 | -1/+1 |
* | Signal waiting threads, problem noticed by Christian Kellner. | Matthias Clasen | 2006-01-16 | 1 | -0/+2 |
* | Fix bug 326747, Alberto Ruiz: | Matthias Clasen | 2006-01-16 | 1 | -10/+20 |
* | Replace the simple recursive implementation by a nonrecursive, threaded | Matthias Clasen | 2006-01-14 | 1 | -412/+649 |
* | Break some long lines. | Matthias Clasen | 2006-01-09 | 1 | -7/+10 |
* | Include config.h first | Matthias Clasen | 2006-01-08 | 1 | -1/+3 |
* | Fix a build problem on OS X. | Matthias Clasen | 2006-01-06 | 1 | -0/+2 |
* | added gslice.obj | Hans Breuer | 2006-01-05 | 1 | -1/+2 |
* | Clarify the documentation of source ids a bit. (#325874, Dan Williams) | Matthias Clasen | 2006-01-05 | 1 | -13/+16 |
* | Avoid use of varargs macro. (#325864, Kazuki IWAMOTO) | Matthias Clasen | 2006-01-05 | 1 | -39/+41 |
* | glib/glib.symbols don't macroized g_access, g_chdir, and g_unlink either, | Manish Singh | 2006-01-05 | 2 | -9/+13 |
* | don't reverse chunk order when creating magazines, so we hand out chunks | Tim Janik | 2006-01-04 | 1 | -6/+9 |
* | - Added new API g_thread_pool_get_idle_time() and | Martyn James Russell | 2006-01-03 | 3 | -23/+157 |
* | Add new functions | Matthias Clasen | 2006-01-03 | 1 | -0/+1 |
* | Small fixes | Matthias Clasen | 2006-01-03 | 2 | -1/+4 |
* | new method to determine if the current thread is the owner of the context. | Michael Meeks | 2006-01-03 | 1 | -0/+30 |
* | Don't provide g_rmdir() as a macro expanding to rmdir, since rmdir is not | Matthias Clasen | 2006-01-03 | 2 | -4/+7 |
* | Set the GIOChannels for stdout and stderr to unbuffered. Otherwise the | Tor Lillqvist | 2006-01-01 | 1 | -0/+6 |
* | Fix a copy-and-paste error in the docs. (#325273, Declan Naughton) | Matthias Clasen | 2005-12-30 | 1 | -2/+2 |
* | Fix #316221, Michal Benes, Stanislav Brabec; | Matthias Clasen | 2005-12-27 | 1 | -1/+1 |
* | Add a cast to silence compiler warnings. (#321978, Andrew Paprocki) | Matthias Clasen | 2005-12-27 | 1 | -2/+2 |
* | Partial fix for bug #32937, Bogdan Nicula. | Matthias Clasen | 2005-12-27 | 1 | -0/+2 |
* | On Win32, include process.h (#325015, Kazuki Iwamoto) | Matthias Clasen | 2005-12-26 | 1 | -0/+1 |
* | New function to sort tasks pushed into a threadpool. (#324479, Martyn | Matthias Clasen | 2005-12-21 | 3 | -9/+76 |
* | added mem_error() and mem_assert() to test and handle errors without | Tim Janik | 2005-12-20 | 2 | -31/+74 |
* | Set an error in all failure cases. (#324332, Tim-Philipp Müller) | Matthias Clasen | 2005-12-18 | 1 | -2/+4 |
* | Fix memory barrier position in g_atomic_int_get and g_atomic_pointer_get. | Sebastian Wilhelmi | 2005-12-17 | 1 | -7/+31 |
* | Don't return a pointer to a const struct, since apps expect to be able to | Matthias Clasen | 2005-12-16 | 1 | -1/+1 |
* | fixed conditional symbols definitions | Tim Janik | 2005-12-15 | 1 | -1/+1 |
* | Document new atomic operations. | Matthias Clasen | 2005-12-15 | 1 | -0/+2 |
* | added g_atomic_pointer_set() and g_atomic_int_set() for systems where the | Tim Janik | 2005-12-13 | 2 | -8/+32 |
* | 2.9.1GLIB_2_9_1 | Matthias Clasen | 2005-12-09 | 1 | -0/+6 |
* | fix type inconsistency pointed out by gmorten | Tim Janik | 2005-12-09 | 1 | -1/+1 |
* | Use G_GNUC_WARN_UNUSED_RESULT on list functions that return the whole | Alexander Larsson | 2005-12-09 | 2 | -32/+32 |
* | removed commit leftover | Tim Janik | 2005-12-07 | 1 | -6/+0 |
* | - Call g_queue_insert_sorted() instead of duplicating the code. - Call | Martyn James Russell | 2005-12-07 | 1 | -19/+29 |
* | - Added g_list_insert_sorted_with_data () and | Martyn James Russell | 2005-12-07 | 4 | -152/+187 |
* | Exempt GTK+ from the mem chunk deprecation, since we need GTK+ 2.8 to | Matthias Clasen | 2005-12-06 | 1 | -1/+1 |
* | Documentation updates. (#323291, Morten Welinder) | Matthias Clasen | 2005-12-05 | 1 | -18/+18 |
* | Deprecate mem chunks | Matthias Clasen | 2005-12-05 | 1 | -1/+1 |
* | Add versioned deprecation information | Matthias Clasen | 2005-12-05 | 6 | -16/+16 |