Age | Commit message (Expand) | Author | Files | Lines |
2004-03-16 | === Released 2.4.0 ===GLIB_2_4_0 | Owen Taylor | 1 | -0/+10 |
2004-03-14 | Handle invalid UTF-8. (#131218, patch from Matthias Clasen) | Owen Taylor | 1 | -0/+5 |
2004-03-14 | Use fork1() not fork for G_THREADS_IMPL_SOLARIS. (#136971, Sebastian | Owen Taylor | 1 | -0/+5 |
2004-03-14 | if _POLL_EMUL_H is defined, undefine HAVE_POLL to prefer our own poll() | Owen Taylor | 1 | -0/+6 |
2004-03-14 | Add __extension__ to G_STMT_START to quite gcc -pedantic. (#131899, | Owen Taylor | 1 | -0/+6 |
2004-03-14 | Remove critical log handler; we can't trigger g_return_if_fails() in our | Owen Taylor | 1 | -0/+9 |
2004-03-14 | Some warning fixes for the Sun compiler (Reported by David L. Cooper II, | Owen Taylor | 1 | -0/+12 |
2004-03-12 | ia32's G_BREAKPOINT() implementation works on amd64 too. Enable it. | Manish Singh | 1 | -0/+5 |
2004-03-12 | Non-optimizing compile fails for two asm statements on PowerPC. Use | Manish Singh | 1 | -0/+8 |
2004-03-11 | Remove an extra semicolon. Spotted by Kjartan Maraas. | Matthias Clasen | 1 | -0/+5 |
2004-03-10 | glib/gspawn-win32.c Implement G_SPAWN_FILE_AND_ARGV_ZERO. (#136792, Bruce | Tor Lillqvist | 1 | -0/+9 |
2004-03-09 | === Released 2.3.6 ===GLIB_2_3_6 | Owen Taylor | 1 | -0/+8 |
2004-03-09 | Do not run the g_child_watch_* test multi-threaded, as that doesn't work | Sebastian Wilhelmi | 1 | -0/+6 |
2004-03-08 | Add Irish to ALL_LINGUAS | Alastair McKinstry | 1 | -0/+4 |
2004-03-07 | Added Serbian Jekavian translation by Bojan Suzić. | Danilo Šegan | 1 | -0/+4 |
2004-03-07 | shortcut_spawn_retval which doesn't improve the implementation at all, it | Hans Breuer | 1 | -0/+8 |
2004-03-06 | Update. | Tor Lillqvist | 1 | -0/+12 |
2004-03-05 | Patch by Sebastian Wilhemi to fix infinite recursion in g_atomic. | Matthias Clasen | 1 | -0/+10 |
2004-03-05 | Add g_main_depth. (#136221, Cedric Gustin) | Tor Lillqvist | 1 | -0/+4 |
2004-03-04 | Added Punjabi translation | Guntupalli Karunakar | 1 | -0/+4 |
2004-03-04 | Use the atomic integer operations for GMainContext and GMainLoop reference | Sebastian Wilhelmi | 1 | -0/+9 |
2004-03-03 | Update to match a configure-generated glibconfig.h. Specifically: Remove | Tor Lillqvist | 1 | -0/+6 |
2004-03-03 | Use a macro GPID_FORMAT for the format to print GPid in (%p on Win32, %d | Tor Lillqvist | 1 | -0/+13 |
2004-03-02 | Fixed missing definition for ppc code. Fix by Mark McLoughlin | Sebastian Wilhelmi | 1 | -0/+5 |
2004-03-02 | === Released 2.3.5 ===GLIB_2_3_5 | Owen Taylor | 1 | -0/+8 |
2004-03-01 | Don't call waitpid() on a source that has already exited. | Owen Taylor | 1 | -0/+8 |
2004-03-01 | Patch from J. Ali Harlow | Owen Taylor | 1 | -0/+19 |
2004-03-01 | - exit with $? instead of 1 in case of failure - exit with $? if | Tim Janik | 1 | -0/+9 |
2004-03-01 | Clarify doc comment. | Owen Taylor | 1 | -0/+4 |
2004-03-01 | Define g_atomic_(int|pointer)_get only for | Sebastian Wilhelmi | 1 | -0/+5 |
2004-03-01 | Fix leftover references to g_main_context_depth() in docs. | Owen Taylor | 1 | -0/+5 |
2004-03-01 | Add g_main_depth() (Request from Tim Janik and Stefan Westerfeld) | Owen Taylor | 1 | -0/+5 |
2004-02-29 | Update for 2.3.4 | Matthias Clasen | 1 | -0/+4 |
2004-02-29 | added win32 api based implementation for G_PLATFORM_WIN32, !__GNUC__ | Hans Breuer | 1 | -0/+7 |
2004-02-29 | Moved the assembler functions from gatomic.h to gatomic.c, which makes for | Sebastian Wilhelmi | 1 | -0/+12 |
2004-02-28 | updated externals, including those from bug #135386 | Hans Breuer | 1 | -0/+14 |
2004-02-27 | Documentation updates. | Matthias Clasen | 1 | -0/+8 |
2004-02-27 | Reading access to ref_count only with g_atomic_int_get(). | Sebastian Wilhelmi | 1 | -0/+3 |
2004-02-27 | Use g_atomic_int_(inc|dec_and_test) for reference counting. | Sebastian Wilhelmi | 1 | -0/+8 |
2004-02-27 | quote AC_DEFUN macro names so automake 1.8 won't whine at us. (#134882) | Matthias Clasen | 1 | -1/+6 |
2004-02-27 | Translate from locale era to AD in g_date_set_parse(). (#133400, Theppitak | Matthias Clasen | 1 | -0/+5 |
2004-02-26 | Don't modify errno. (#116617, Balazs Scheidler) | Matthias Clasen | 1 | -0/+5 |
2004-02-26 | Last commit log was wrong: Should have been: | Sebastian Wilhelmi | 1 | -0/+2 |
2004-02-26 | Only run, if threads are enabled. | Sebastian Wilhelmi | 1 | -0/+2 |
2004-02-26 | empty G_ATOMIC_MEMORY_BARRIER() definition for !G_THREADS_ENABLED | Sebastian Wilhelmi | 1 | -0/+9 |
2004-02-26 | Removed the PID niceness surrogate for thread priorities as requested by | Sebastian Wilhelmi | 1 | -0/+4 |
2004-02-26 | New files to implement atomic operations for different platforms. Fixes | Sebastian Wilhelmi | 1 | -0/+14 |
2004-02-25 | added g_hash_table_find and a bunch of g_queue_* | Hans Breuer | 1 | -0/+16 |
2004-02-25 | For the PID thread priorities surrogate use gettid instead of getpid. This | Sebastian Wilhelmi | 1 | -0/+6 |
2004-02-24 | Add Since: 2.4, where due | Sebastian Wilhelmi | 1 | -0/+4 |