glib/: fully remove galias hacks
[platform/upstream/glib.git] / glib / goption.c
2010-07-07 Ryan Lortieglib/: fully remove galias hacks
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-21 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2009-06-28 Christian DywanDisplay '-h' in --help output and accept '-h' and -?'
2009-04-21 Stefan Kostgoption: format section docs according to gtk-doc rules...
2009-04-21 Stefan Kostgoption: document that some option args need to be...
2009-04-21 Stefan Kostgoption: move docs from tmpl folder to inline comments
2009-01-12 Tor LillqvistGuard against a mis-written GOptionArgFunc that has...
2009-01-02 Matthias ClasenFix a wrong reference in the docs, reported by Takeshi...
2008-12-31 Matthias ClasenFix some compiler warnings
2008-11-28 Matthias ClasenFix an issue with callbacks that return FALSE.
2008-11-23 Christian PerschBug 559413 – g_option_group_set_error_hook docs buglet
2008-06-16 Michael Nattererchanged return value to const gchar* to fix warning.
2008-06-11 Behdad EsfahbodBug 503071 – Application direction changes to right...
2008-01-27 Matthias ClasenRemoved unused variable is_main_group. (#512381, Wouter...
2008-01-25 Loïc MinierPass context down the implementation to check for the...
2007-12-24 Mathias HasselmannDo not show empty groups in --help output. Initial...
2007-11-23 Matthias ClasenUse g_print to print out --help text in locale encoding...
2007-11-09 Matthias ClasenImprove the docs. (#436293, Vincent Untz)
2007-06-05 Vincent Untzdon't replace the usage line with the description for...
2007-05-17 Matthias ClasenFix a doc typo. (#439232, Vincent Untz)
2007-05-11 Matthias ClasenAllow G_OPTION_ARG_CALLBACK for G_OPTION_REMAINING...
2007-04-25 Matthias ClasenNew function to get the formatted help string. (#336089...
2007-01-24 Matthias ClasenUse bitwise & when operating on flags. (#399971, Jon...
2007-01-03 Behdad EsfahbodRemove unneeded strlen.
2007-01-03 Behdad EsfahbodTake zerowidth and double-width chars into consideratio...
2006-12-27 Matthias Clasenforgotten file
2006-05-20 Matthias ClasenForgotten file
2006-05-13 Matthias ClasenAllow optional summary and description texts before...
2006-05-11 Bastien Noceraadd documentation for G_OPTION_ARG_INT64
2006-05-02 Tim Janikfixed leak in short option parsing. rewrote parts of...
2006-04-12 Matthias ClasenAdd an assert to make it clear when value can be NULL.
2006-04-04 Matthias ClasenMove short_month_names and long_month_names to bss.
2006-03-27 Matthias ClasenSupport floating point arguments in goption
2006-03-26 Matthias ClasenImprove the description of parameter_string in the...
2006-03-15 Matthias ClasenOnly set the prgname if it hasn't been set before....
2006-03-14 Matthias ClasenDon't create the option_name twice. (#334519, Chris...
2005-12-18 Matthias ClasenSet an error in all failure cases. (#324332, Tim-Philip...
2005-07-26 Matthias ClasenInclude glibintl.h, not gi18n.h, noticed by Dan Winship.
2005-07-13 Matthias ClasenWarn if a short name is not acceptable.
2005-07-12 Matthias ClasenAdd and implement a new flag to turn off the automatic...
2005-06-22 Matthias ClasenProperly store changes for arrays. (#308528, Roger...
2005-06-22 Matthias ClasenPass the option name also in the NO_ARG case. (#308602...
2005-06-18 Matthias ClasenAdd G_OPTION_FLAG_NO_ARG and G_OPTION_FLAG_FILENAME...
2005-06-09 Matthias ClasenSet errno to 0 before calling strtol. (#306388, Morten...
2005-05-28 Manish Singhinitialize option_name before using it.
2005-05-27 Matthias ClasenReturn an error if an option is missing its argument...
2005-05-25 Manish Singhrest_description should be const.
2005-05-25 Matthias ClasenIf the remaining argument has an arg_description, displ...
2005-05-06 Matthias ClasenAdd a testcase.
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.