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