Merge pull request #475 from vstakhov/master
modified libpkg/pkg_repo.c
@@ -330,7 +330,7 @@ set_repo_user_version(sqlite3 *sqlite, const char *database, int reposcver)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified pkg/pkg-query.8
@@ -84,8 +84,10 @@ Prefix of the matched package
|
|
|
|
|
|
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -229,6 +231,8 @@ Prefix of the package (type string)
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified pkg/pkg-rquery.8
@@ -91,6 +91,8 @@ Prefix of the matched package
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -186,6 +188,8 @@ Prefix of the package (type string)
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified pkg/query.c
@@ -63,13 +63,14 @@ static struct query_flags accepted_query_flags[] = {
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -156,6 +157,11 @@ format_str(struct pkg *pkg, struct sbuf *dest, const char *qstr, void *data)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -360,6 +366,7 @@ print_query(struct pkg *pkg, char *qstr, char multiline)
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -511,6 +518,10 @@ format_sql_condition(const char *str, struct sbuf *sqlcond, bool for_remote)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified pkg/rquery.c
@@ -54,6 +54,7 @@ static struct query_flags accepted_rquery_flags[] = {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -62,7 +63,7 @@ static struct query_flags accepted_rquery_flags[] = {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|