Age | Commit message (Expand) | Author | Files | Lines |
2006-01-18 | 2.9.4GLIB_2_9_4 | Matthias Clasen | 1 | -0/+6 |
2006-01-18 | Add a note about casting the results of g_new() and g_new0(). | Matthias Clasen | 1 | -0/+5 |
2006-01-17 | To avoid deadlocks get rid of the settings G_LOCK. Use the | Sebastian Wilhelmi | 1 | -0/+13 |
2006-01-17 | Bump version | Matthias Clasen | 1 | -0/+2 |
2006-01-17 | 2.9.3GLIB_2_9_3 | Matthias Clasen | 1 | -0/+2 |
2006-01-16 | Updates | Matthias Clasen | 1 | -0/+2 |
2006-01-16 | Rework the strict aliasing fix to not break C++, pointed out by Murray | Matthias Clasen | 1 | -0/+4 |
2006-01-16 | Signal waiting threads, problem noticed by Christian Kellner. | Matthias Clasen | 1 | -0/+5 |
2006-01-16 | Fix bug 326747, Alberto Ruiz: | Matthias Clasen | 1 | -0/+10 |
2006-01-14 | Replace the simple recursive implementation by a nonrecursive, threaded | Matthias Clasen | 1 | -0/+6 |
2006-01-12 | Fix the assert to not always trigger. (#326558, Daichi Kawahata) | Matthias Clasen | 1 | -0/+6 |
2006-01-11 | Don't test items_read and items_written in error cases where it is not | Matthias Clasen | 1 | -0/+3 |
2006-01-11 | Set error to NULL. | Matthias Clasen | 1 | -0/+4 |
2006-01-09 | Break some long lines. | Matthias Clasen | 1 | -0/+4 |
2006-01-08 | Include config.h first | Matthias Clasen | 1 | -0/+5 |
2006-01-08 | explain that G_TYPE_INSTANCE_GET_CLASS() does behave different during | Sven Herzberg | 1 | -0/+6 |
2006-01-06 | Fix a build problem on OS X. | Matthias Clasen | 1 | -0/+5 |
2006-01-06 | Bump version | Matthias Clasen | 1 | -0/+2 |
2006-01-06 | 2.9.2GLIB_2_9_2 | Matthias Clasen | 1 | -0/+4 |
2006-01-05 | added gslice.obj | Hans Breuer | 1 | -0/+4 |
2006-01-05 | Updates | Matthias Clasen | 1 | -1/+3 |
2006-01-05 | Clarify the documentation of source ids a bit. (#325874, Dan Williams) | Matthias Clasen | 1 | -0/+3 |
2006-01-05 | Fix another strict aliasing problem. | Matthias Clasen | 1 | -0/+2 |
2006-01-05 | Avoid use of varargs macro. (#325864, Kazuki IWAMOTO) | Matthias Clasen | 1 | -0/+5 |
2006-01-05 | glib/glib.symbols don't macroized g_access, g_chdir, and g_unlink either, | Manish Singh | 1 | -0/+7 |
2006-01-04 | don't reverse chunk order when creating magazines, so we hand out chunks | Tim Janik | 1 | -0/+6 |
2006-01-04 | Added "ml" "zh_HK" to ALL_LINGUAS. | Abel Cheung | 1 | -0/+4 |
2006-01-03 | - Added new API g_thread_pool_get_idle_time() and | Martyn James Russell | 1 | -0/+12 |
2006-01-03 | Add new functions | Matthias Clasen | 1 | -0/+2 |
2006-01-03 | Small fixes | Matthias Clasen | 1 | -0/+4 |
2006-01-03 | new method to determine if the current thread is the owner of the context. | Michael Meeks | 1 | -0/+6 |
2006-01-03 | Don't provide g_rmdir() as a macro expanding to rmdir, since rmdir is not | Matthias Clasen | 1 | -0/+8 |
2006-01-01 | Set the GIOChannels for stdout and stderr to unbuffered. Otherwise the | Tor Lillqvist | 1 | -0/+8 |
2005-12-30 | Fix a copy-and-paste error in the docs. (#325273, Declan Naughton) | Matthias Clasen | 1 | -0/+5 |
2005-12-27 | use LC_ALL instead of LC_COLLATE, to make sure we really override things. | Manish Singh | 1 | -0/+5 |
2005-12-27 | Fix #316221, Michal Benes, Stanislav Brabec; | Matthias Clasen | 1 | -0/+7 |
2005-12-27 | Add a cast to silence compiler warnings. (#321978, Andrew Paprocki) | Matthias Clasen | 1 | -0/+3 |
2005-12-27 | Partial fix for bug #32937, Bogdan Nicula. | Matthias Clasen | 1 | -0/+7 |
2005-12-27 | export LC_COLLATE so it takes. (#324950, Dan Yefimov) | Manish Singh | 1 | -0/+5 |
2005-12-26 | On Win32, include process.h (#325015, Kazuki Iwamoto) | Matthias Clasen | 1 | -0/+5 |
2005-12-26 | Updates | Matthias Clasen | 1 | -0/+2 |
2005-12-26 | Fix C99isms. (#324950, Dan Yefimov) | Matthias Clasen | 1 | -0/+4 |
2005-12-21 | Updates | Matthias Clasen | 1 | -0/+4 |
2005-12-21 | New function to sort tasks pushed into a threadpool. (#324479, Martyn | Matthias Clasen | 1 | -0/+9 |
2005-12-20 | added mem_error() and mem_assert() to test and handle errors without | Tim Janik | 1 | -0/+22 |
2005-12-18 | Set an error in all failure cases. (#324332, Tim-Philipp Müller) | Matthias Clasen | 1 | -0/+5 |
2005-12-17 | Fix memory barrier position in g_atomic_int_get and g_atomic_pointer_get. | Sebastian Wilhelmi | 1 | -0/+9 |
2005-12-16 | Don't return a pointer to a const struct, since apps expect to be able to | Matthias Clasen | 1 | -0/+6 |
2005-12-13 | added g_atomic_pointer_set() and g_atomic_int_set() for systems where the | Tim Janik | 1 | -0/+6 |
2005-12-09 | Bump version | Matthias Clasen | 1 | -0/+2 |