Merging upstream version 1.10.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e55f382512
commit
4054f301c8
29 changed files with 134 additions and 131 deletions
18
ChangeLog
18
ChangeLog
|
@ -1,12 +1,20 @@
|
|||
2021-01-05 Antonio Diaz Diaz <antonio@gnu.org>
|
||||
|
||||
* Version 1.10 released.
|
||||
* zdiff.cc (set_fifonames): Encode pid in little endian order.
|
||||
* zupdate.cc (zupdate_file): Fix a portability issue with Solaris 10.
|
||||
* zutils.texi: Document that 'zgrep -L' fails with GNU grep 3.2 to 3.4.
|
||||
* check.sh: Test empty input files with all tools except zupdate.
|
||||
|
||||
2020-06-27 Antonio Diaz Diaz <antonio@gnu.org>
|
||||
|
||||
* Version 1.9 released.
|
||||
* zcmp.cc zdiff.cc: Read standard input only if requested.
|
||||
* zcmp.cc, zdiff.cc: Read standard input only if requested.
|
||||
* zdiff.cc (main): Pass options '-W' and '-y' to diff.
|
||||
* zutils.cc (test_format): Detect bzip2 and lzip files better.
|
||||
* ztest.cc (main): Continue testing if any input file is a terminal.
|
||||
If verbosity >= 1, print number of files that failed the test.
|
||||
* zcat.cc zgrep.cc ztest.cc (main): Check return value of close( infd ).
|
||||
* zcat.cc, zgrep.cc, ztest.cc (main): Check return value of close(infd).
|
||||
* zutils.cc (good_status): Ignore trailing data remaining in feeder.
|
||||
* zupdate.cc (zupdate_file): Support new and old lzip option '-o'.
|
||||
Keep combined extensions: tgz, tbz, tbz2, txz --> tlz.
|
||||
|
@ -47,7 +55,7 @@
|
|||
|
||||
* Version 1.5 released.
|
||||
* zupdate.cc (zupdate_file): Pass '-q' to zcmp if verbosity < 0.
|
||||
* zcat.cc zgrep.cc ztest.cc (main): Don't use stdin more than once.
|
||||
* zcat.cc, zgrep.cc, ztest.cc (main): Don't use stdin more than once.
|
||||
* zdiff.cc (set_fifonames): Use '_' if both names are different.
|
||||
* configure: Avoid warning on some shells when testing for g++.
|
||||
* Makefile.in: Detect the existence of install-info.
|
||||
|
@ -92,7 +100,7 @@
|
|||
* main.cc (main): Make 'grep_show_name' tri-state so that file
|
||||
name is no prefixed to output by default when searching one
|
||||
file and '--recursive' has not been selected.
|
||||
* Zgrep: Fix output of option '-L' (it behaved like '-l').
|
||||
* zgrep.cc: Fix output of option '-L' (it behaved like '-l').
|
||||
* zcmp.cc: Fix deadlock when option '-n' is used.
|
||||
* zdiff.cc (set_data_feeder): Call compressor with option '-q'
|
||||
only if verbosity < 0.
|
||||
|
@ -172,7 +180,7 @@
|
|||
* Version 0.1 released.
|
||||
|
||||
|
||||
Copyright (C) 2009-2020 Antonio Diaz Diaz.
|
||||
Copyright (C) 2009-2021 Antonio Diaz Diaz.
|
||||
|
||||
This file is a collection of facts, and thus it is not copyrightable,
|
||||
but just in case, you have unlimited permission to copy, distribute, and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue