Warn if there already is a main group. (#170445, Jeff Franks)
[platform/upstream/glib.git] / glib / goption.c
2005-03-15 Matthias ClasenWarn if there already is a main group. (#170445, Jeff...
2005-03-14 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-03-08 Matthias ClasenFix an error message. (#168751, Hazael Maldonado Torres)
2005-02-11 Matthias ClasenTake main group options into account when calculating...
2005-02-08 Matthias ClasenDon't write out of bounds.
2004-12-22 Matthias ClasenDon't show the special G_OPTION_REMAINING entry. (...
2004-12-20 Matthias ClasenAdd some tests for '--' stripping.
2004-12-19 Matthias ClasenCall post-parse hooks also if argv is NULL. (#161668...
2004-12-09 Matthias ClasenDon't print help options if the options of a specific...
2004-11-04 Tor LillqvistAdd G_OPTION_FLAG_REVERSE, to reverse the sense of...
2004-11-02 Matthias ClasenDocument that this function may not return.
2004-11-01 Matthias ClasenDocumentation updates.
2004-11-01 Matthias ClasenHandle conflicts between options in different groups...
2004-10-30 Matthias ClasenDoc additions.
2004-10-30 Matthias ClasenConvert filenames to UTF-8 on Windows.
2004-10-29 Matthias ClasenAdd tests for the handling of non-option arguments...
2004-10-29 Matthias ClasenDocument GOption
2004-10-20 Matthias ClasenDon't return the wrong change. (#155856, Lucas Rocha)
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-10-01 Tor LillqvistUse g_path_get_basename() instead of strrchr(), so...
2004-09-27 Murray CummingRename g_context_option_error_quark() to g_option_error...
2004-09-26 Matthias ClasenFix #153649, Hidetaka Iwai:
2004-09-20 Matthias ClasenMake GOption remove long options completely. (#153113...
2004-09-20 Matthias ClasenCall error_func on error, not post_parse_func again...
2004-09-16 Matthias ClasenImplement the same PLT reduction technique used in...
2004-09-01 Anders CarlssonSet program name before calling the pre-parse hooks.
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-27 Matthias ClasenSet the program name from argv[0], noticed by Masatake...
2004-08-23 Manish Singhremove unused variable.
2004-08-03 Matthias ClasenMark user visible strings for translation.
2004-08-03 Matthias ClasenPedantically use g types throughout.
2004-08-02 Anders CarlssonAdd GOption.