summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
AgeCommit message (Expand)AuthorFilesLines
2004-03-02Fixed missing definition for ppc code. Fix by Mark McLoughlinSebastian Wilhelmi1-0/+5
2004-03-02=== Released 2.3.5 ===GLIB_2_3_5Owen Taylor1-0/+8
2004-03-01Don't call waitpid() on a source that has already exited.Owen Taylor1-0/+8
2004-03-01Patch from J. Ali HarlowOwen Taylor1-0/+19
2004-03-01- exit with $? instead of 1 in case of failure - exit with $? ifTim Janik1-0/+9
2004-03-01Clarify doc comment.Owen Taylor1-0/+4
2004-03-01Define g_atomic_(int|pointer)_get only forSebastian Wilhelmi1-0/+5
2004-03-01Fix leftover references to g_main_context_depth() in docs.Owen Taylor1-0/+5
2004-03-01Add g_main_depth() (Request from Tim Janik and Stefan Westerfeld)Owen Taylor1-0/+5
2004-02-29Update for 2.3.4Matthias Clasen1-0/+4
2004-02-29added win32 api based implementation for G_PLATFORM_WIN32, !__GNUC__Hans Breuer1-0/+7
2004-02-29Moved the assembler functions from gatomic.h to gatomic.c, which makes forSebastian Wilhelmi1-0/+12
2004-02-28updated externals, including those from bug #135386Hans Breuer1-0/+14
2004-02-27Documentation updates.Matthias Clasen1-0/+8
2004-02-27Reading access to ref_count only with g_atomic_int_get().Sebastian Wilhelmi1-0/+3
2004-02-27Use g_atomic_int_(inc|dec_and_test) for reference counting.Sebastian Wilhelmi1-0/+8
2004-02-27quote AC_DEFUN macro names so automake 1.8 won't whine at us. (#134882)Matthias Clasen1-1/+6
2004-02-27Translate from locale era to AD in g_date_set_parse(). (#133400, TheppitakMatthias Clasen1-0/+5
2004-02-26Don't modify errno. (#116617, Balazs Scheidler)Matthias Clasen1-0/+5
2004-02-26Last commit log was wrong: Should have been:Sebastian Wilhelmi1-0/+2
2004-02-26Only run, if threads are enabled.Sebastian Wilhelmi1-0/+2
2004-02-26empty G_ATOMIC_MEMORY_BARRIER() definition for !G_THREADS_ENABLEDSebastian Wilhelmi1-0/+9
2004-02-26Removed the PID niceness surrogate for thread priorities as requested bySebastian Wilhelmi1-0/+4
2004-02-26New files to implement atomic operations for different platforms. FixesSebastian Wilhelmi1-0/+14
2004-02-25added g_hash_table_find and a bunch of g_queue_*Hans Breuer1-0/+16
2004-02-25For the PID thread priorities surrogate use gettid instead of getpid. ThisSebastian Wilhelmi1-0/+6
2004-02-24Add Since: 2.4, where dueSebastian Wilhelmi1-0/+4
2004-02-24=== Released 2.3.3 ===GLIB_2_3_3Owen Taylor1-0/+6
2004-02-23Start of 2.3.3 section.Matthias Clasen1-0/+4
2004-02-22Set the gmodule suffix to 'a' for aix and use the aix gmoduleMatthias Clasen1-0/+5
2004-02-21New function to deep-copy a GNode and its children. (#93464, James M.Matthias Clasen1-0/+5
2004-02-21Some documentation fixes.Soeren Sandmann1-0/+4
2004-02-21Fix ChangeLogSøren Sandmann Pedersen1-1/+1
2004-02-21Extend GQueue API to match the GList API. (#118439).Soeren Sandmann1-0/+7
2004-02-20applied patch from #131937 with slight renames. providesTim Janik1-0/+5
2004-02-20applied patch from David Schleef <ds@schleef.org> which implements aTim Janik1-0/+6
2004-02-19for G_CAN_INLINE environments, inline g_string_append_c() for efficiency.Tim Janik1-0/+5
2004-02-19Forgot ChangeLog again......Sebastian Wilhelmi1-0/+3
2004-02-18Include signal.h for SIGCHLD. (#134622, Damien Carbery)Matthias Clasen1-0/+5
2004-02-18Set context->wake_up_pipe only for G_THREADS_ENABLED.Sebastian Wilhelmi1-0/+5
2004-02-14Remove unnecessary STRIP_* definitions, and GNU make check. Really fixesManish Singh1-0/+5
2004-02-14Make the check for GNU make work when MAKE is a full path. (#134102, JulioMatthias Clasen1-0/+5
2004-02-14Suppress xsltproc and xmlcatalog checks if enable_man=no. (#134091, JulioMatthias Clasen1-0/+5
2004-02-14Wrap waitpid() as a GSource. This is a partial implementation of the "UnixMatthias Clasen1-0/+15
2004-02-07Fix broken test for gsize formats.Manish Singh1-0/+4
2004-02-05*** empty log message ***Denis Lackovic1-0/+4
2004-02-05Add prototype for g_completion_complete_utf8().Manish Singh1-0/+6
2004-02-05Add g_completion_complete_utf8.Tor Lillqvist1-1/+4
2004-02-05Weaken an g_assert() to a g_warning(), since apparently nothing in PosixMatthias Clasen1-0/+6
2004-02-04New function which works like g_completion_complete(), but strips aMatthias Clasen1-0/+11