Add %Q to print altabi
modified libpkg/pkg_printf.c
@@ -447,6 +447,15 @@ static const struct pkg_printf_fmt fmt[] = {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -1378,6 +1387,17 @@ format_option_description(UT_string *buf, const void *data, struct percent_esc *
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/private/pkg_printf.h
@@ -108,6 +108,7 @@ typedef enum _fmt_code_t {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -217,6 +218,7 @@ _static UT_string *format_name(UT_string *, const void *, struct percent_esc *);
|
|
|
|
|
|
| + | |
|
|
|
|
|