Imported Upstream version 2.72.3
[platform/upstream/glib.git] / glib / goption.c
2024-01-03 Karol LewandowskiImported Upstream version 2.72.3
2021-10-29 DongHun KwakImported Upstream version 2.69.0 upstream/2.69.0
2021-10-29 DongHun KwakImported Upstream version 2.67.1 upstream/2.67.1
2021-10-29 DongHun KwakImported Upstream version 2.65.3 upstream/2.65.3
2021-10-29 DongHun KwakImported Upstream version 2.65.0 upstream/2.65.0
2021-10-29 DongHun KwakImported Upstream version 2.64.5 upstream/2.64.5
2019-12-03 Hyunjee KimImported Upstream version 2.62.3 upstream/2.62.3
2019-12-03 Hyunjee KimImported Upstream version 2.61.3
2019-12-03 Hyunjee KimImported Upstream version 2.61.1
2019-12-03 Hyunjee KimImported Upstream version 2.61.0
2019-12-03 Hyunjee KimImported Upstream version 2.59.1
2019-12-03 Hyunjee KimImported Upstream version 2.57.2
2019-12-03 Hyunjee KimImported Upstream version 2.55.0
2017-09-29 DongHun KwakImported Upstream version 2.53.3 77/153577/1
2017-05-19 DongHun KwakImported Upstream version 2.51.1 03/130003/1
2017-05-19 DongHun KwakImported Upstream version 2.51.0 02/130002/1
2017-02-03 DongHun KwakImported Upstream version 2.50.2 02/112802/1 upstream/2.50.2
2016-05-10 Ryan LortieImported Upstream version 2.48.0 68/68868/1
2015-07-27 Matthias ClasenGOptionContext: Don't crash without main group
2015-05-25 Matthias ClasenGOptionContext: Improve help in simple cases
2015-02-11 Bastien Noceragoption: Add boxed type for GOptionGroup
2014-12-12 Xavier ClaessensDoc: glib: Fix all undocumented/unused/undeclared symbols
2014-10-20 Ryan LortieGOption: stop calling getopt()
2014-10-15 Ryan LortieGOption: add strict posix mode
2014-06-22 Philip Withnallgoption: Remove an unused assignment
2014-05-06 Kjell Ahlstedtgoption: Don't include parsed option values in G_OPTION...
2014-04-20 Antoine Jacoutotplatform_get_argv0: drop unneeded headers for OpenBSD
2014-02-20 William Jon McCanndocs: use "Returns:" consistently
2014-02-15 Matthias Clasendocs: let go of *
2014-02-08 Matthias ClasenEradicate links and xrefs
2014-02-06 Matthias ClasenStop using replaceable tags
2014-02-06 Matthias ClasenDocs: replace <literal> by `
2014-02-06 Matthias ClasenDocs: don't use option tags
2014-02-06 Matthias ClasenUse a code block instead of <screen>
2014-02-06 Ryan LortieGOption: fix bug in strv mode
2014-02-01 Matthias ClasenAnnotate all examples with their language
2014-02-01 Matthias ClasenDocs: Big entity cleanup
2014-02-01 Matthias Clasengoption: Convert docs to markdown
2014-02-01 Matthias ClasenDocs: Convert examples to |[ ]|
2014-02-01 Matthias ClasenDocs: Don't use the emphasis tag
2014-01-31 Daniel MustielesUpdated FSF's address
2014-01-23 Chun-wei Fanglib/goption.c: Fix build on MSVC
2014-01-18 Ryan LortieGOptionContext: add some notes about encodings
2014-01-18 Ryan Lortieg_option_context_parse_strv: use UTF-8 on Windows
2014-01-17 Ryan LortieGOption: don't use "rand" in code example
2014-01-10 Ryan LortieGOptionContext: add memory-friendly parse mode
2013-04-12 Marek KasikDon't show help options when help is disabled
2013-03-18 Christian Perschgoption: g_option_context_new allows NULL for parameter...
2013-02-03 Dan Winshipg_option_context_help: don't modify the input data
2012-08-28 Cosimo Cecchiglib: don't quote quark names for G_DEFINE_QUARK
2012-08-28 Matthias ClasenUse G_DEFINE_QUARK for GLib's own quarks
2012-07-10 Antoine Jacoutotgoptions: use G_N_ELEMENTS instead of nitems
2012-07-08 Antoine JacoutotOpenBSD: explicitely define nitems
2012-06-29 Matthias ClasenGOptionContext: Don't show headings without options
2012-06-11 Matthias ClasenFix a typo
2012-04-30 Dan Winshipfix warnings
2012-04-04 Matthias ClasenRemove a bit of unused code
2012-03-31 Robert AncellAdd missing allow-none annotations for function parameters.
2012-02-26 Stefan Sauergoption: try to be helpful in goption args/flag checks
2012-01-30 Antoine Jacoutotgoption: implement platform_get_argv0() for OpenBSD
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2012-01-03 Javier Jardónglib/*: Use g_list_free_full()
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-06-09 Ryan LortieRemove all uses of G_CONST_RETURN
2011-06-07 Colin WaltersUpdate annotations from gobject-introspection/gir/glib...
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-03-31 Colin Waltersgoption: [linux] Look in /proc/self/cmdline for argv0...
2011-03-15 Emmanuele BassiRevert "Remove all uses of G_CONST_RETURN"
2011-03-15 Ryan LortieRemove all uses of G_CONST_RETURN
2011-02-25 Matthias ClasenGOptionContext: Warn about invalid arg/flag combinations
2011-02-25 Matthias ClasenTreat optional arguments the same for long and short...
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-09-17 Ryan LortieDeal with gtk-doc's insane sensitivty to spaces
2010-09-04 Matthias ClasenRemove excessive header includes
2010-08-05 Matthias ClasenAdd a not about arguments beginning with dashes
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)
next