summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2008-04-08UpdateMatthias Clasen2-7/+323
2008-03-10Small test fixupMatthias Clasen1-0/+2
2008-02-23Don't test user directories for being non-null. (#517084, Yevgen Muntyan)Matthias Clasen1-4/+0
2008-02-17Don't return duplicate matches when matching empty strings. (#515944) AddMarco Barisione1-0/+3
2008-02-11Make the g_test_add macro work with gcc 4.3Matthias Clasen1-2/+2
2008-02-10/bin/ksh can't handle a for-loop with no arguments, so add a "." for whenMatthias Clasen1-2/+2
2008-01-29Grab thread_counter_pools LOCK when increasing leftover_task_counter.Sebastian Wilhelmi1-75/+78
2008-01-15fix this; the previous code gave the wrong md5sum when called in certainDan Winship1-122/+605
2008-01-11Fixed copyright and credit for Asbjoern Pettersen.Tim Janik1-1/+1
2008-01-11added g_base64_encode()/g_base64_decode() test case by Asbjoern12:55:19 Tim Janik2-0/+238
2008-01-08Add gio/gio.h include to check for c++ problems.Alexander Larsson1-0/+1
2007-12-21adapt to recent api changes variable declaration at the beginning of aHans Breuer2-15/+12
2007-12-19Add g_checksum_type_get_length, and change g_checksum_get_digest to use aChristian Persch1-19/+4
2007-12-19Fix the date validation check. (#503029)Emmanuele Bassi1-0/+2
2007-12-15Add hash table iterators. (#500507, Jean-Yves Lefort)Matthias Clasen1-16/+68
2007-12-12split up tests and reworked code to use the new test framework.16:06:11 Tim Janik2-891/+895
2007-12-09a test program emulating some of 'ls' build it (currently on win32)Hans Breuer2-0/+130
2007-12-09removed -GD to compile with msvc9 (vs2008) with less complainsHans Breuer1-0/+1
2007-12-06added new scanner test from #501654, by Patrick Hulin with various09:27:42 Tim Janik2-1/+145
2007-12-04Add GChecksum, a generic wrapper around various hashing algorithms. At theEmmanuele Bassi2-0/+172
2007-12-04typos.Ryan Lortie1-1/+1
2007-12-03fix memory leak, add a few extra sanity tests.Ryan Lortie1-9/+11
2007-12-03Add new error codes for when compilation fails and make compilation errorMarco Barisione1-11/+22
2007-11-27Add some tests for invalid booleansMatthias Clasen1-1/+7
2007-11-27add missing file off last commitRyan Lortie1-0/+215
2007-11-27Add new function g_markup_collect_attributes (bug #496847).Ryan Lortie1-0/+2
2007-11-25Replace INCLUDES by AM_CPPFLAGS, other cleanups.Matthias Clasen1-16/+32
2007-11-24Fix a memory overrunMatthias Clasen1-1/+1
2007-11-23Don't refuse to encode a single byte. (Milan Crha)Matthias Clasen1-6/+13
2007-11-21initialize automake variables EXTRA_DIST and TEST_PROGS for unconditional21:06:47 Tim Janik3-2/+8
2007-11-20Fixed up internal 'g_test*' names.Tim Janik6-184/+184
2007-11-07Not needed, just use -DPCRE_STATIC.Tor Lillqvist4-1/+6
2007-10-21Fix warnings from sparse. (#487491, Kjartan Maraas)Behdad Esfahbod1-8/+8
2007-09-14applied fix for bug #476840.15:07:28 Tim Janik1-1/+14
2007-08-14prevent race covered by g_once_init_enter(), by checking for previousTim Janik1-4/+134
2007-08-13fixed array size typo.Tim Janik1-1/+1
2007-08-13test g_once_init_*() before and after g_thread_init() and test concurrencyTim Janik2-0/+146
2007-08-09Handle restricted characters by converting them to numeric characterMatthias Clasen1-0/+37
2007-07-12beautified output somewhat. fixed long sleeps by reducing sleepTim Janik1-6/+18
2007-07-12added GSLice test from Stefan Westerfeld, bug #433314.Tim Janik2-0/+111
2007-07-12migrate per-thread magazine caches from single-thread scenario to firstTim Janik2-0/+169
2007-07-09Output newlines after thousand iterations of the inner-loop of theLoïc Minier1-1/+1
2007-06-15Introduce g_string_overwrite(_len)? for overwriting parts of strings (#368686...Mathias Hasselmann1-1/+21
2007-06-04Add support for a number of special directories, as defined by theMatthias Clasen1-0/+8
2007-06-03fixed g_regex_fetch_named* for cases when (?J) is used inside a patternYevgen Muntyan1-0/+7
2007-06-03New functions: g_regex_ref(), g_regex_unref() which replacesYevgen Muntyan1-36/+97
2007-05-29Fix g_regex_fetch_named() and g_regex_fetch_named_pos() whenMarco Barisione1-2/+21
2007-05-11Allow G_OPTION_ARG_CALLBACK for G_OPTION_REMAINING. (#437297, Dave Benson)Matthias Clasen1-0/+45
2007-05-03Stop unused threads before the last test, to make the test terminateMatthias Clasen1-1/+4
2007-04-30Split GRegex into GRegex and GMatchInfo. (#419368, Marco Barisione)Matthias Clasen1-678/+84