summaryrefslogtreecommitdiff
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
* Call setlocale in main functionTing-Wei Lan2019-06-231-0/+6
* Optimization to load only needed .pc filesMarco Diego Aurélio Mesquita2016-12-221-1/+1
* Sort --print-variables outputDan Nicholson2015-02-211-7/+10
* Add --validate option to check .pc syntax without dependenciesDan Nicholson2014-09-271-2/+9
* Allow errors in .pc files for --list-allDan Nicholson2013-05-171-0/+4
* Silence errors by default with --list-allDan Nicholson2013-05-171-15/+16
* Make the --define-prefix feature available on all platformsDan Nicholson2013-05-171-1/+1
* Allow more control of redefined prefix behaviorDan Nicholson2013-05-171-3/+7
* Flush stderr when not immediately exitingDan Nicholson2013-04-091-0/+2
* Fix handling of --print/silence-errors for all output optionsDan Nicholson2012-12-111-20/+16
* Enforce that only the first --atleast/exact/max-version option honoredDan Nicholson2012-12-111-1/+6
* Imply --exists when --atleast/exact/max-version passedDan Nicholson2012-12-111-3/+25
* Explicitly set --exists as the default optionDan Nicholson2012-12-111-0/+7
* Enforce exclusive output optionsDan Nicholson2012-12-111-0/+31
* Use flags for --cflags/--libs optionsDan Nicholson2012-12-111-47/+19
* Handle output mode options in callbackDan Nicholson2012-12-111-31/+77
* Convert ints used as bools to gbooleansDan Nicholson2012-12-111-22/+22
* Split out package processing to separate function to cleanup mainDan Nicholson2012-12-111-99/+89
* Cleanup local variable declarationsDan Nicholson2012-12-111-100/+101
* Convert to doubly-linked GListDan Nicholson2012-12-031-25/+25
* Allow all combinations of --cflags and --libs variantsDan Nicholson2012-11-031-46/+19
* Move --print-variables handling after --exists for consistencyDan Nicholson2012-10-301-16/+15
* Don't crash on --print-variables when there are no variablesDan Nicholson2012-10-131-3/+4
* Enable Requires and Requires.private for --existsDan Nicholson2012-07-111-2/+3
* Always use g_free when allocating memory from glibDan Nicholson2012-05-291-3/+3
* Don't use deprecated glib function to construct path on win32LRN2012-05-211-1/+42
* Kill unused result variableDan Nicholson2012-05-181-1/+0
* Convert to GOption for command line option parsingDan Nicholson2012-05-141-114/+102
* Unify handling of operator and command line option version checkingDan Nicholson2012-05-101-28/+20
* Revert "Print out \r\n on windows, not just \n"Dieter Verfaillie2012-05-051-4/+0
* Drop dead codeTollef Fog Heen2011-05-151-5/+0
* Add --print-provides and --print-requires(-private) optionsJohannes Schmid2010-05-101-1/+79
* Move popt to subdirectory and make a convenience library of itDan Nicholson2010-05-091-1/+1
* Add listing of variablesJorn Amundsen2010-05-091-1/+30
* Print out \r\n on windows, not just \nTollef Fog Heen2009-12-061-0/+4
* Fix up help for --silence-errorsTollef Fog Heen2009-12-061-2/+4
* Reduce the width of argumentsTollef Fog Heen2009-12-061-2/+2
* 2009-06-12 Tor Lillqvist <tml@iki.fi>Tollef Fog Heen2009-06-301-11/+0
* 2009-03-30 Tollef Fog Heen <tfheen@err.no>Tollef Fog Heen2009-03-301-0/+6
* 2009-03-30 Tollef Fog Heen <tfheen@err.no>Tollef Fog Heen2009-03-301-0/+7
* 2008-04-28 Tollef Fog Heen <tfheen@err.no>Tollef Fog Heen2008-04-281-1/+1
* 2008-03-23 Tollef Fog Heen <tfheen@err.no>Tollef Fog Heen2008-03-231-1/+28
* 2008-02-19 Tor Lillqvist <tml@novell.com>Tollef Fog Heen2008-03-231-54/+7
* 2008-03-23 Tollef Fog Heen <tfheen@err.no>Tollef Fog Heen2008-03-231-20/+20
* 2008-01-16 Tollef Fog Heen <tfheen@err.no>Tollef Fog Heen2008-01-161-0/+11
* 2006-08-16 Tollef Fog Heen <tfheen@err.no>Tollef Fog Heen2006-08-161-6/+5
* Try to print out all the errors and not just the first.Tollef Fog Heen2005-10-161-2/+11
* Add --short-errorsTollef Fog Heen2005-10-161-1/+7
* 2005-05-21 Tollef Fog Heen <tfheen@err.no>Arch Librarian2005-07-141-3/+10
* 2005-04-22 Tollef Fog Heen <tfheen@err.no>Arch Librarian2005-07-141-5/+12