Age | Commit message (Expand) | Author | Files | Lines |
2004-02-28 | applied patch from J. Ali Harlow <ali@juiblex.co.uk> to fix g_child_watch | Hans Breuer | 1 | -1/+53 |
2004-02-28 | updated externals, including those from bug #135386 | Hans Breuer | 10 | -38/+167 |
2004-02-28 | added g_strv_get_type | Hans Breuer | 2 | -0/+5 |
2004-02-27 | Documentation updates. | Matthias Clasen | 11 | -26/+80 |
2004-02-27 | Reading access to ref_count only with g_atomic_int_get(). | Sebastian Wilhelmi | 7 | -16/+34 |
2004-02-27 | Use g_atomic_int_(inc|dec_and_test) for reference counting. | Sebastian Wilhelmi | 8 | -39/+73 |
2004-02-27 | Translation updated by Allan Sims. | Priit Laes | 2 | -2/+6 |
2004-02-27 | quote AC_DEFUN macro names so automake 1.8 won't whine at us. (#134882) | Matthias Clasen | 7 | -11/+41 |
2004-02-27 | Support parsing of intializers containing macros with arguments. (#129717) | Matthias Clasen | 1 | -1/+3 |
2004-02-27 | Translate from locale era to AD in g_date_set_parse(). (#133400, Theppitak | Matthias Clasen | 7 | -2/+42 |
2004-02-26 | Don't modify errno. (#116617, Balazs Scheidler) | Matthias Clasen | 7 | -2/+39 |
2004-02-26 | Last commit log was wrong: Should have been: | Sebastian Wilhelmi | 6 | -0/+12 |
2004-02-26 | empty G_ATOMIC_MEMORY_BARRIER() definition for !G_THREADS_ENABLED | Sebastian Wilhelmi | 1 | -21/+20 |
2004-02-26 | .cvsignore updates | Sebastian Wilhelmi | 1 | -0/+1 |
2004-02-26 | Only run, if threads are enabled. | Sebastian Wilhelmi | 7 | -2/+18 |
2004-02-26 | empty G_ATOMIC_MEMORY_BARRIER() definition for !G_THREADS_ENABLED | Sebastian Wilhelmi | 9 | -43/+84 |
2004-02-26 | Removed the PID niceness surrogate for thread priorities as requested by | Sebastian Wilhelmi | 11 | -97/+36 |
2004-02-26 | New files to implement atomic operations for different platforms. Fixes | Sebastian Wilhelmi | 18 | -0/+1171 |
2004-02-25 | added g_hash_table_find and a bunch of g_queue_* | Hans Breuer | 11 | -3/+170 |
2004-02-25 | For the PID thread priorities surrogate use gettid instead of getpid. This | Sebastian Wilhelmi | 8 | -11/+52 |
2004-02-24 | Updated Irish translation | Alastair McKinstry | 2 | -2/+6 |
2004-02-24 | Add Since: 2.4, where due | Sebastian Wilhelmi | 7 | -0/+30 |
2004-02-24 | === Released 2.3.3 ===GLIB_2_3_3 | Owen Taylor | 35 | -258/+733 |
2004-02-24 | Updated Welsh translation by Rhys Jones and myself. | Dafydd Harries | 2 | -37/+40 |
2004-02-23 | Start of 2.3.3 section. | Matthias Clasen | 7 | -0/+45 |
2004-02-23 | Updated the Greek translation | Kostas Papadimas | 2 | -21/+23 |
2004-02-23 | update tamil translation | Guntupalli Karunakar | 2 | -139/+96 |
2004-02-22 | Set the gmodule suffix to 'a' for aix and use the aix gmodule | Matthias Clasen | 11 | -0/+232 |
2004-02-21 | New function to deep-copy a GNode and its children. (#93464, James M. | Matthias Clasen | 11 | -1/+107 |
2004-02-21 | Some documentation fixes. | Soeren Sandmann | 7 | -12/+30 |
2004-02-21 | Fix ChangeLog | Søren Sandmann Pedersen | 6 | -6/+6 |
2004-02-21 | Extend GQueue API to match the GList API. (#118439). | Soeren Sandmann | 9 | -38/+1598 |
2004-02-20 | applied patch from #131937 with slight renames. provides | Tim Janik | 12 | -14/+114 |
2004-02-20 | added (GTypeFlags) cast needed by C++. | Tim Janik | 2 | -1/+5 |
2004-02-20 | applied patch from David Schleef <ds@schleef.org> which implements a | Tim Janik | 15 | -15/+85 |
2004-02-20 | Fixed Albanian translation | Laurent Dhima | 1 | -0/+4 |
2004-02-20 | Updated | Laurent Dhima | 1 | -42/+36 |
2004-02-19 | for G_CAN_INLINE environments, inline g_string_append_c() for efficiency. | Tim Janik | 10 | -0/+111 |
2004-02-19 | Forgot ChangeLog again...... | Sebastian Wilhelmi | 6 | -0/+18 |
2004-02-18 | Include signal.h for SIGCHLD. (#134622, Damien Carbery) | Matthias Clasen | 7 | -0/+31 |
2004-02-18 | Lazy creation of GCond. Only signal GCond, if threads are waiting. | Sebastian Wilhelmi | 1 | -3/+9 |
2004-02-18 | Forgot ChangeLog | Sebastian Wilhelmi | 1 | -0/+4 |
2004-02-18 | Add the new g_rand_* functions | Sebastian Wilhelmi | 2 | -0/+32 |
2004-02-18 | Set context->wake_up_pipe only for G_THREADS_ENABLED. | Sebastian Wilhelmi | 7 | -1/+31 |
2004-02-14 | shut up cvs | Manish Singh | 1 | -0/+1 |
2004-02-14 | Remove unnecessary STRIP_* definitions, and GNU make check. Really fixes | Manish Singh | 7 | -15/+30 |
2004-02-14 | Make the check for GNU make work when MAKE is a full path. (#134102, Julio | Matthias Clasen | 7 | -1/+31 |
2004-02-14 | Suppress xsltproc and xmlcatalog checks if enable_man=no. (#134091, Julio | Matthias Clasen | 7 | -7/+41 |
2004-02-14 | Wrap waitpid() as a GSource. This is a partial implementation of the "Unix | Matthias Clasen | 13 | -103/+590 |
2004-02-13 | Fix a typo. | Matthias Clasen | 2 | -1/+5 |