History log of /netbsd/usr.bin/gzip/unxz.c (Results 1 – 8 of 8)
Revision Date Author Comments
# 205d86b7 06-Oct-2018 martin <martin@NetBSD.org>

Add -l support for xz files


# 1be7cf88 04-Aug-2017 mrg <mrg@NetBSD.org>

add SIGINFO support.


# 62e8ac64 29-Jan-2016 christos <christos@NetBSD.org>

remove clauses 3, 4


# 118b02b1 30-Sep-2011 christos <christos@NetBSD.org>

add copyright


# 3659503a 17-Aug-2011 christos <christos@NetBSD.org>

fix non-literal format strings


# 43f24acc 19-Jun-2011 christos <christos@NetBSD.org>

make this work:
- forgot to account for prelen in the input length
- deal with EOF properly


# df15b90a 19-Jun-2011 christos <christos@NetBSD.org>

- remove unused call
- read headers separately
- print error id.


# e9411397 19-Jun-2011 christos <christos@NetBSD.org>

Add lzma (.xz) support. Somehow this does not decode after the first read yet.