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