Age | Commit message (Expand) | Author | Files | Lines |
2006-06-16 | Add tests. | Matthias Clasen | 1 | -1/+14 |
2006-06-12 | Return a boolean instead of void. | Emmanuele Bassi | 1 | -0/+7 |
2006-06-05 | Add some tests involving leading whitespace. | Matthias Clasen | 1 | -2/+34 |
2006-06-01 | Avoid running in an assertion with small writes. (#343566, Chris Wilson) | Matthias Clasen | 1 | -0/+43 |
2006-05-28 | Output that test-markup is expected to produce when run on the valid | Matthias Clasen | 13 | -8/+230 |
2006-05-16 | g_ascii_strtoll | Matthias Clasen | 2 | -0/+69 |
2006-05-11 | add documentation for G_OPTION_ARG_INT64 | Bastien Nocera | 1 | -0/+33 |
2006-05-10 | Adapt to GLib coding standards. | Sebastian Wilhelmi | 1 | -12/+12 |
2006-05-10 | Renamed to glib/gthreadprivate.h and moved system thread identifier | Sebastian Wilhelmi | 3 | -1/+134 |
2006-05-08 | Use encoding names which may work better on Solaris. (#340434, Alessandro | Matthias Clasen | 1 | -2/+2 |
2006-05-08 | Add some tests for invalid floating point numbers. | Matthias Clasen | 1 | -1/+17 |
2006-05-03 | Add some more tests. | Matthias Clasen | 1 | -19/+31 |
2006-05-03 | Use malloced memory instead of stack-allocated, so that MALLOC_CHECK_=2 | Matthias Clasen | 1 | -2/+10 |
2006-05-03 | 2.11.0GLIB_2_11_0 | Matthias Clasen | 3 | -17/+99 |
2006-05-02 | added test code from Behdad Esfahbod, see #337128. | Tim Janik | 2 | -0/+60 |
2006-04-26 | Add a test for the previous change. | Matthias Clasen | 1 | -0/+6 |
2006-04-19 | Add api to get and set doubles and lists of doubles. (#164719, Maurizio | Matthias Clasen | 1 | -4/+76 |
2006-04-19 | Accept duplicate groups. (#157877, Sebastien Bacher) | Matthias Clasen | 1 | -0/+33 |
2006-04-18 | Make passing NULL for new_prefix work as documented. (#338845, Yevgen | Matthias Clasen | 1 | -0/+10 |
2006-04-07 | (test_thread_stop_unused): Removed an | Martyn James Russell | 1 | -3/+0 |
2006-04-07 | Make sure g_thread_pool_stop_unused_threads() actually stops unused | Martyn James Russell | 1 | -10/+126 |
2006-04-05 | Check the return value of g_get_prgname for NULL before passing to strcmp. | Behdad Esfahbod | 2 | -2/+4 |
2006-04-05 | Fix up shell script | Matthias Clasen | 1 | -6/+3 |
2006-04-05 | More test fixes | Matthias Clasen | 1 | -4/+15 |
2006-04-05 | Run run-bookmark-test.sh | Matthias Clasen | 1 | -3/+2 |
2006-04-05 | More warning fixes | Matthias Clasen | 1 | -0/+1 |
2006-04-05 | Silence a warning | Matthias Clasen | 1 | -1/+1 |
2006-04-05 | . | Behdad Esfahbod | 2 | -0/+2 |
2006-04-04 | Add base64 encode/decode functions | Alexander Larsson | 2 | -0/+109 |
2006-03-27 | Add bookmarkfile-test to the ignored files. | Emmanuele Bassi | 1 | -0/+1 |
2006-03-27 | Add test suite for GBookmarkFile. | Emmanuele Bassi | 22 | -0/+632 |
2006-03-27 | Change a gboolean to an int. Fixes bug #329789. | Dom Lachowicz | 1 | -1/+1 |
2006-03-27 | Copy-and-paste error slipped into test5. Enable test5, as per Matthias' | Dom Lachowicz | 1 | -2/+2 |
2006-03-27 | Support floating point arguments in goption | Matthias Clasen | 1 | -0/+69 |
2006-03-24 | Updated the documentation to explain that when the maximum threads is > 1 | Martyn James Russell | 1 | -10/+35 |
2006-03-23 | Check for timegm. | Emmanuele Bassi | 1 | -1/+34 |
2006-03-14 | Don't read past the end of the string. (#334471, Morten Welinder) | Matthias Clasen | 1 | -1/+28 |
2006-02-24 | Add tests for g_utf8_strlen(). | Matthias Clasen | 1 | -1/+27 |
2006-02-23 | Plug leaks reported by valgrind. Same. Same Same. Same. Same. | Kjartan Maraas | 6 | -0/+14 |
2006-02-19 | Updated to test _sort, _sort_with_data, _insert_sorted and | Martyn James Russell | 4 | -266/+389 |
2006-02-18 | Add paramspec-test | Matthias Clasen | 2 | -0/+148 |
2006-02-18 | Add more tests. | Matthias Clasen | 1 | -0/+277 |
2006-01-30 | Remove C++ comment | Matthias Clasen | 1 | -1/+1 |
2006-01-25 | honour g_mem_gc_friendly settings when freeing slices, make sure | Tim Janik | 1 | -0/+4 |
2006-01-24 | Use UTF-16LE as target encoding on all little-endian systems. (#143380, | Matthias Clasen | 1 | -1/+1 |
2006-01-17 | To avoid deadlocks get rid of the settings G_LOCK. Use the | Sebastian Wilhelmi | 1 | -35/+39 |
2006-01-12 | Fix the assert to not always trigger. (#326558, Daichi Kawahata) | Matthias Clasen | 1 | -3/+1 |
2006-01-11 | Don't test items_read and items_written in error cases where it is not | Matthias Clasen | 1 | -12/+12 |
2006-01-11 | Set error to NULL. | Matthias Clasen | 1 | -1/+1 |
2006-01-09 | Break some long lines. | Matthias Clasen | 1 | -50/+170 |