Age | Commit message (Expand) | Author |
2024-02-11 | In pkg-config, accept both "CFlags:" and "Cflags:" | George Koehler |
2023-09-22 | small speed increase: do not bother substituting variables if there are none. | Marc Espie |
2023-09-22 | significantly increase the speed of pkg-config by not going to the env | Marc Espie |
2023-06-08 | move to perl use v5.36 | Marc Espie |
2023-01-25 | Fix CVE-2023-24056, unbounded variable expansion in pkg-config. | Todd C. Miller |
2022-03-31 | man pages: add missing commas between subordinate and main clauses | Christian Weisgerber |
2021-12-26 | Fix unexpanded LOCALBASE and X11BASE | Klemens Nanni |
2020-09-15 | bump version to 0.29.2, of the changes upstream made between 0.29.1 and 0.29.2 | Jasper Lievisse Adriaanse |
2020-09-12 | trailing whitespace | Jasper Lievisse Adriaanse |
2019-12-08 | cosmetic changes to conform to style of other existing OpenBSD code. | Marc Espie |
2019-08-02 | add the missing .An -nosplit | Ingo Schwarze |
2019-02-04 | add support for defining variables through the environment | Jasper Lievisse Adriaanse |
2019-02-04 | implement compat with fd.o pkg-config 0.29.0: | Jasper Lievisse Adriaanse |
2018-05-18 | negative assertions only work well on constant-width regexp, do things | Marc Espie |
2017-08-26 | Don't remove subpaths of /usr/include or /usr/lib from the output of | Jonathan Gray |
2017-08-15 | Strip out -I/usr/include and -L/usr/lib from the --cflags/--libs output. | Jasper Lievisse Adriaanse |
2017-08-15 | remove vax leftover | Jasper Lievisse Adriaanse |
2016-08-07 | Update online manual path to man.openbsd.org. | Theo Buehler |
2015-10-26 | Don't reject properties with no whitespace after the colon; it's perfectly | Jasper Lievisse Adriaanse |
2015-10-11 | handle comma separated list of arguments, i.e. pkg-config --exists gcr-3,gcr-... | Jasper Lievisse Adriaanse |
2015-02-28 | Reduce usage of predefined strings in manpages. | Anthony J. Bentley |
2014-11-17 | Activate support for "package != version" requests, this time with | Jeremie Courreges-Anglas |
2014-11-02 | revert, i did NOT ok this diff which bears no proof of testing in a bulk or x... | Jasper Lievisse Adriaanse |
2014-11-02 | Allow for requests such as "foo != some.version". | Jeremie Courreges-Anglas |
2014-07-10 | fix version comparison for openssl-like versions (1.0.1g etc) | Jasper Lievisse Adriaanse |
2014-07-09 | small alignment tweak | Jasper Lievisse Adriaanse |
2014-03-31 | if it looks like a variable, expands like a variable and resolves like a | Jasper Lievisse Adriaanse |
2014-03-18 | zap "my $_" for reading STDIN. | Marc Espie |
2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | Ingo Schwarze |
2013-06-12 | drop any quotes from variables when pulling them out of the .pc file; | Jasper Lievisse Adriaanse |
2013-05-30 | adjust error message for empty files to display the full path to the file, | Jasper Lievisse Adriaanse |
2013-03-31 | m88k has shared libs now. | Brad Smith |
2013-03-28 | allow passing a full path to a .pc file, instead of just the module name. | Jasper Lievisse Adriaanse |
2012-12-10 | Document --{exact,max}-version | Jasper Lievisse Adriaanse |
2012-12-08 | fix a pasto which broke (or rather, disabled) --max-version | Jasper Lievisse Adriaanse |
2012-10-09 | - bump the version to match fd.o's 0.27.1 release. | Jasper Lievisse Adriaanse |
2012-10-09 | - also check Requires.private for --exists. | Jasper Lievisse Adriaanse |
2012-07-28 | Return a proper error message when we end up needed to parse | Jasper Lievisse Adriaanse |
2012-07-08 | zap weird precision (if provided) that's not really relevant to anything | Marc Espie |
2012-07-08 | Remove the "Variables" chapter from CAVEATS now that it's been fixed. | Antoine Jacoutot |
2012-07-08 | fix ajacoutot's whining (i wish...) | Marc Espie |
2012-07-04 | fix the static arch fix. don't remove duplicates, but don't forget to | Marc Espie |
2012-06-11 | move PkgConfig.pm where it belongs | Marc Espie |
2012-03-19 | GNU's pkg-config added PREFIX/share/pkgconfig/ as a search path 4 years | Antoine Jacoutot |
2011-11-17 | - Fix parts of xenocara on static arches such as vax. | Jasper Lievisse Adriaanse |
2011-09-25 | tweak previous; ok jasper | Jason McIntyre |
2011-09-20 | add a blurb to caveats about variable expansions to multiple values | Jasper Lievisse Adriaanse |
2011-07-08 | - pretend we're 0.26. there were no changes in 0.26 that | Jasper Lievisse Adriaanse |
2011-06-25 | add CAVEATS section explaining some of the differences between this | Jasper Lievisse Adriaanse |
2011-06-20 | - Adjust Getopts() hash to align options with values. | Jasper Lievisse Adriaanse |