summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2004-03-09Do not run the g_child_watch_* test multi-threaded, as that doesn't workSebastian Wilhelmi
2004-03-08Add Irish to ALL_LINGUASAlastair McKinstry
2004-03-07Added Serbian Jekavian translation by Bojan Suzić.Danilo Šegan
2004-03-07shortcut_spawn_retval which doesn't improve the implementation at all, itHans Breuer
2004-03-06Update.Tor Lillqvist
2004-03-05Patch by Sebastian Wilhemi to fix infinite recursion in g_atomic.Matthias Clasen
2004-03-05Add g_main_depth. (#136221, Cedric Gustin)Tor Lillqvist
2004-03-04Added Punjabi translationGuntupalli Karunakar
2004-03-04Use the atomic integer operations for GMainContext and GMainLoop referenceSebastian Wilhelmi
2004-03-03Update to match a configure-generated glibconfig.h. Specifically: RemoveTor Lillqvist
2004-03-03Use a macro GPID_FORMAT for the format to print GPid in (%p on Win32, %dTor Lillqvist
2004-03-02Fixed missing definition for ppc code. Fix by Mark McLoughlinSebastian Wilhelmi
2004-03-02=== Released 2.3.5 ===GLIB_2_3_5Owen Taylor
2004-03-01Don't call waitpid() on a source that has already exited.Owen Taylor
2004-03-01Patch from J. Ali HarlowOwen Taylor
2004-03-01- exit with $? instead of 1 in case of failure - exit with $? ifTim Janik
2004-03-01Clarify doc comment.Owen Taylor
2004-03-01Define g_atomic_(int|pointer)_get only forSebastian Wilhelmi
2004-03-01Fix leftover references to g_main_context_depth() in docs.Owen Taylor
2004-03-01Add g_main_depth() (Request from Tim Janik and Stefan Westerfeld)Owen Taylor
2004-02-29Update for 2.3.4Matthias Clasen
2004-02-29added win32 api based implementation for G_PLATFORM_WIN32, !__GNUC__Hans Breuer
2004-02-29Moved the assembler functions from gatomic.h to gatomic.c, which makes forSebastian Wilhelmi
2004-02-28updated externals, including those from bug #135386Hans Breuer
2004-02-27Documentation updates.Matthias Clasen
2004-02-27Reading access to ref_count only with g_atomic_int_get().Sebastian Wilhelmi
2004-02-27Use g_atomic_int_(inc|dec_and_test) for reference counting.Sebastian Wilhelmi
2004-02-27quote AC_DEFUN macro names so automake 1.8 won't whine at us. (#134882)Matthias Clasen
2004-02-27Translate from locale era to AD in g_date_set_parse(). (#133400, TheppitakMatthias Clasen
2004-02-26Don't modify errno. (#116617, Balazs Scheidler)Matthias Clasen
2004-02-26Last commit log was wrong: Should have been:Sebastian Wilhelmi
2004-02-26Only run, if threads are enabled.Sebastian Wilhelmi
2004-02-26empty G_ATOMIC_MEMORY_BARRIER() definition for !G_THREADS_ENABLEDSebastian Wilhelmi
2004-02-26Removed the PID niceness surrogate for thread priorities as requested bySebastian Wilhelmi
2004-02-26New files to implement atomic operations for different platforms. FixesSebastian Wilhelmi
2004-02-25added g_hash_table_find and a bunch of g_queue_*Hans Breuer
2004-02-25For the PID thread priorities surrogate use gettid instead of getpid. ThisSebastian Wilhelmi
2004-02-24Add Since: 2.4, where dueSebastian Wilhelmi
2004-02-24=== Released 2.3.3 ===GLIB_2_3_3Owen Taylor
2004-02-23Start of 2.3.3 section.Matthias Clasen
2004-02-22Set the gmodule suffix to 'a' for aix and use the aix gmoduleMatthias Clasen
2004-02-21New function to deep-copy a GNode and its children. (#93464, James M.Matthias Clasen
2004-02-21Some documentation fixes.Soeren Sandmann
2004-02-21Fix ChangeLogSøren Sandmann Pedersen
2004-02-21Extend GQueue API to match the GList API. (#118439).Soeren Sandmann
2004-02-20applied patch from #131937 with slight renames. providesTim Janik
2004-02-20applied patch from David Schleef <ds@schleef.org> which implements aTim Janik
2004-02-19for G_CAN_INLINE environments, inline g_string_append_c() for efficiency.Tim Janik
2004-02-19Forgot ChangeLog again......Sebastian Wilhelmi
2004-02-18Include signal.h for SIGCHLD. (#134622, Damien Carbery)Matthias Clasen