summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Return a boolean instead of void.Emmanuele Bassi2006-06-121-0/+7
* Add some tests involving leading whitespace.Matthias Clasen2006-06-051-2/+34
* Avoid running in an assertion with small writes. (#343566, Chris Wilson)Matthias Clasen2006-06-011-0/+43
* Output that test-markup is expected to produce when run on the validMatthias Clasen2006-05-2813-8/+230
* g_ascii_strtollMatthias Clasen2006-05-162-0/+69
* add documentation for G_OPTION_ARG_INT64Bastien Nocera2006-05-111-0/+33
* Adapt to GLib coding standards.Sebastian Wilhelmi2006-05-101-12/+12
* Renamed to glib/gthreadprivate.h and moved system thread identifierSebastian Wilhelmi2006-05-103-1/+134
* Use encoding names which may work better on Solaris. (#340434, AlessandroMatthias Clasen2006-05-081-2/+2
* Add some tests for invalid floating point numbers.Matthias Clasen2006-05-081-1/+17
* Add some more tests.Matthias Clasen2006-05-031-19/+31
* Use malloced memory instead of stack-allocated, so that MALLOC_CHECK_=2Matthias Clasen2006-05-031-2/+10
* 2.11.0GLIB_2_11_0Matthias Clasen2006-05-033-17/+99
* added test code from Behdad Esfahbod, see #337128.Tim Janik2006-05-022-0/+60
* Add a test for the previous change.Matthias Clasen2006-04-261-0/+6
* Add api to get and set doubles and lists of doubles. (#164719, MaurizioMatthias Clasen2006-04-191-4/+76
* Accept duplicate groups. (#157877, Sebastien Bacher)Matthias Clasen2006-04-191-0/+33
* Make passing NULL for new_prefix work as documented. (#338845, YevgenMatthias Clasen2006-04-181-0/+10
* (test_thread_stop_unused): Removed anMartyn James Russell2006-04-071-3/+0
* Make sure g_thread_pool_stop_unused_threads() actually stops unusedMartyn James Russell2006-04-071-10/+126
* Check the return value of g_get_prgname for NULL before passing to strcmp.Behdad Esfahbod2006-04-052-2/+4
* Fix up shell scriptMatthias Clasen2006-04-051-6/+3
* More test fixesMatthias Clasen2006-04-051-4/+15
* Run run-bookmark-test.shMatthias Clasen2006-04-051-3/+2
* More warning fixesMatthias Clasen2006-04-051-0/+1
* Silence a warningMatthias Clasen2006-04-051-1/+1
* .Behdad Esfahbod2006-04-052-0/+2
* Add base64 encode/decode functionsAlexander Larsson2006-04-042-0/+109
* Add bookmarkfile-test to the ignored files.Emmanuele Bassi2006-03-271-0/+1
* Add test suite for GBookmarkFile.Emmanuele Bassi2006-03-2722-0/+632
* Change a gboolean to an int. Fixes bug #329789.Dom Lachowicz2006-03-271-1/+1
* Copy-and-paste error slipped into test5. Enable test5, as per Matthias'Dom Lachowicz2006-03-271-2/+2
* Support floating point arguments in goptionMatthias Clasen2006-03-271-0/+69
* Updated the documentation to explain that when the maximum threads is > 1Martyn James Russell2006-03-241-10/+35
* Check for timegm.Emmanuele Bassi2006-03-231-1/+34
* Don't read past the end of the string. (#334471, Morten Welinder)Matthias Clasen2006-03-141-1/+28
* Add tests for g_utf8_strlen().Matthias Clasen2006-02-241-1/+27
* Plug leaks reported by valgrind. Same. Same Same. Same. Same.Kjartan Maraas2006-02-236-0/+14
* Updated to test _sort, _sort_with_data, _insert_sorted andMartyn James Russell2006-02-194-266/+389
* Add paramspec-testMatthias Clasen2006-02-182-0/+148
* Add more tests.Matthias Clasen2006-02-181-0/+277
* Remove C++ commentMatthias Clasen2006-01-301-1/+1
* honour g_mem_gc_friendly settings when freeing slices, make sureTim Janik2006-01-251-0/+4
* Use UTF-16LE as target encoding on all little-endian systems. (#143380,Matthias Clasen2006-01-241-1/+1
* To avoid deadlocks get rid of the settings G_LOCK. Use theSebastian Wilhelmi2006-01-171-35/+39
* Fix the assert to not always trigger. (#326558, Daichi Kawahata)Matthias Clasen2006-01-121-3/+1
* Don't test items_read and items_written in error cases where it is notMatthias Clasen2006-01-111-12/+12
* Set error to NULL.Matthias Clasen2006-01-111-1/+1
* Break some long lines.Matthias Clasen2006-01-091-50/+170
* - Added new API g_thread_pool_get_idle_time() andMartyn James Russell2006-01-031-12/+97