2025-02-17 22:53:16 +01:00
|
|
|
2024-01-18 Antonio Diaz Diaz <antonio@gnu.org>
|
|
|
|
|
|
|
|
* Version 0.8 released.
|
|
|
|
* main.c: Reformat file diagnostics as 'PROGRAM: FILE: MESSAGE'.
|
|
|
|
(getnum): Show option name and valid range if error.
|
|
|
|
(show_option_error): New function showing argument and option name.
|
|
|
|
(main): Make -o preserve date/mode/owner if 1 input file.
|
|
|
|
* lzip.h: Rename verify_* to check_*.
|
|
|
|
* configure, Makefile.in: New variable 'MAKEINFO'.
|
|
|
|
* INSTALL: Document use of CFLAGS+='--std=c99 -D_XOPEN_SOURCE=500'.
|
|
|
|
|
2025-02-17 22:51:57 +01:00
|
|
|
2021-01-01 Antonio Diaz Diaz <antonio@gnu.org>
|
|
|
|
|
|
|
|
* Version 0.7 released.
|
|
|
|
* main.c (main): Do not open output if input is a terminal.
|
|
|
|
|
2025-02-17 22:51:44 +01:00
|
|
|
2020-06-24 Antonio Diaz Diaz <antonio@gnu.org>
|
|
|
|
|
|
|
|
* Version 0.6 released.
|
|
|
|
* Make '-o' behave like '-c', but writing to file instead of stdout.
|
|
|
|
* in_place.c: Multimember decompression should now work for any file
|
|
|
|
that fits in memory and is smaller than (LONG_MAX - extra_bytes).
|
|
|
|
* README: Add an analysis of the in-place decompression.
|
|
|
|
|
2025-02-17 22:51:25 +01:00
|
|
|
2020-04-27 Antonio Diaz Diaz <antonio@gnu.org>
|
|
|
|
|
|
|
|
* Version 0.5 released.
|
|
|
|
* lzip_decompress module updated to version 5.4.18.
|
|
|
|
* main.c (main): Report an error if a file name is empty.
|
|
|
|
* Replace 'decompressed', 'compressed' with 'out', 'in' in output.
|
|
|
|
* Decompression speed has been slightly increased.
|
|
|
|
* Fix a compilation error with GCC 10. (Reported by Daniel Baumann).
|
|
|
|
* main.c: Set a valid invocation_name even if argc == 0.
|
|
|
|
* Document extraction from tar.lz in '--help' output and man page.
|
|
|
|
* main.c: Compile on DOS with DJGPP.
|
2025-02-17 22:53:16 +01:00
|
|
|
* configure: Accept appending to CFLAGS; 'CFLAGS+=OPTIONS'.
|
2025-02-17 22:51:25 +01:00
|
|
|
* testsuite: Add 9 new test files.
|
|
|
|
|
2025-02-17 22:49:41 +01:00
|
|
|
2018-09-18 Antonio Diaz Diaz <antonio@gnu.org>
|
|
|
|
|
|
|
|
* Version 0.4 released.
|
|
|
|
* lzip_decompress module updated to version 4.18.1-2.
|
2025-02-17 22:51:25 +01:00
|
|
|
* lzip.c: Rename to lzip_decompress.c.
|
|
|
|
* lzip_decompress.c (LZd_init): Fix a warning on 32 bit systems.
|
2025-02-17 22:49:41 +01:00
|
|
|
* in_place.c (set_file_sizes): Skip trailing zeros efficiently.
|
2025-02-17 22:51:25 +01:00
|
|
|
* main.c (main): Check return value of close( infd ).
|
2025-02-17 22:49:41 +01:00
|
|
|
* INSTALL: Document use of '-D __USE_MINGW_ANSI_STDIO'.
|
|
|
|
|
2025-02-17 22:46:39 +01:00
|
|
|
2018-07-10 Antonio Diaz Diaz <antonio@gnu.org>
|
|
|
|
|
|
|
|
* Version 0.3 released.
|
2025-02-17 22:49:41 +01:00
|
|
|
* lzip_decompress module updated to version 4.14.40-3.
|
2025-02-17 22:46:39 +01:00
|
|
|
* lzip.c: Use a precalculated CRC table as lzlib does.
|
|
|
|
|
|
|
|
2018-07-09 Antonio Diaz Diaz <antonio@gnu.org>
|
|
|
|
|
|
|
|
* Version 0.2 released.
|
|
|
|
* lzip_decompress module updated to version 4.14.40-2.
|
2025-02-17 22:51:25 +01:00
|
|
|
* Improve corrupt header detection to HD=3.
|
2025-02-17 22:46:39 +01:00
|
|
|
* --in-place now works with both --decompress and --test.
|
|
|
|
* main.c: Show final diagnostic when testing multiple files.
|
|
|
|
|
|
|
|
2018-06-30 Antonio Diaz Diaz <antonio@gnu.org>
|
|
|
|
|
|
|
|
* Version 0.1 released.
|
|
|
|
* Initial release.
|
|
|
|
* Tests the code shipped in linux patches before june 2018.
|
|
|
|
|
|
|
|
|
2025-02-17 22:53:16 +01:00
|
|
|
Copyright (C) 2016-2024 Antonio Diaz Diaz.
|
2025-02-17 22:46:39 +01:00
|
|
|
|
|
|
|
This file is a collection of facts, and thus it is not copyrightable,
|
2025-02-17 22:51:25 +01:00
|
|
|
but just in case, you have unlimited permission to copy, distribute, and
|
2025-02-17 22:46:39 +01:00
|
|
|
modify it.
|