Age | Commit message (Expand) | Author | Files | Lines |
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 |
2006-04-27 | docs/reference/glib/glib-sections.txt, Implement g_unichar_iswide_cjk(). | Behdad Esfahbod | 1 | -0/+6 |
2006-04-27 | (bookmark_app_info_dump): Escape strings before dumping | Matthias Clasen | 1 | -0/+3 |
2006-04-27 | Remove some special-casing of empty string which led to dangling pointers. | Matthias Clasen | 1 | -0/+3 |
2006-04-27 | Remove some special-casing of empty string which led to dangling pointers. | Matthias Clasen | 1 | -0/+7 |
2006-04-27 | Regenerated using Unicode Character Database 5.0 beta. | Behdad Esfahbod | 1 | -0/+5 |
2006-04-26 | Don't repeat a failed fclose() call, since that invokes undefined | Matthias Clasen | 1 | -0/+5 |
2006-04-26 | Avoid a possible NULL dereference (found by Coverity), also avoid some | Matthias Clasen | 1 | -0/+4 |
2006-04-26 | Add a test for the previous change. | Matthias Clasen | 1 | -0/+3 |
2006-04-25 | Remove redundant code. (g_key_file_get_group_comment): Don't dereference | Matthias Clasen | 1 | -0/+7 |
2006-04-19 | Add some missing Since: 2.8 tags | Matthias Clasen | 1 | -0/+4 |
2006-04-19 | Adapt to the changed prototype of InterlockedCompareExchange() in newer | Tor Lillqvist | 1 | -0/+7 |
2006-04-19 | Add api to get and set doubles and lists of doubles. (#164719, Maurizio | Matthias Clasen | 1 | -0/+7 |
2006-04-19 | Accept duplicate groups. (#157877, Sebastien Bacher) | Matthias Clasen | 1 | -0/+8 |
2006-04-18 | Make passing NULL for new_prefix work as documented. (#338845, Yevgen | Matthias Clasen | 1 | -0/+8 |
2006-04-17 | Remove obsolete entry for no_NO. And the translation. | Kjartan Maraas | 1 | -0/+5 |
2006-04-16 | Avoid an array overrun. (Coverity, fix by Pascal Terjan) | Matthias Clasen | 1 | -0/+5 |
2006-04-12 | reviewed by: Matthias Clasen <mclasen@redhat.com> | Bastien Nocera | 1 | -0/+7 |
2006-04-12 | Add an assert to make it clear when value can be NULL. | Matthias Clasen | 1 | -0/+5 |
2006-04-07 | (test_thread_stop_unused): Removed an | Martyn James Russell | 1 | -0/+5 |
2006-04-07 | added gbase64.obj and derive the static libs name from auto* variables | Hans Breuer | 1 | -0/+6 |
2006-04-07 | Make sure g_thread_pool_stop_unused_threads() actually stops unused | Martyn James Russell | 1 | -0/+17 |
2006-04-05 | Make long long printing work if snprintf is not available. (#332841, | Matthias Clasen | 1 | -0/+6 |
2006-04-05 | Check the return value of g_get_prgname for NULL before passing to strcmp. | Behdad Esfahbod | 1 | -0/+7 |
2006-04-05 | Fix up shell script | Matthias Clasen | 1 | -0/+2 |