Age | Commit message (Expand) | Author | Files | Lines |
2006-06-12 | 2.11.3GLIB_2_11_3 | Matthias Clasen | 1 | -0/+2 |
2006-06-12 | Updates | Matthias Clasen | 1 | -0/+4 |
2006-06-09 | Use an empty string to pass the test in set_app_info. | Emmanuele Bassi | 1 | -0/+8 |
2006-06-08 | Workaround for bug in strxfrm() in Microsoft's newer C runtimes. (#343919, | Tor Lillqvist | 1 | -0/+6 |
2006-06-05 | Bump version | Matthias Clasen | 1 | -0/+2 |
2006-06-05 | 2.11.2GLIB_2_11_2 | Matthias Clasen | 1 | -1/+9 |
2006-06-05 | Revert accidental commit | Matthias Clasen | 1 | -0/+2 |
2006-06-05 | Don't leak the dispatch struct. (#321886) | Matthias Clasen | 1 | -0/+3 |
2006-06-05 | Add some tests involving leading whitespace. | Matthias Clasen | 1 | -0/+8 |
2006-06-02 | Moving ChangeLog entry to gobject/. | Behdad Esfahbod | 1 | -5/+0 |
2006-06-02 | Make value_name and value_nick const in structs _GEnumValue and | Behdad Esfahbod | 1 | -0/+5 |
2006-06-02 | More additions | Matthias Clasen | 1 | -5/+5 |
2006-06-02 | Add two new functions, g_source_set_funcs and g_source_is_destroyed, that | Matthias Clasen | 1 | -0/+9 |
2006-06-01 | Avoid running in an assertion with small writes. (#343566, Chris Wilson) | Matthias Clasen | 1 | -0/+6 |
2006-06-01 | Add g_hash_table_{remove,steal}_all to remove all nodes from a hash table. | Matthias Clasen | 1 | -0/+7 |
2006-06-01 | Cleanup. Use return value of g_string_free(...). (#343548, Chris Wilson) | Behdad Esfahbod | 1 | -0/+8 |
2006-05-29 | Small optimizations | Matthias Clasen | 1 | -0/+5 |
2006-05-29 | Add a GMarkupParseFlags flag for treating CDATA as text. | Matthias Clasen | 1 | -0/+8 |
2006-05-28 | Output that test-markup is expected to produce when run on the valid | Matthias Clasen | 1 | -0/+14 |
2006-05-24 | Don't compile timeloop on Minix | Matthias Clasen | 1 | -0/+5 |
2006-05-23 | Run _g_atomic_thread_init as the first of the full fledged initializers to | Sebastian Wilhelmi | 1 | -0/+7 |
2006-05-16 | g_ascii_strtoll | Matthias Clasen | 1 | -0/+15 |
2006-05-15 | bump version | Matthias Clasen | 1 | -0/+2 |
2006-05-15 | 2.11.1GLIB_2_11_1 | Matthias Clasen | 1 | -0/+6 |
2006-05-15 | Fix a ChangeLog misedit | Matthias Clasen | 1 | -2/+2 |
2006-05-13 | Fix several cases of deref-before-NULL-check. (#341191, Pascal Terjan) | Matthias Clasen | 1 | -0/+3 |
2006-05-13 | Allow optional summary and description texts before and after the option | Matthias Clasen | 1 | -0/+8 |
2006-05-12 | Implement setting/clearing G_IO_FLAG_NONBLOCK for channels attached to | Tor Lillqvist | 1 | -0/+8 |
2006-05-11 | add documentation for G_OPTION_ARG_INT64 | Bastien Nocera | 1 | -0/+7 |
2006-05-11 | Make the magic and location arguments to the error-checking-mutex | Sebastian Wilhelmi | 1 | -0/+5 |
2006-05-11 | Use g_atomic_pointer_set instead of old homegrown version now that we have | Sebastian Wilhelmi | 1 | -0/+3 |
2006-05-11 | Prevent calling into g_cond_wait resp. g_mutex_lock/unlock directly to | Sebastian Wilhelmi | 1 | -0/+5 |
2006-05-10 | Adapt to GLib coding standards. | Sebastian Wilhelmi | 1 | -0/+4 |
2006-05-10 | Renamed to glib/gthreadprivate.h and moved system thread identifier | Sebastian Wilhelmi | 1 | -0/+15 |
2006-05-09 | Use canonical include form for internal headers. config.h is always there. | Sebastian Wilhelmi | 1 | -0/+5 |
2006-05-09 | Remove obsolete gthread/gthread-solaris.c. | Sebastian Wilhelmi | 1 | -0/+4 |
2006-05-08 | Use encoding names which may work better on Solaris. (#340434, Alessandro | Matthias Clasen | 1 | -0/+3 |
2006-05-08 | Add some tests for invalid floating point numbers. | Matthias Clasen | 1 | -0/+6 |
2006-05-08 | Make const, noticed by Kjartan Maraas. | Matthias Clasen | 1 | -0/+5 |
2006-05-07 | Fix invalid memory reads. (#340816, Nick Treleaven) | Matthias Clasen | 1 | -0/+6 |
2006-05-04 | Fix OOB write (#340538) | Alexander Larsson | 1 | -0/+5 |
2006-05-03 | Add some more tests. | Matthias Clasen | 1 | -0/+6 |
2006-05-03 | Use malloced memory instead of stack-allocated, so that MALLOC_CHECK_=2 | Matthias Clasen | 1 | -0/+10 |
2006-05-03 | Bump version | Matthias Clasen | 1 | -0/+2 |
2006-05-03 | 2.11.0GLIB_2_11_0 | Matthias Clasen | 1 | -0/+11 |
2006-05-02 | added test code from Behdad Esfahbod, see #337128. | Tim Janik | 1 | -0/+5 |
2006-05-02 | fixed leak in short option parsing. rewrote parts of the code to be more | Tim Janik | 1 | -0/+6 |
2006-04-28 | #include <stdlib.h> | Behdad Esfahbod | 1 | -1/+5 |
2006-04-27 | Small fixes | Matthias Clasen | 1 | -0/+3 |
2006-04-27 | Updates | Matthias Clasen | 1 | -0/+4 |