xz/src
Jia Tan 27ab54af84 liblzma: Make parameter names in function definition match declaration.
lzma_raw_encoder() and lzma_raw_encoder_init() used "options" as the
parameter name instead of "filters" (used by the declaration). "filters"
is more clear since the parameter represents the list of filters passed
to the raw encoder, each of which contains filter options.
2023-12-22 20:02:06 +08:00
..
common tuklib_integer: Fix typo discovered by codespell. 2023-12-22 20:02:06 +08:00
liblzma liblzma: Make parameter names in function definition match declaration. 2023-12-22 20:02:06 +08:00
lzmainfo xz, xzdec, lzmainfo: Use tuklib_attr_noreturn. 2023-10-31 01:03:25 +08:00
scripts xzdiff: Add support for .lz files. 2022-11-11 13:16:21 +02:00
xz xz: Use is_tty() in message.c. 2023-12-22 20:02:06 +08:00
xzdec xz, xzdec, lzmainfo: Use tuklib_attr_noreturn. 2023-10-31 01:03:25 +08:00
Makefile.am Build: Prepare to support Automake's subdir-objects. 2014-10-29 21:15:35 +02:00