summaryrefslogtreecommitdiff
path: root/glib/goption.c
AgeCommit message (Expand)Author
2009-01-12Guard against a mis-written GOptionArgFunc that has returned FALSE but notTor Lillqvist
2009-01-02Fix a wrong reference in the docs, reported by Takeshi Aihana.Matthias Clasen
2008-12-31Fix some compiler warningsMatthias Clasen
2008-11-28Fix an issue with callbacks that return FALSE.Matthias Clasen
2008-11-23Bug 559413 – g_option_group_set_error_hook docs bugletChristian Persch
2008-06-16changed return value to const gchar* to fix warning.Michael Natterer
2008-06-11Bug 503071 – Application direction changes to right to left even ifBehdad Esfahbod
2008-01-27Removed unused variable is_main_group. (#512381, Wouter Bolsterlee)Matthias Clasen
2008-01-25Pass context down the implementation to check for the main_group. BugLoïc Minier
2007-12-24Do not show empty groups in --help output. Initial patch from YevgenMathias Hasselmann
2007-11-23Use g_print to print out --help text in locale encoding. (#469551, TakaoMatthias Clasen
2007-11-09Improve the docs. (#436293, Vincent Untz)Matthias Clasen
2007-06-05don't replace the usage line with the description for optional parameters,Vincent Untz
2007-05-17Fix a doc typo. (#439232, Vincent Untz)Matthias Clasen
2007-05-11Allow G_OPTION_ARG_CALLBACK for G_OPTION_REMAINING. (#437297, Dave Benson)Matthias Clasen
2007-04-25New function to get the formatted help string. (#336089, Dom Lachowicz)Matthias Clasen
2007-01-24Use bitwise & when operating on flags. (#399971, Jon Oberheide)Matthias Clasen
2007-01-03Remove unneeded strlen.Behdad Esfahbod
2007-01-03Take zerowidth and double-width chars into consideration when computingBehdad Esfahbod
2006-12-27forgotten fileMatthias Clasen
2006-05-20Forgotten fileMatthias Clasen
2006-05-13Allow optional summary and description texts before and after the optionMatthias Clasen
2006-05-11add documentation for G_OPTION_ARG_INT64Bastien Nocera
2006-05-02fixed leak in short option parsing. rewrote parts of the code to be moreTim Janik
2006-04-12Add an assert to make it clear when value can be NULL.Matthias Clasen
2006-04-04Move short_month_names and long_month_names to bss.Matthias Clasen
2006-03-27Support floating point arguments in goptionMatthias Clasen
2006-03-26Improve the description of parameter_string in the docs. (#336085, ClaudioMatthias Clasen
2006-03-15Only set the prgname if it hasn't been set before. (#334611, Chong KaiMatthias Clasen
2006-03-14Don't create the option_name twice. (#334519, Chris Wilson)Matthias Clasen
2005-12-18Set an error in all failure cases. (#324332, Tim-Philipp Müller)Matthias Clasen
2005-07-26Include glibintl.h, not gi18n.h, noticed by Dan Winship.Matthias Clasen
2005-07-13Warn if a short name is not acceptable.Matthias Clasen
2005-07-12Add and implement a new flag to turn off the automatic <groupname>-Matthias Clasen
2005-06-22Properly store changes for arrays. (#308528, Roger Leigh)Matthias Clasen
2005-06-22Pass the option name also in the NO_ARG case. (#308602, Masatake YAMATO)Matthias Clasen
2005-06-18Add G_OPTION_FLAG_NO_ARG and G_OPTION_FLAG_FILENAME to allow greaterMatthias Clasen
2005-06-09Set errno to 0 before calling strtol. (#306388, Morten Welinder)Matthias Clasen
2005-05-28initialize option_name before using it.Manish Singh
2005-05-27Return an error if an option is missing its argument. (#305576, BjörnMatthias Clasen
2005-05-25rest_description should be const.Manish Singh
2005-05-25If the remaining argument has an arg_description, display the synopsis asMatthias Clasen
2005-05-06Add a testcase.Matthias Clasen
2005-03-15Warn if there already is a main group. (#170445, Jeff Franks)Matthias Clasen
2005-03-14Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen
2005-03-08Fix an error message. (#168751, Hazael Maldonado Torres)Matthias Clasen
2005-02-11Take main group options into account when calculating column size.Matthias Clasen
2005-02-08Don't write out of bounds.Matthias Clasen
2004-12-22Don't show the special G_OPTION_REMAINING entry. (#161934, Matthew F.Matthias Clasen
2004-12-20Add some tests for '--' stripping.Matthias Clasen