summaryrefslogtreecommitdiff
path: root/glib/goption.c
Commit message (Expand)AuthorAgeFilesLines
* Display '-h' in --help output and accept '-h' and -?'Christian Dywan2009-06-281-7/+42
* goption: format section docs according to gtk-doc rules and fixes broken xmlStefan Kost2009-04-211-16/+9
* goption: document that some option args need to be freed by the calleeStefan Kost2009-04-211-0/+3
* goption: move docs from tmpl folder to inline commentsStefan Kost2009-04-211-0/+113
* Guard against a mis-written GOptionArgFunc that has returned FALSE but notTor Lillqvist2009-01-121-0/+5
* Fix a wrong reference in the docs, reported by Takeshi Aihana.Matthias Clasen2009-01-021-2/+3
* Fix some compiler warningsMatthias Clasen2008-12-311-53/+52
* Fix an issue with callbacks that return FALSE.Matthias Clasen2008-11-281-2/+5
* Bug 559413 – g_option_group_set_error_hook docs bugletChristian Persch2008-11-231-3/+2
* changed return value to const gchar* to fix warning.Michael Natterer2008-06-161-1/+1
* Bug 503071 – Application direction changes to right to left even ifBehdad Esfahbod2008-06-111-1/+1
* Removed unused variable is_main_group. (#512381, Wouter Bolsterlee)Matthias Clasen2008-01-271-1/+0
* Pass context down the implementation to check for the main_group. BugLoïc Minier2008-01-251-10/+14
* Do not show empty groups in --help output. Initial patch from YevgenMathias Hasselmann2007-12-241-17/+66
* Use g_print to print out --help text in locale encoding. (#469551, TakaoMatthias Clasen2007-11-231-1/+1
* Improve the docs. (#436293, Vincent Untz)Matthias Clasen2007-11-091-2/+3
* don't replace the usage line with the description for optional parameters,Vincent Untz2007-06-051-4/+4
* Fix a doc typo. (#439232, Vincent Untz)Matthias Clasen2007-05-171-4/+4
* Allow G_OPTION_ARG_CALLBACK for G_OPTION_REMAINING. (#437297, Dave Benson)Matthias Clasen2007-05-111-1/+2
* New function to get the formatted help string. (#336089, Dom Lachowicz)Matthias Clasen2007-04-251-40/+97
* Use bitwise & when operating on flags. (#399971, Jon Oberheide)Matthias Clasen2007-01-241-2/+2
* Remove unneeded strlen.Behdad Esfahbod2007-01-031-1/+0
* Take zerowidth and double-width chars into consideration when computingBehdad Esfahbod2007-01-031-6/+60
* forgotten fileMatthias Clasen2006-12-271-2/+7
* Forgotten fileMatthias Clasen2006-05-201-1/+1
* Allow optional summary and description texts before and after the optionMatthias Clasen2006-05-131-32/+200
* add documentation for G_OPTION_ARG_INT64Bastien Nocera2006-05-111-0/+56
* fixed leak in short option parsing. rewrote parts of the code to be moreTim Janik2006-05-021-39/+17
* Add an assert to make it clear when value can be NULL.Matthias Clasen2006-04-121-1/+3
* Move short_month_names and long_month_names to bss.Matthias Clasen2006-04-041-6/+1
* Support floating point arguments in goptionMatthias Clasen2006-03-271-0/+57
* Improve the description of parameter_string in the docs. (#336085, ClaudioMatthias Clasen2006-03-261-1/+17
* Only set the prgname if it hasn't been set before. (#334611, Chong KaiMatthias Clasen2006-03-151-11/+12
* Don't create the option_name twice. (#334519, Chris Wilson)Matthias Clasen2006-03-141-2/+0
* Set an error in all failure cases. (#324332, Tim-Philipp Müller)Matthias Clasen2005-12-181-2/+4
* Include glibintl.h, not gi18n.h, noticed by Dan Winship.Matthias Clasen2005-07-261-1/+1
* Warn if a short name is not acceptable.Matthias Clasen2005-07-131-2/+16
* Add and implement a new flag to turn off the automatic <groupname>-Matthias Clasen2005-07-121-41/+95
* Properly store changes for arrays. (#308528, Roger Leigh)Matthias Clasen2005-06-221-2/+2
* Pass the option name also in the NO_ARG case. (#308602, Masatake YAMATO)Matthias Clasen2005-06-221-2/+11
* Add G_OPTION_FLAG_NO_ARG and G_OPTION_FLAG_FILENAME to allow greaterMatthias Clasen2005-06-181-8/+23
* Set errno to 0 before calling strtol. (#306388, Morten Welinder)Matthias Clasen2005-06-091-5/+10
* initialize option_name before using it.Manish Singh2005-05-281-3/+3
* Return an error if an option is missing its argument. (#305576, BjörnMatthias Clasen2005-05-271-6/+16
* rest_description should be const.Manish Singh2005-05-251-1/+1
* If the remaining argument has an arg_description, display the synopsis asMatthias Clasen2005-05-251-1/+19
* Add a testcase.Matthias Clasen2005-05-061-1/+1
* Warn if there already is a main group. (#170445, Jeff Franks)Matthias Clasen2005-03-151-0/+7
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-141-2/+4
* Fix an error message. (#168751, Hazael Maldonado Torres)Matthias Clasen2005-03-081-1/+1