summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2006-05-11add documentation for G_OPTION_ARG_INT64Bastien Nocera1-0/+33
2006-05-10Adapt to GLib coding standards.Sebastian Wilhelmi1-12/+12
2006-05-10Renamed to glib/gthreadprivate.h and moved system thread identifierSebastian Wilhelmi3-1/+134
2006-05-08Use encoding names which may work better on Solaris. (#340434, AlessandroMatthias Clasen1-2/+2
2006-05-08Add some tests for invalid floating point numbers.Matthias Clasen1-1/+17
2006-05-03Add some more tests.Matthias Clasen1-19/+31
2006-05-03Use malloced memory instead of stack-allocated, so that MALLOC_CHECK_=2Matthias Clasen1-2/+10
2006-05-032.11.0GLIB_2_11_0Matthias Clasen3-17/+99
2006-05-02added test code from Behdad Esfahbod, see #337128.Tim Janik2-0/+60
2006-04-26Add a test for the previous change.Matthias Clasen1-0/+6
2006-04-19Add api to get and set doubles and lists of doubles. (#164719, MaurizioMatthias Clasen1-4/+76
2006-04-19Accept duplicate groups. (#157877, Sebastien Bacher)Matthias Clasen1-0/+33
2006-04-18Make passing NULL for new_prefix work as documented. (#338845, YevgenMatthias Clasen1-0/+10
2006-04-07(test_thread_stop_unused): Removed anMartyn James Russell1-3/+0
2006-04-07Make sure g_thread_pool_stop_unused_threads() actually stops unusedMartyn James Russell1-10/+126
2006-04-05Check the return value of g_get_prgname for NULL before passing to strcmp.Behdad Esfahbod2-2/+4
2006-04-05Fix up shell scriptMatthias Clasen1-6/+3
2006-04-05More test fixesMatthias Clasen1-4/+15
2006-04-05Run run-bookmark-test.shMatthias Clasen1-3/+2
2006-04-05More warning fixesMatthias Clasen1-0/+1
2006-04-05Silence a warningMatthias Clasen1-1/+1
2006-04-05.Behdad Esfahbod2-0/+2
2006-04-04Add base64 encode/decode functionsAlexander Larsson2-0/+109
2006-03-27Add bookmarkfile-test to the ignored files.Emmanuele Bassi1-0/+1
2006-03-27Add test suite for GBookmarkFile.Emmanuele Bassi22-0/+632
2006-03-27Change a gboolean to an int. Fixes bug #329789.Dom Lachowicz1-1/+1
2006-03-27Copy-and-paste error slipped into test5. Enable test5, as per Matthias'Dom Lachowicz1-2/+2
2006-03-27Support floating point arguments in goptionMatthias Clasen1-0/+69
2006-03-24Updated the documentation to explain that when the maximum threads is > 1Martyn James Russell1-10/+35
2006-03-23Check for timegm.Emmanuele Bassi1-1/+34
2006-03-14Don't read past the end of the string. (#334471, Morten Welinder)Matthias Clasen1-1/+28
2006-02-24Add tests for g_utf8_strlen().Matthias Clasen1-1/+27
2006-02-23Plug leaks reported by valgrind. Same. Same Same. Same. Same.Kjartan Maraas6-0/+14
2006-02-19Updated to test _sort, _sort_with_data, _insert_sorted andMartyn James Russell4-266/+389
2006-02-18Add paramspec-testMatthias Clasen2-0/+148
2006-02-18Add more tests.Matthias Clasen1-0/+277
2006-01-30Remove C++ commentMatthias Clasen1-1/+1
2006-01-25honour g_mem_gc_friendly settings when freeing slices, make sureTim Janik1-0/+4
2006-01-24Use UTF-16LE as target encoding on all little-endian systems. (#143380,Matthias Clasen1-1/+1
2006-01-17To avoid deadlocks get rid of the settings G_LOCK. Use theSebastian Wilhelmi1-35/+39
2006-01-12Fix the assert to not always trigger. (#326558, Daichi Kawahata)Matthias Clasen1-3/+1
2006-01-11Don't test items_read and items_written in error cases where it is notMatthias Clasen1-12/+12
2006-01-11Set error to NULL.Matthias Clasen1-1/+1
2006-01-09Break some long lines.Matthias Clasen1-50/+170
2006-01-03- Added new API g_thread_pool_get_idle_time() andMartyn James Russell1-12/+97
2005-12-27Shut up CVSManish Singh1-0/+3
2005-12-27use LC_ALL instead of LC_COLLATE, to make sure we really override things.Manish Singh1-2/+2
2005-12-27export LC_COLLATE so it takes. (#324950, Dan Yefimov)Manish Singh1-0/+2
2005-12-26Fix C99isms. (#324950, Dan Yefimov)Matthias Clasen1-4/+7
2005-12-21New function to sort tasks pushed into a threadpool. (#324479, MartynMatthias Clasen1-23/+206