summaryrefslogtreecommitdiff
path: root/glib/goption.c
Commit message (Expand)AuthorAgeFilesLines
* GOptionContext: Don't crash without main groupMatthias Clasen2015-07-271-2/+2
* GOptionContext: Improve help in simple casesMatthias Clasen2015-05-251-3/+9
* goption: Add boxed type for GOptionGroupBastien Nocera2015-02-111-22/+63
* Doc: glib: Fix all undocumented/unused/undeclared symbolsXavier Claessens2014-12-121-0/+3
* GOption: stop calling getopt()Ryan Lortie2014-10-201-12/+3
* GOption: add strict posix modeRyan Lortie2014-10-151-0/+72
* goption: Remove an unused assignmentPhilip Withnall2014-06-221-2/+2
* goption: Don't include parsed option values in G_OPTION_REMAININGKjell Ahlstedt2014-05-051-0/+1
* platform_get_argv0: drop unneeded headers for OpenBSDAntoine Jacoutot2014-04-201-5/+6
* docs: use "Returns:" consistentlyWilliam Jon McCann2014-02-191-3/+3
* docs: let go of *Matthias Clasen2014-02-141-5/+5
* Eradicate links and xrefsMatthias Clasen2014-02-081-2/+1
* Stop using replaceable tagsMatthias Clasen2014-02-061-13/+9
* Docs: replace <literal> by `Matthias Clasen2014-02-061-6/+6
* Docs: don't use option tagsMatthias Clasen2014-02-061-32/+27
* Use a code block instead of <screen>Matthias Clasen2014-02-061-2/+2
* GOption: fix bug in strv modeRyan Lortie2014-02-061-4/+6
* Annotate all examples with their languageMatthias Clasen2014-02-011-2/+2
* Docs: Big entity cleanupMatthias Clasen2014-02-011-4/+4
* goption: Convert docs to markdownMatthias Clasen2014-02-011-13/+13
* Docs: Convert examples to |[ ]|Matthias Clasen2014-01-311-3/+2
* Docs: Don't use the emphasis tagMatthias Clasen2014-01-311-3/+3
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* glib/goption.c: Fix build on MSVCChun-wei Fan2014-01-231-2/+2
* GOptionContext: add some notes about encodingsRyan Lortie2014-01-171-0/+51
* g_option_context_parse_strv: use UTF-8 on WindowsRyan Lortie2014-01-171-4/+33
* GOption: don't use "rand" in code exampleRyan Lortie2014-01-161-2/+2
* GOptionContext: add memory-friendly parse modeRyan Lortie2014-01-101-0/+43
* Don't show help options when help is disabledMarek Kasik2013-04-121-10/+16
* goption: g_option_context_new allows NULL for parameter_stringChristian Persch2013-03-181-1/+1
* g_option_context_help: don't modify the input dataDan Winship2013-02-031-12/+30
* glib: don't quote quark names for G_DEFINE_QUARKCosimo Cecchi2012-08-281-1/+1
* Use G_DEFINE_QUARK for GLib's own quarksMatthias Clasen2012-08-281-6/+1
* goptions: use G_N_ELEMENTS instead of nitemsAntoine Jacoutot2012-07-101-5/+1
* OpenBSD: explicitely define nitemsAntoine Jacoutot2012-07-081-0/+4
* GOptionContext: Don't show headings without optionsMatthias Clasen2012-06-291-0/+2
* Fix a typoMatthias Clasen2012-06-111-2/+2
* fix warningsDan Winship2012-04-301-1/+0
* Remove a bit of unused codeMatthias Clasen2012-04-041-29/+9
* Add missing allow-none annotations for function parameters.Robert Ancell2012-03-311-14/+14
* goption: try to be helpful in goption args/flag checksStefan Sauer2012-02-261-4/+7
* goption: implement platform_get_argv0() for OpenBSDAntoine Jacoutot2012-01-301-1/+30
* glib/*: Use g_list_free_full()Javier Jardón2012-01-031-2/+1
* Remove all uses of G_CONST_RETURNRyan Lortie2011-06-091-2/+2
* Update annotations from gobject-introspection/gir/glib-2.0.cColin Walters2011-06-071-2/+2
* goption: [linux] Look in /proc/self/cmdline for argv0 if not specifiedColin Walters2011-03-311-7/+43
* Revert "Remove all uses of G_CONST_RETURN"Emmanuele Bassi2011-03-151-2/+2
* Remove all uses of G_CONST_RETURNRyan Lortie2011-03-151-2/+2
* GOptionContext: Warn about invalid arg/flag combinationsMatthias Clasen2011-02-251-6/+19
* Treat optional arguments the same for long and short optionsMatthias Clasen2011-02-251-3/+2