tests/refcount/objects.c tests/refcount/properties.c Use g_usleep()
[platform/upstream/glib.git] / tests / option-test.c
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.