summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-12
AgeCommit message (Expand)Author
2005-12-26On Win32, include process.h (#325015, Kazuki Iwamoto)Matthias Clasen
2005-12-26UpdatesMatthias Clasen
2005-12-26Fix C99isms. (#324950, Dan Yefimov)Matthias Clasen
2005-12-21UpdatesMatthias 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-13added g_atomic_pointer_set() and g_atomic_int_set() for systems where theTim Janik
2005-12-09Bump versionMatthias Clasen
2005-12-092.9.1upstream/GLIB_2_9_1Matthias Clasen
2005-12-09Use G_GNUC_WARN_UNUSED_RESULT on list functions that return the wholeAlexander Larsson
2005-12-08UpdatesMatthias Clasen
2005-12-07- Call g_queue_insert_sorted() instead of duplicating the code. - CallMartyn James Russell
2005-12-07Missed the ChangeLogMartyn James Russell
2005-12-07Look up prefix at run-time on Win32, assuming the standard directoryTor Lillqvist
2005-12-06Exempt GTK+ from the mem chunk deprecation, since we need GTK+ 2.8 toMatthias Clasen
2005-12-05set LC_COLLATE, not LANG, to be sure to override any user settings.Manish Singh
2005-12-05Revert an accidental commitMatthias Clasen
2005-12-05Documentation updates. (#323291, Morten Welinder)Matthias Clasen
2005-12-05Set MALLOC_CHECK_ and MALLOC_PERTURB_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-02Add a note about Solaris threads.Matthias Clasen
2005-12-02Remove support for Solaris threads. (#136971, Sebastian Wilhelmi, patch byMatthias Clasen
2005-12-02Define G_GUINT64_CONSTANT in analogy to G_GINT64_CONSTANT. (#322568,Matthias Clasen
2005-12-02Portability fixes, C99ism removalMatthias Clasen
2005-12-02Add a missing volatile for the IA64 implementation.Matthias Clasen
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-02extended to perform the benchmarking on the old memchunk code if 'O' isTim Janik
2005-12-01improved gettimeofday() timer resolution by maintaining acceptable loadTim Janik
2005-12-01improved gettimeofday() timer resolution by maintaining acceptable loadTim Janik
2005-12-01Make tests work with slice allocatorMatthias Clasen
2005-12-01Remove a duplicate _LDADDMatthias Clasen
2005-12-01new slice allocator implementation.Tim Janik
2005-12-01In the Win32 implementation, strip trailing slash(es) for non-rootTor Lillqvist
2005-11-30Fix G_STMT_START / G_STMT_END on Solaris. (#321972, Andrew Paprocki)Matthias Clasen
2005-11-28Silence compiler warnings.Matthias Clasen