Package: hidrd / 0.2.0-11

Metadata

Package Version Patches format
hidrd 0.2.0-11 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Remove m4 autoconf from Makefile.am.patch | (download)

Makefile.am | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 remove m4/autoconf from makefile.am.


0002 Remove hard coded compile flags.patch | (download)

configure.ac | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 remove hard-coded compile flags.


0003 Use signedness safe prototypes to vararg printer.patch | (download)

include/hidrd/util/num.h | 21 13 + 8 - 0 !
lib/fmt/spec/snk/item.c | 8 4 + 4 - 0 !
lib/fmt/xml/snk/item.c | 20 10 + 10 - 0 !
lib/util/num.c | 22 17 + 5 - 0 !
lib/util/num_test.c | 30 15 + 15 - 0 !
5 files changed, 59 insertions(+), 42 deletions(-)

 use signedness-safe prototypes to vararg printer.