summaryrefslogtreecommitdiff
path: root/glib
Commit message (Expand)AuthorAgeFilesLines
* 2.9.5GLIB_2_9_5Matthias Clasen2006-01-271-0/+1
* Fix C99isms. (#328705, Kazuki Iwamoto)Matthias Clasen2006-01-261-5/+7
* fixed buglets reported by Jens Granseuer in #328254.Tim Janik2006-01-251-9/+9
* honour g_mem_gc_friendly settings when freeing slices, make sureTim Janik2006-01-256-77/+109
* only use posix_memalign() if it's known to work, revert to memalign()Tim Janik2006-01-241-7/+13
* wiped out all the wonderfull G_OS_WIN32 code i wrote ;-[) after tml toldTim Janik2006-01-231-34/+0
* initialize GSlice config from G_SLICE environemtn variable. we supportTim Janik2006-01-233-5/+87
* Add a note about casting the results of g_new() and g_new0().Matthias Clasen2006-01-181-1/+1
* To avoid deadlocks get rid of the settings G_LOCK. Use theSebastian Wilhelmi2006-01-171-176/+194
* Rework the strict aliasing fix to not break C++, pointed out by MurrayMatthias Clasen2006-01-161-1/+1
* Signal waiting threads, problem noticed by Christian Kellner.Matthias Clasen2006-01-161-0/+2
* Fix bug 326747, Alberto Ruiz:Matthias Clasen2006-01-161-10/+20
* Replace the simple recursive implementation by a nonrecursive, threadedMatthias Clasen2006-01-141-412/+649
* Break some long lines.Matthias Clasen2006-01-091-7/+10
* Include config.h firstMatthias Clasen2006-01-081-1/+3
* Fix a build problem on OS X.Matthias Clasen2006-01-061-0/+2
* added gslice.objHans Breuer2006-01-051-1/+2
* Clarify the documentation of source ids a bit. (#325874, Dan Williams)Matthias Clasen2006-01-051-13/+16
* Avoid use of varargs macro. (#325864, Kazuki IWAMOTO)Matthias Clasen2006-01-051-39/+41
* glib/glib.symbols don't macroized g_access, g_chdir, and g_unlink either,Manish Singh2006-01-052-9/+13
* don't reverse chunk order when creating magazines, so we hand out chunksTim Janik2006-01-041-6/+9
* - Added new API g_thread_pool_get_idle_time() andMartyn James Russell2006-01-033-23/+157
* Add new functionsMatthias Clasen2006-01-031-0/+1
* Small fixesMatthias Clasen2006-01-032-1/+4
* new method to determine if the current thread is the owner of the context.Michael Meeks2006-01-031-0/+30
* Don't provide g_rmdir() as a macro expanding to rmdir, since rmdir is notMatthias Clasen2006-01-032-4/+7
* Set the GIOChannels for stdout and stderr to unbuffered. Otherwise theTor Lillqvist2006-01-011-0/+6
* Fix a copy-and-paste error in the docs. (#325273, Declan Naughton)Matthias Clasen2005-12-301-2/+2
* Fix #316221, Michal Benes, Stanislav Brabec;Matthias Clasen2005-12-271-1/+1
* Add a cast to silence compiler warnings. (#321978, Andrew Paprocki)Matthias Clasen2005-12-271-2/+2
* Partial fix for bug #32937, Bogdan Nicula.Matthias Clasen2005-12-271-0/+2
* On Win32, include process.h (#325015, Kazuki Iwamoto)Matthias Clasen2005-12-261-0/+1
* New function to sort tasks pushed into a threadpool. (#324479, MartynMatthias Clasen2005-12-213-9/+76
* added mem_error() and mem_assert() to test and handle errors withoutTim Janik2005-12-202-31/+74
* Set an error in all failure cases. (#324332, Tim-Philipp Müller)Matthias Clasen2005-12-181-2/+4
* Fix memory barrier position in g_atomic_int_get and g_atomic_pointer_get.Sebastian Wilhelmi2005-12-171-7/+31
* Don't return a pointer to a const struct, since apps expect to be able toMatthias Clasen2005-12-161-1/+1
* fixed conditional symbols definitionsTim Janik2005-12-151-1/+1
* Document new atomic operations.Matthias Clasen2005-12-151-0/+2
* added g_atomic_pointer_set() and g_atomic_int_set() for systems where theTim Janik2005-12-132-8/+32
* 2.9.1GLIB_2_9_1Matthias Clasen2005-12-091-0/+6
* fix type inconsistency pointed out by gmortenTim Janik2005-12-091-1/+1
* Use G_GNUC_WARN_UNUSED_RESULT on list functions that return the wholeAlexander Larsson2005-12-092-32/+32
* removed commit leftoverTim Janik2005-12-071-6/+0
* - Call g_queue_insert_sorted() instead of duplicating the code. - CallMartyn James Russell2005-12-071-19/+29
* - Added g_list_insert_sorted_with_data () andMartyn James Russell2005-12-074-152/+187
* Exempt GTK+ from the mem chunk deprecation, since we need GTK+ 2.8 toMatthias Clasen2005-12-061-1/+1
* Documentation updates. (#323291, Morten Welinder)Matthias Clasen2005-12-051-18/+18
* Deprecate mem chunksMatthias Clasen2005-12-051-1/+1
* Add versioned deprecation informationMatthias Clasen2005-12-056-16/+16