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