Make -e option orthogonal to other filter options
modified libpkg/pkg.h.in
@@ -189,10 +189,6 @@ typedef enum {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -909,8 +905,12 @@ bool pkgdb_case_sensitive(void);
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified libpkg/pkg_jobs.c
@@ -70,6 +70,8 @@ extern struct pkg_ctx ctx;
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -801,7 +803,7 @@ pkg_jobs_has_replacement(struct pkg_jobs *j, const char *uid)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -814,7 +816,7 @@ pkg_jobs_try_remote_candidate(struct pkg_jobs *j, const char *pattern,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -868,7 +870,7 @@ pkg_jobs_guess_upgrade_candidate(struct pkg_jobs *j, const char *pattern)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -891,12 +893,12 @@ pkg_jobs_guess_upgrade_candidate(struct pkg_jobs *j, const char *pattern)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -911,7 +913,7 @@ pkg_jobs_guess_upgrade_candidate(struct pkg_jobs *j, const char *pattern)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -989,6 +991,12 @@ pkg_jobs_find_upgrade(struct pkg_jobs *j, const char *pattern, match_t m)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -1460,7 +1468,7 @@ jobs_solve_autoremove(struct pkg_jobs *j)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1584,7 +1592,7 @@ jobs_solve_full_upgrade(struct pkg_jobs *j)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/pkgdb.c
@@ -3107,8 +3107,8 @@ pkgdb_begin_solver(struct pkgdb *db)
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/pkgdb_query.c
@@ -79,9 +79,9 @@ pkgdb_get_pattern_query(const char *pattern, match_t match)
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -90,9 +90,9 @@ pkgdb_get_pattern_query(const char *pattern, match_t match)
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -103,8 +103,8 @@ pkgdb_get_pattern_query(const char *pattern, match_t match)
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -114,24 +114,21 @@ pkgdb_get_pattern_query(const char *pattern, match_t match)
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -144,14 +141,24 @@ pkgdb_query(struct pkgdb *db, const char *pattern, match_t match)
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -159,12 +166,18 @@ pkgdb_query(struct pkgdb *db, const char *pattern, match_t match)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -335,7 +348,7 @@ pkgdb_query_provide(struct pkgdb *db, const char *req)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -348,7 +361,7 @@ pkgdb_repo_query(struct pkgdb *db, const char *pattern, match_t match,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -357,6 +370,12 @@ pkgdb_repo_query(struct pkgdb *db, const char *pattern, match_t match,
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/private/pkg.h
@@ -565,7 +565,7 @@ struct pkg_repo_ops {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/repo/binary/binary.h
@@ -40,7 +40,7 @@ int pkg_repo_binary_create(struct pkg_repo *repo);
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/repo/binary/init.c
@@ -386,7 +386,7 @@ pkg_repo_binary_open(struct pkg_repo *repo, unsigned mode)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/repo/binary/query.c
@@ -96,7 +96,7 @@ pkg_repo_binary_it_reset(struct pkg_repo_it *it)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -122,7 +122,7 @@ pkg_repo_binary_query(struct pkg_repo *repo, const char *pattern, match_t match)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -267,10 +267,6 @@ pkg_repo_binary_search_how(match_t match)
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
modified src/lock.c
@@ -154,7 +154,7 @@ list_locked(struct pkgdb *db, bool has_locked)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/query.c
@@ -127,7 +127,7 @@ format_str(struct pkg *pkg, xstring *dest, const char *qstr, const void *data)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -869,7 +869,9 @@ exec_query(int argc, char **argv)
|
|
|
|
|
|
| + | |
|
|
| + | |
|
|
|
|
|
@@ -893,7 +895,6 @@ exec_query(int argc, char **argv)
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -923,7 +924,7 @@ exec_query(int argc, char **argv)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -995,49 +996,38 @@ exec_query(int argc, char **argv)
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| - | |
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
| + | |
| + | |
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/rquery.c
@@ -146,7 +146,6 @@ exec_rquery(int argc, char **argv)
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -183,7 +182,7 @@ exec_rquery(int argc, char **argv)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -234,13 +233,13 @@ exec_rquery(int argc, char **argv)
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -260,7 +259,7 @@ exec_rquery(int argc, char **argv)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|