Age | Commit message (Expand) | Author |
2011-06-07 | revert 'rc' handling for now, as it breaks iaxclient. | Jasper Lievisse Adriaanse |
2011-06-07 | prevent stringize from messing up the Name field | Jasper Lievisse Adriaanse |
2011-06-07 | Don't try to parse the requirements for a module if only modversion or | Jasper Lievisse Adriaanse |
2011-06-06 | fix PKG_CONFIG_LOG as the first argument to beautify_list() was incorrect | Jasper Lievisse Adriaanse |
2011-06-06 | rename PKG_CONFIG_LOGFILE to PKG_CONFIG_LOG to match fd.o | Jasper Lievisse Adriaanse |
2011-06-06 | fix spello in...er...my own name. | Jasper Lievisse Adriaanse |
2011-06-06 | Add AUTHORS section | Jasper Lievisse Adriaanse |
2011-06-06 | - style tweaks by espie@ | Jasper Lievisse Adriaanse |
2011-06-06 | move simple numeric comparison to a single routine, instead of duplicating it | Jasper Lievisse Adriaanse |
2011-06-06 | also handle the 'rc' suffix | Jasper Lievisse Adriaanse |
2011-06-06 | First steps of teaching pkg-config about 'alpha' and 'beta' versions. | Jasper Lievisse Adriaanse |
2011-06-02 | Revert previous; changes linking order for pkg-config --libs, breaking X on VAX. | Stuart Henderson |
2011-05-25 | memoize handle_config; is not a slow routine per se, but we spend | Jasper Lievisse Adriaanse |
2011-05-18 | Simplify code in handle_config() by folding two almost identical | Jasper Lievisse Adriaanse |
2011-03-21 | fix audacity. Make specs like >= 0.14.2b kosher | Marc Espie |
2011-03-18 | - spelling | Jasper Lievisse Adriaanse |
2011-03-18 | - when a newer version of an installed package is requested, print the URL | Jasper Lievisse Adriaanse |
2011-03-18 | - assert copyright | Jasper Lievisse Adriaanse |
2011-03-18 | format the message when a module doesn't validate more like fd.o pkg-config, ... | Jasper Lievisse Adriaanse |
2011-03-18 | add a 'pc_path' variable to the pkg-config.pc cache entry. | Jasper Lievisse Adriaanse |
2011-03-18 | - add basic validation for .pc files, at least Name, Description and Version ... | Jasper Lievisse Adriaanse |
2011-03-18 | fix a small buglet when PKG_CONFIG_SYSROOT_DIR was set, it only handled the f... | Jasper Lievisse Adriaanse |
2011-03-18 | minor related tweaks: | Marc Espie |
2011-03-14 | - sync help() after recent additions | Jasper Lievisse Adriaanse |
2011-03-14 | whitespace cleanup | Jasper Lievisse Adriaanse |
2011-03-14 | - implement PKG_CONFIG_SYSROOT_DIR | Jasper Lievisse Adriaanse |
2011-03-10 | - make this easier to read | Jasper Lievisse Adriaanse |
2011-03-10 | - implement several more options that will be needed to bump to 0.24 | Jasper Lievisse Adriaanse |
2011-03-10 | - document all the environment variables that pkg-config honors | Jasper Lievisse Adriaanse |
2011-03-10 | honor PKG_CONFIG_DEBUG_SPEW, which is like our --debug option | Jasper Lievisse Adriaanse |
2011-03-07 | - style consistency | Jasper Lievisse Adriaanse |
2010-12-28 | - add /usr/lib/pkgconfig/ to the paths to look for .pc files, and search | Jasper Lievisse Adriaanse |
2010-09-29 | it's valid syntax for .pc files to have: | Jasper Lievisse Adriaanse |
2010-09-18 | claim that we are pkg-config 0.22; ok ajacoutot@ ckuethe@ | Stuart Henderson |
2010-09-03 | add an EXIT STATUS section for /usr/bin; | Jason McIntyre |
2009-06-21 | fix PKG_CONFIG_PATH handling per system/6174. tested with xenocara build | Chris Kuethe |
2008-10-26 | - make pkg-config recognize --short-errors | Jasper Lievisse Adriaanse |
2008-09-06 | Calling --help shouldn't be an error condition, so exit with status 0 | Simon Bertrang |
2008-08-21 | Add an optional separator to stringize() and use it from do_list() to | Simon Bertrang |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-03-15 | - add missing word: from alek; ok sturm | Jason McIntyre |
2007-02-18 | missing full stop; from Daniel Matic | Jason McIntyre |
2007-02-01 | handle errors reading .pc files in --list gracefully. | Marc Espie |
2006-12-16 | tweak slightly: not having the variable is okay, not finding the package | Marc Espie |
2006-12-16 | it's not an error for a variable not to be defined for some/all of the | Marc Espie |
2006-12-14 | do not display result if $rc != 0, fixes cases like | Marc Espie |
2006-12-14 | add PKG_CONFIG_LIBDIR, okay bernd@ | Marc Espie |
2006-12-10 | trivial change: comparing versions on a non-existent config is not a good | Marc Espie |
2006-12-09 | reorg code some more: | Marc Espie |
2006-12-04 | do the proper dance to order libary dependencies, let modversion do | Marc Espie |