summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
AgeCommit message (Expand)AuthorFilesLines
2004-03-16=== Released 2.4.0 ===GLIB_2_4_0Owen Taylor1-0/+10
2004-03-14Handle invalid UTF-8. (#131218, patch from Matthias Clasen)Owen Taylor1-0/+5
2004-03-14Use fork1() not fork for G_THREADS_IMPL_SOLARIS. (#136971, SebastianOwen Taylor1-0/+5
2004-03-14if _POLL_EMUL_H is defined, undefine HAVE_POLL to prefer our own poll()Owen Taylor1-0/+6
2004-03-14Add __extension__ to G_STMT_START to quite gcc -pedantic. (#131899,Owen Taylor1-0/+6
2004-03-14Remove critical log handler; we can't trigger g_return_if_fails() in ourOwen Taylor1-0/+9
2004-03-14Some warning fixes for the Sun compiler (Reported by David L. Cooper II,Owen Taylor1-0/+12
2004-03-12ia32's G_BREAKPOINT() implementation works on amd64 too. Enable it.Manish Singh1-0/+5
2004-03-12Non-optimizing compile fails for two asm statements on PowerPC. UseManish Singh1-0/+8
2004-03-11Remove an extra semicolon. Spotted by Kjartan Maraas.Matthias Clasen1-0/+5
2004-03-10glib/gspawn-win32.c Implement G_SPAWN_FILE_AND_ARGV_ZERO. (#136792, BruceTor Lillqvist1-0/+9
2004-03-09=== Released 2.3.6 ===GLIB_2_3_6Owen Taylor1-0/+8
2004-03-09Do not run the g_child_watch_* test multi-threaded, as that doesn't workSebastian Wilhelmi1-0/+6
2004-03-08Add Irish to ALL_LINGUASAlastair McKinstry1-0/+4
2004-03-07Added Serbian Jekavian translation by Bojan Suzić.Danilo Šegan1-0/+4
2004-03-07shortcut_spawn_retval which doesn't improve the implementation at all, itHans Breuer1-0/+8
2004-03-06Update.Tor Lillqvist1-0/+12
2004-03-05Patch by Sebastian Wilhemi to fix infinite recursion in g_atomic.Matthias Clasen1-0/+10
2004-03-05Add g_main_depth. (#136221, Cedric Gustin)Tor Lillqvist1-0/+4
2004-03-04Added Punjabi translationGuntupalli Karunakar1-0/+4
2004-03-04Use the atomic integer operations for GMainContext and GMainLoop referenceSebastian Wilhelmi1-0/+9
2004-03-03Update to match a configure-generated glibconfig.h. Specifically: RemoveTor Lillqvist1-0/+6
2004-03-03Use a macro GPID_FORMAT for the format to print GPid in (%p on Win32, %dTor Lillqvist1-0/+13
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