[xz-devel] Sync manual page and --help

2013-04-09 Thread Pavel Raiskup
Hi, there was done regular man/--help scan in Fedora and there were found several inconsistencies in xz package. Some of them I'll fix in Fedora using this patch (could you consider it also upstream?): [PATCH] doc: man and --help/--long-help sync Feel free to pick whatever part of this patch.

[xz-devel] [PATCH] silence some static analysis warnings

2018-07-25 Thread Pavel Raiskup
ShellCheck dislikes unused variables in 'read unused_var', rather use 'read _'. Drop always-true condition in src/liblzma/common/index.c that made Coverity think that the 'newg' might leak out. --- src/liblzma/common/index.c | 3 +-- src/scripts/xzless.in | 2 +- 2 files changed, 2