summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2005-06-102.7.0GLIB_2_7_0Matthias Clasen1-1/+2
2005-05-27Return an error if an option is missing its argument. (#305576, BjörnMatthias Clasen1-0/+38
2005-05-17Check the return values of g_tree_remove().Matthias Clasen1-1/+10
2005-05-09Shut up CVSManish Singh1-1/+2
2005-05-06Add a testcase.Matthias Clasen1-0/+27
2005-05-05Add g_object_add/remove_toggle_ref() functions to get notification when aOwen Taylor2-1/+283
2005-03-28Add tests for g_date_get_iso8601_week_of_year().Matthias Clasen2-0/+28
2005-03-20Minor printout change, now identical as in glib-2-6 branch.Tor Lillqvist1-2/+2
2005-03-20Print more detailled output from the timer tests. Don't print homeTor Lillqvist2-9/+15
2005-03-14delete a bunch of dead code.Manish Singh1-27/+3
2005-03-10include <gstdio.h>.Sven Neumann1-1/+2
2005-03-10delay memory allocation until after the first read. Saves a bunch ofSven Neumann2-0/+26
2005-02-24Set LANGUAGE instead of LC_ALL to shield against LANGUAGE being set in theMatthias Clasen1-1/+1
2005-02-08Don't write out of bounds.Matthias Clasen2-2/+27
2005-02-02Add test case for key removal.Matthias Clasen1-65/+100
2005-02-01Add test case for group removal.Matthias Clasen1-0/+70
2005-01-30Some more unit tests.Matthias Clasen1-8/+273
2005-01-24Let $srcdir default to .Matthias Clasen1-2/+2
2005-01-24Add a test with a long entity name.Matthias Clasen1-0/+1
2005-01-21Shut up cvsManish Singh1-0/+1
2005-01-20Don't interpret leading zeros as octal. The specification requires %fMatthias Clasen1-1/+65
2005-01-20Add some more tests.Matthias Clasen1-7/+265
2005-01-19Accept \r\n as line end. (#163030, Bastian Nocera)Matthias Clasen2-0/+100
2004-12-20Add some tests for '--' stripping.Matthias Clasen1-0/+140
2004-11-28filter G_GNUC before PRIVATE so $ is still true.Manish Singh1-1/+1
2004-11-28minor comment fix.Manish Singh1-1/+1
2004-11-27Shut up cvsManish Singh1-0/+1
2004-11-26Add a testcase for the previous fix.Matthias Clasen1-0/+1
2004-11-24Add utf8-validate.Matthias Clasen2-0/+321
2004-11-05Portability fixes and extra sanity checks. (#157453, Morten Welinder)Matthias Clasen1-18/+42
2004-11-05Handle numbers like 1e1, nan, -infinity. Also try harder to preserveMatthias Clasen1-4/+21
2004-11-01glib/gdebug.h glib/gutils.c gobject/gtype.c gthread/gthread-posix.cMatthias Clasen2-2/+2
2004-10-29Add tests for the handling of non-option arguments, "--" andMatthias Clasen1-0/+185
2004-10-26Improve error reporting.Matthias Clasen1-3/+4
2004-10-25rm autom4te.cache, since it might interfere with differing autoconfManish Singh1-2/+4
2004-10-22Add some uri list tests.c.Matthias Clasen1-3/+56
2004-10-05Add check for if argc is 0.Anders Carlsson1-1/+18
2004-10-03Set arg_data on filenames. (Discovered by Mats-Ola Persson).Anders Carlsson1-18/+32
2004-09-20Don't call g_set_error () with a NULL format. (#153103, Robert Ögren)Matthias Clasen1-3/+3
2004-09-20Make GOption remove long options completely. (#153113, Robert Ögren)Matthias Clasen1-0/+57
2004-09-09Add a function to calculate the length of a NULL-terminated string array.Matthias Clasen1-0/+2
2004-09-07Add a function to return a list of applicable locale names. (#95587,Matthias Clasen1-0/+2
2004-09-01Handle option contexts without a main group.Anders Carlsson1-0/+12
2004-08-30Set prgname to <unknown> if argc and argv are NULL.Anders Carlsson1-0/+21
2004-08-26Test the new XDG basedir functions.Tor Lillqvist1-1/+16
2004-08-02Add GOption.Anders Carlsson3-0/+441
2004-08-01move newline printing from run_from_uri_tests() to run_roundtrip_tests().Manish Singh1-1/+1
2004-08-01Include a test involving consecutive backslashes followed by a non-escapedMatthias Clasen1-1/+4
2004-07-30Don't validate for UTF-8 here. (#148420, Robert Ögren)Matthias Clasen1-3/+66
2004-07-28Tests for handling of whitespace inside tags.Matthias Clasen6-0/+13