Add GRegex for regular expression matching. (#50075)
[platform/upstream/glib.git] / tests / option-test.c
2006-05-11 Bastien Noceraadd documentation for G_OPTION_ARG_INT64
2006-04-05 Behdad EsfahbodCheck the return value of g_get_prgname for NULL before...
2006-04-05 Matthias ClasenMore test fixes
2006-03-27 Dom LachowiczChange a gboolean to an int. Fixes bug #329789.
2006-03-27 Dom LachowiczCopy-and-paste error slipped into test5. Enable test5...
2006-03-27 Matthias ClasenSupport floating point arguments in goption
2005-07-12 Matthias ClasenAdd and implement a new flag to turn off the automatic...
2005-06-18 Matthias ClasenAdd G_OPTION_FLAG_NO_ARG and G_OPTION_FLAG_FILENAME...
2005-05-27 Matthias ClasenReturn an error if an option is missing its argument...
2005-05-06 Matthias ClasenAdd a testcase.
2005-02-08 Matthias ClasenDon't write out of bounds.
2004-12-20 Matthias ClasenAdd some tests for '--' stripping.
2004-10-29 Matthias ClasenAdd tests for the handling of non-option arguments...
2004-10-05 Anders CarlssonAdd check for if argc is 0.
2004-10-03 Anders CarlssonSet arg_data on filenames. (Discovered by Mats-Ola...
2004-09-20 Matthias ClasenDon't call g_set_error () with a NULL format. (#153103...
2004-09-20 Matthias ClasenMake GOption remove long options completely. (#153113...
2004-09-01 Anders CarlssonHandle option contexts without a main group.
2004-08-30 Anders CarlssonSet prgname to <unknown> if argc and argv are NULL.
2004-08-02 Anders CarlssonAdd GOption.