summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
AgeCommit message (Expand)Author
2006-01-18Bump versionMatthias Clasen
2006-01-182.9.4upstream/GLIB_2_9_4Matthias Clasen
2006-01-18Add a note about casting the results of g_new() and g_new0().Matthias Clasen
2006-01-17To avoid deadlocks get rid of the settings G_LOCK. Use theSebastian Wilhelmi
2006-01-17Bump versionMatthias Clasen
2006-01-172.9.3upstream/GLIB_2_9_3Matthias Clasen
2006-01-16UpdatesMatthias Clasen
2006-01-16Rework the strict aliasing fix to not break C++, pointed out by MurrayMatthias Clasen
2006-01-16Signal waiting threads, problem noticed by Christian Kellner.Matthias Clasen
2006-01-16Fix bug 326747, Alberto Ruiz:Matthias Clasen
2006-01-14Replace the simple recursive implementation by a nonrecursive, threadedMatthias Clasen
2006-01-12Fix the assert to not always trigger. (#326558, Daichi Kawahata)Matthias Clasen
2006-01-11Don't test items_read and items_written in error cases where it is notMatthias Clasen
2006-01-11Set error to NULL.Matthias Clasen
2006-01-09Break some long lines.Matthias Clasen
2006-01-08Include config.h firstMatthias Clasen
2006-01-08explain that G_TYPE_INSTANCE_GET_CLASS() does behave different duringSven Herzberg
2006-01-06Fix a build problem on OS X.Matthias Clasen
2006-01-06Bump versionMatthias Clasen
2006-01-062.9.2upstream/GLIB_2_9_2Matthias Clasen
2006-01-05added gslice.objHans Breuer
2006-01-05UpdatesMatthias Clasen
2006-01-05Clarify the documentation of source ids a bit. (#325874, Dan Williams)Matthias Clasen
2006-01-05Fix another strict aliasing problem.Matthias Clasen
2006-01-05Avoid use of varargs macro. (#325864, Kazuki IWAMOTO)Matthias Clasen
2006-01-05glib/glib.symbols don't macroized g_access, g_chdir, and g_unlink either,Manish Singh
2006-01-04don't reverse chunk order when creating magazines, so we hand out chunksTim Janik
2006-01-04Added "ml" "zh_HK" to ALL_LINGUAS.Abel Cheung
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-27use LC_ALL instead of LC_COLLATE, to make sure we really override things.Manish Singh
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-27export LC_COLLATE so it takes. (#324950, Dan Yefimov)Manish Singh
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