summaryrefslogtreecommitdiff
path: root/glib
AgeCommit message (Expand)Author
2006-01-03- Added new API g_thread_pool_get_idle_time() andMartyn James Russell
2006-01-03Add new functionsMatthias Clasen
2006-01-03Small fixesMatthias Clasen
2006-01-03new method to determine if the current thread is the owner of the context.Michael Meeks
2006-01-03Don't provide g_rmdir() as a macro expanding to rmdir, since rmdir is notMatthias Clasen
2006-01-01Set the GIOChannels for stdout and stderr to unbuffered. Otherwise theTor Lillqvist
2005-12-30Fix a copy-and-paste error in the docs. (#325273, Declan Naughton)Matthias Clasen
2005-12-27Fix #316221, Michal Benes, Stanislav Brabec;Matthias Clasen
2005-12-27Add a cast to silence compiler warnings. (#321978, Andrew Paprocki)Matthias Clasen
2005-12-27Partial fix for bug #32937, Bogdan Nicula.Matthias Clasen
2005-12-26On Win32, include process.h (#325015, Kazuki Iwamoto)Matthias Clasen
2005-12-21New function to sort tasks pushed into a threadpool. (#324479, MartynMatthias Clasen
2005-12-20added mem_error() and mem_assert() to test and handle errors withoutTim Janik
2005-12-18Set an error in all failure cases. (#324332, Tim-Philipp Müller)Matthias Clasen
2005-12-17Fix memory barrier position in g_atomic_int_get and g_atomic_pointer_get.Sebastian Wilhelmi
2005-12-16Don't return a pointer to a const struct, since apps expect to be able toMatthias Clasen
2005-12-15fixed conditional symbols definitionsTim Janik
2005-12-15Document new atomic operations.Matthias Clasen
2005-12-13added g_atomic_pointer_set() and g_atomic_int_set() for systems where theTim Janik
2005-12-092.9.1upstream/GLIB_2_9_1Matthias Clasen
2005-12-09fix type inconsistency pointed out by gmortenTim Janik
2005-12-09Use G_GNUC_WARN_UNUSED_RESULT on list functions that return the wholeAlexander Larsson
2005-12-07removed commit leftoverTim Janik
2005-12-07- Call g_queue_insert_sorted() instead of duplicating the code. - CallMartyn James Russell
2005-12-07- Added g_list_insert_sorted_with_data () andMartyn James Russell
2005-12-06Exempt GTK+ from the mem chunk deprecation, since we need GTK+ 2.8 toMatthias Clasen
2005-12-05Documentation updates. (#323291, Morten Welinder)Matthias Clasen
2005-12-05Deprecate mem chunksMatthias Clasen
2005-12-05Add versioned deprecation informationMatthias Clasen
2005-12-05- Added support for sorting async queues by with _push_sorted(),Martyn James Russell
2005-12-05implement chain walking for arbitrary ->next pointer offsets inTim Janik
2005-12-05Add some docs.Matthias Clasen
2005-12-05Fix compiler warnings.Matthias Clasen
2005-12-05Remove comma at the end of enum.Behdad Esfahbod
2005-12-04Handle multiple user names with the same UID better. (#319535, LaszloMatthias Clasen
2005-12-04Add a macro to make gcc warn if a function result is ignored. (#145466,Matthias Clasen
2005-12-03Deprecate g_cache_value_foreach. (#322956, Nicolas Caniart)Matthias Clasen
2005-12-03Make mapping of empty files work. (#321530)Matthias Clasen
2005-12-03Don't fork a new process just to fix the permissions of the created tempMatthias Clasen
2005-12-02Remove support for Solaris threads. (#136971, Sebastian Wilhelmi, patch byMatthias Clasen
2005-12-02Portability fixes, C99ism removalMatthias Clasen
2005-12-02Add a missing volatile for the IA64 implementation.Matthias Clasen
2005-12-02fix uint/pointer castsTim Janik
2005-12-02some naming and type size fixups.Tim Janik
2005-12-02reworked GCC-specific type-safe macro variant into something less verbose,Tim Janik
2005-12-01improved gettimeofday() timer resolution by maintaining acceptable loadTim Janik
2005-12-01new slice allocator implementation.Tim Janik
2005-12-01Don't call g_path_skip_root() unless the path is absolute.Tor Lillqvist
2005-12-01g_rename() doc comment update.Tor Lillqvist
2005-12-01In the Win32 implementation, strip trailing slash(es) for non-rootTor Lillqvist