summaryrefslogtreecommitdiff
path: root/glib/gshell.c
Commit message (Expand)AuthorAgeFilesLines
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* gshell: Mention handling of empty argv arrays in the documentationPhilip Withnall2022-02-111-1/+9
* docs: Break gtk-doc stanzas into paragraphsEmmanuele Bassi2021-08-021-31/+47
* Replace fallthrough comments with G_GNUC_FALLTHROUGHTimm Bäder2020-03-041-1/+1
* minor typos in the documentation (a/an)Дилян Палаузов2019-08-241-1/+1
* introspection: Add more filename type annotations for strings which can conta...Christoph Reiter2017-10-261-7/+7
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* License headers: "GLib" -> "This library"Sébastien Wilmet2017-01-041-9/+7
* Use Unicode in translatable stringsPiotr Drąg2016-10-121-4/+4
* Partly revert "glib: Add filename type annotations"Christoph Reiter2016-06-071-7/+7
* glib: Add filename type annotationsChristoph Reiter2016-06-041-7/+7
* glib: Add missing (nullable) and (optional) annotationsPhilip Withnall2015-11-071-3/+3
* doc: various improvementsSébastien Wilmet2014-06-291-3/+4
* docs: Fill in gshell long descriptionMatthias Clasen2014-05-311-1/+9
* docs: use "Returns:" consistentlyWilliam Jon McCann2014-02-191-3/+3
* Fix regression in g_shell_parse_argv()Alexander Larsson2012-09-131-4/+4
* gshell: Fix parsing of comments in command lines.Dominique Leuenberger2012-08-291-0/+18
* glib: don't quote quark names for G_DEFINE_QUARKCosimo Cecchi2012-08-281-1/+1
* Add missing includesMatthias Clasen2012-08-281-0/+1
* Use G_DEFINE_QUARK for GLib's own quarksMatthias Clasen2012-08-281-5/+1
* glib/*: Use g_slist_free_full() convenience functionJavier Jardón2012-01-051-10/+4
* g_shell_parse_argv: AnnotateColin Walters2011-05-311-2/+2
* Correct gtk-doc SECTION: syntaxJohan Dahlin2011-02-011-1/+1
* Build fixes for the fall-out of the inclusion changesEmmanuele Bassi2010-09-041-0/+1
* More include cleanupsMatthias Clasen2010-09-031-5/+4
* glib/: fully remove galias hacksRyan Lortie2010-07-071-4/+0
* Remove cases of ;;Matthias Clasen2010-07-051-1/+1
* GShell: move docs from tmpl to .cRyan Lortie2010-01-301-0/+22
* Bug 555311 – format not a string literal and no format argumentsChristian Persch2008-10-131-8/+8
* Fix gcc warningsMatthias Clasen2008-10-101-6/+6
* Use g_set_error_literal where appropriate. Patch from bug #535947.Christian Persch2008-06-161-4/+4
* Fix PLT issuesMatthias Clasen2006-09-301-1/+1
* Move short_month_names and long_month_names to bss.Matthias Clasen2006-04-041-4/+1
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-141-1/+4
* Implement the same PLT reduction technique used in GTK+:Matthias Clasen2004-09-161-0/+1
* Include a test involving consecutive backslashes followed by a non-escapedMatthias Clasen2004-08-011-3/+13
* Optimize the common cases (init == NULL or init == "") a bit. replace usesMatthias Clasen2003-03-301-2/+2
* Patch from Sven Neumann to make the include order consistent. (#71704)Owen Taylor2002-12-041-2/+3
* Fix memory leak. (#72990, Paoloo Maggi)Owen Taylor2002-02-281-0/+1
* Fix quoting of \' sequence (#72548, Christian Rose)Owen Taylor2002-02-251-1/+1
* 1.3.14GLIB_1_3_14Owen Taylor2002-02-171-0/+2
* Minor markup fixes.Matthias Clasen2001-12-161-2/+2
* note on how to free returned vectorHavoc Pennington2001-12-141-1/+1
* Added missing \ character.Darin Adler2001-08-191-1/+1
* add comment about shell quoting rules to the docs.Havoc Pennington2001-08-191-0/+7
* Cygwin support contributed by Stefan Ondrejicka <ondrej@idata.sk>.Tor Lillqvist2001-03-091-1/+1
* Add gettext support.Owen Taylor2001-01-161-1/+1
* Add new files.Havoc Pennington2000-10-091-0/+651