2025-02-24 06:03:46 +01:00
|
|
|
2023-12-31 Antonio Diaz Diaz <antonio@gnu.org>
|
|
|
|
|
|
|
|
* Version 1.13-rc1 released.
|
|
|
|
* zutils.cc (test_format): Fix detection of bzip2 with no blocks.
|
|
|
|
* rc.h (format_order): Put fmt_gz before fmt_bz2.
|
|
|
|
* zcmpdiff.cc (open_other_instream): Try also other compressed formats.
|
|
|
|
* zcmp.cc (cmp): Report EOF on empty file like GNU cmp.
|
|
|
|
* zupdate.cc: Reformat file diagnostics as 'PROGRAM: FILE: MESSAGE'.
|
|
|
|
* Replace 'verify' with 'check'.
|
|
|
|
* configure, Makefile.in: New variable 'MAKEINFO'.
|
|
|
|
|
2025-02-24 06:02:43 +01:00
|
|
|
2023-01-07 Antonio Diaz Diaz <antonio@gnu.org>
|
2025-02-24 06:02:28 +01:00
|
|
|
|
2025-02-24 06:02:43 +01:00
|
|
|
* Version 1.12 released.
|
2025-02-24 06:02:28 +01:00
|
|
|
* zutilsrc: Rename to zutils.conf. Search for it in $XDG_CONFIG_HOME.
|
|
|
|
(Suggested by Adam Tuja).
|
|
|
|
* Allow '-O, --force-format' force also uncompressed format.
|
|
|
|
* zcmp.cc: New option '-H, --hexadecimal'.
|
|
|
|
Change long name of option '-s' to '--script'.
|
|
|
|
(Following a similar change made to GNU ed).
|
|
|
|
Assign short name '-q' to options '--quiet' and '--silent'.
|
|
|
|
Separate option '-l, --list' from '-v, --verbose'.
|
|
|
|
(cmp): Print byte and line in EOF message like GNU cmp.
|
2025-02-24 06:02:43 +01:00
|
|
|
* zgrep.cc: New options '-G, --basic-regexp', '--label=<label>',
|
|
|
|
'--line-buffered', '-P, --perl-regexp', '--silent',
|
|
|
|
'-T, --initial-tab', '-U, --binary'. (Reported by Chris Jamboretz).
|
|
|
|
New option '-Z, --null'. (Reported by Leah Neukirchen).
|
2025-02-24 06:02:28 +01:00
|
|
|
* ztest.cc: Exit with status 2 if a file has wrong extension.
|
2025-02-24 06:02:43 +01:00
|
|
|
* zupdate.cc: New options '-d, --destdir', '-e, --expand-extensions',
|
|
|
|
'-i, --ignore-errors'. ('-i' suggested by Antoni Sawicki).
|
2025-02-24 06:02:28 +01:00
|
|
|
(zupdate_file): Pass '-q -s' to zcmp if verbosity < 0.
|
2025-02-24 06:02:43 +01:00
|
|
|
* Support compress'd (.Z) files through gzip in all utilities.
|
2025-02-24 06:02:28 +01:00
|
|
|
* rc.cc (show_version): Print the versions of the compressors used.
|
|
|
|
(show_option_error): New function showing argument and option name.
|
|
|
|
* zutils.texi: Document that format is detected by its magic bytes.
|
|
|
|
* check.sh: Test tarlz (if available) as compressor for zupdate.
|
|
|
|
|
2025-02-24 06:00:56 +01:00
|
|
|
2022-01-25 Antonio Diaz Diaz <antonio@gnu.org>
|
|
|
|
|
|
|
|
* Version 1.11 released.
|
|
|
|
* zcmp.cc, zdiff.cc (main): Fix race returning 1 instead of 2 when a
|
|
|
|
compressor is not found or when the wrong format is forced.
|
|
|
|
* zcmp.cc (getnum): Show option name and valid range if error.
|
2025-02-24 06:01:55 +01:00
|
|
|
* All utilities: Show option name if error in option argument.
|
|
|
|
* Add support for zstd format to all utilities.
|
2025-02-24 06:00:56 +01:00
|
|
|
* 'zdiff -v -V' now prints the version of the diff program used.
|
|
|
|
* 'zgrep --verbose -V' now prints the version of the grep program used.
|
|
|
|
* zutils.texi: Document recompression of read-only files by linking.
|
|
|
|
* zutils.texi: Change GNU Texinfo category to 'Compression'.
|
|
|
|
(Reported by Alfred M. Szmidt).
|
|
|
|
|
2025-02-24 06:00:06 +01:00
|
|
|
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.
|
2025-02-24 06:01:55 +01:00
|
|
|
* check.sh: Test empty input files with all utilities except zupdate.
|
2025-02-24 06:00:06 +01:00
|
|
|
|
2025-02-24 05:59:37 +01:00
|
|
|
2020-06-27 Antonio Diaz Diaz <antonio@gnu.org>
|
|
|
|
|
|
|
|
* Version 1.9 released.
|
2025-02-24 06:00:06 +01:00
|
|
|
* zcmp.cc, zdiff.cc: Read standard input only if requested.
|
2025-02-24 05:59:37 +01:00
|
|
|
* 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.
|
2025-02-24 06:00:06 +01:00
|
|
|
* zcat.cc, zgrep.cc, ztest.cc (main): Check return value of close(infd).
|
2025-02-24 05:59:37 +01:00
|
|
|
* 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.
|
|
|
|
Quote file names in zcmp_command to allow file names with spaces.
|
|
|
|
* *.cc (main): Set a valid invocation_name even if argc == 0.
|
|
|
|
* zutils.texi: Improve descriptions of zcat, zcmp, and zdiff.
|
|
|
|
|
2025-02-24 05:58:06 +01:00
|
|
|
2019-01-01 Antonio Diaz Diaz <antonio@gnu.org>
|
|
|
|
|
|
|
|
* Version 1.8 released.
|
2025-02-24 05:59:37 +01:00
|
|
|
* zcat.cc: Fix a buffer overflow on outbuf when '-v' is used.
|
2025-02-24 05:58:06 +01:00
|
|
|
* zcat.cc (cat): A canary byte has been added to outbuf.
|
2025-02-24 05:59:37 +01:00
|
|
|
* New option '-R, --dereference-recursive'.
|
2025-02-24 05:58:06 +01:00
|
|
|
* Option '-r, --recursive' now skips symlinks.
|
|
|
|
* If no files and recursive, examine current working directory.
|
|
|
|
* recursive.cc (test_full_name): Detect directory loops.
|
|
|
|
* recursive.cc: Ignore directories if not --recursive.
|
|
|
|
* recursive.cc: Remove extra trailing slashes from directory args.
|
|
|
|
* zcatgrep.cc (open_instream): Show correct errno.
|
|
|
|
* zutils.cc (good_status): Wait for killed child.
|
2025-02-24 05:59:37 +01:00
|
|
|
* Test and document continuation or exit of zcat, zgrep, ztest,
|
2025-02-24 05:58:06 +01:00
|
|
|
and zupdate in case of error.
|
2025-02-24 06:00:56 +01:00
|
|
|
* configure: Accept appending to CXXFLAGS; 'CXXFLAGS+=OPTIONS'.
|
2025-02-24 05:58:06 +01:00
|
|
|
|
2025-02-24 05:56:09 +01:00
|
|
|
2018-02-13 Antonio Diaz Diaz <antonio@gnu.org>
|
|
|
|
|
|
|
|
* Version 1.7 released.
|
2025-02-24 05:59:37 +01:00
|
|
|
* zgrep.cc (main): Pass option '--color' to grep.
|
|
|
|
* check.sh: Add new tests for zgrep.
|
2025-02-24 05:56:09 +01:00
|
|
|
|
2025-02-24 05:54:41 +01:00
|
|
|
2017-04-05 Antonio Diaz Diaz <antonio@gnu.org>
|
|
|
|
|
|
|
|
* Version 1.6 released.
|
|
|
|
* zcmp.cc: Accept 'B' suffix in '--ignore-initial=1kB:1234B'.
|
2025-02-24 05:59:37 +01:00
|
|
|
* zutils.cc (feed_data): Show input file name in error messages.
|
2025-02-24 05:54:41 +01:00
|
|
|
|
2025-02-24 05:53:15 +01:00
|
|
|
2016-05-15 Antonio Diaz Diaz <antonio@gnu.org>
|
|
|
|
|
|
|
|
* Version 1.5 released.
|
|
|
|
* zupdate.cc (zupdate_file): Pass '-q' to zcmp if verbosity < 0.
|
2025-02-24 06:00:06 +01:00
|
|
|
* zcat.cc, zgrep.cc, ztest.cc (main): Don't use stdin more than once.
|
2025-02-24 05:53:15 +01:00
|
|
|
* 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.
|
2025-02-24 05:56:09 +01:00
|
|
|
* check.sh: A POSIX shell is required to run the tests.
|
2025-02-24 05:53:15 +01:00
|
|
|
|
2025-02-24 05:52:30 +01:00
|
|
|
2015-05-29 Antonio Diaz Diaz <antonio@gnu.org>
|
2025-02-24 05:51:15 +01:00
|
|
|
|
2025-02-24 05:52:30 +01:00
|
|
|
* Version 1.4 released.
|
2025-02-24 05:51:15 +01:00
|
|
|
* Option '--format' has been renamed to '-O, --force-format'.
|
2025-02-24 05:59:37 +01:00
|
|
|
* Add new option '-M, --format=<list>' to all utilities.
|
2025-02-24 05:52:30 +01:00
|
|
|
* zgrep.cc (main): Pass '-e' to grep if pattern begins with '-'.
|
2025-02-24 05:59:37 +01:00
|
|
|
* Makefile.in: New targets 'install*-compress'.
|
2025-02-24 05:51:15 +01:00
|
|
|
|
2025-02-24 05:49:37 +01:00
|
|
|
2014-08-30 Antonio Diaz Diaz <antonio@gnu.org>
|
2025-02-24 05:49:21 +01:00
|
|
|
|
2025-02-24 05:49:37 +01:00
|
|
|
* Version 1.3 released.
|
2025-02-24 05:59:37 +01:00
|
|
|
* check.sh: Fix two values of expected exit status.
|
2025-02-24 06:03:46 +01:00
|
|
|
* zutils.texi: Document that '--format' does not check format.
|
2025-02-24 05:59:37 +01:00
|
|
|
* Add two missing #includes.
|
|
|
|
* Change license to GPL version 2 or later.
|
2025-02-24 05:48:02 +01:00
|
|
|
|
2025-02-24 05:47:25 +01:00
|
|
|
2014-02-01 Antonio Diaz Diaz <antonio@gnu.org>
|
2025-02-24 05:45:59 +01:00
|
|
|
|
2025-02-24 05:47:25 +01:00
|
|
|
* Version 1.2 released.
|
2025-02-24 05:59:37 +01:00
|
|
|
* New utility; zupdate.
|
2025-02-24 06:01:55 +01:00
|
|
|
* Remove zutils executable. Utilities are now independent executables.
|
2025-02-24 05:59:37 +01:00
|
|
|
* zgrep.cc: Fix the exit status returned on error.
|
|
|
|
* zutils.texinfo: Rename to zutils.texi.
|
2025-02-24 05:45:19 +01:00
|
|
|
|
2025-02-24 05:44:55 +01:00
|
|
|
2013-08-02 Antonio Diaz Diaz <antonio@gnu.org>
|
2025-02-24 05:43:06 +01:00
|
|
|
|
2025-02-24 05:44:55 +01:00
|
|
|
* Version 1.1 released.
|
2025-02-24 05:59:37 +01:00
|
|
|
* Add options '--bz2', '--gz', '--lz', and '--xz' to all utilities.
|
|
|
|
* Add runtime configuration file 'zutilsrc'.
|
2025-02-24 05:43:06 +01:00
|
|
|
* New function 'good_status' checks exit status of all children.
|
2025-02-24 05:59:37 +01:00
|
|
|
* Fix all uses of decompressed/uncompressed in the documentation.
|
2025-02-24 05:43:06 +01:00
|
|
|
|
2025-02-24 05:42:37 +01:00
|
|
|
2013-05-31 Antonio Diaz Diaz <antonio@gnu.org>
|
2025-02-24 05:41:55 +01:00
|
|
|
|
2025-02-24 05:42:37 +01:00
|
|
|
* Version 1.0 released.
|
2025-02-24 05:59:37 +01:00
|
|
|
* Add new option '--format' to all utilities.
|
2025-02-24 06:02:28 +01:00
|
|
|
* main.cc (main): Make 'grep_show_name' tri-state so that file name
|
|
|
|
is not prefixed to the output by default when searching one file
|
|
|
|
and '--recursive' has not been selected.
|
2025-02-24 06:00:06 +01:00
|
|
|
* zgrep.cc: Fix output of option '-L' (it behaved like '-l').
|
2025-02-24 05:59:37 +01:00
|
|
|
* zcmp.cc: Fix deadlock when option '-n' is used.
|
2025-02-24 06:02:28 +01:00
|
|
|
* zdiff.cc (set_data_feeder): Call compressor with option '-q' only
|
|
|
|
if verbosity < 0.
|
2025-02-24 05:40:46 +01:00
|
|
|
* zutils.cc (set_data_feeder): Likewise.
|
2025-02-24 05:59:37 +01:00
|
|
|
* Change quote characters in messages as advised by GNU Standards.
|
2025-02-24 05:42:37 +01:00
|
|
|
* configure: Options now accept a separate argument.
|
2025-02-24 05:59:37 +01:00
|
|
|
Rename 'datadir' to 'datarootdir'. Ignore environment variables.
|
|
|
|
* Makefile.in: New target 'install-bin'.
|
2025-02-24 05:42:37 +01:00
|
|
|
* Use 'setmode' instead of '_setmode' on Windows and OS/2.
|
2025-02-24 05:59:37 +01:00
|
|
|
* zcat.cc (Line_number): Fix a portability issue with Solaris 9.
|
2025-02-24 05:40:46 +01:00
|
|
|
* INSTALL: Document installing zutils along with GNU gzip.
|
|
|
|
|
2025-02-24 05:15:36 +01:00
|
|
|
2011-01-11 Antonio Diaz Diaz <ant_diaz@teleline.es>
|
2025-02-24 05:07:04 +01:00
|
|
|
|
2025-02-24 05:15:36 +01:00
|
|
|
* Version 0.9 released.
|
2025-02-24 06:02:28 +01:00
|
|
|
* configure: New variables 'DIFF' and 'GREP'.
|
2025-02-24 05:59:37 +01:00
|
|
|
* zcmp.cc: Fix deadlock when files differ.
|
|
|
|
* zgrep.cc: Fix deadlock when binary file matches.
|
2025-02-24 05:07:04 +01:00
|
|
|
|
2025-02-24 05:04:07 +01:00
|
|
|
2010-11-15 Antonio Diaz Diaz <ant_diaz@teleline.es>
|
|
|
|
|
|
|
|
* Version 0.8 released.
|
2025-02-24 05:59:37 +01:00
|
|
|
* main.cc: New options '--zcat', '--zgrep', and '--ztest'.
|
2025-02-24 05:04:07 +01:00
|
|
|
* zcat.cc: New file implementing zcat+cat functionality in C++.
|
|
|
|
* zcmp.cc: New file implementing zcmp+cmp functionality in C++.
|
|
|
|
* doc/zcmp.1: New file.
|
2025-02-24 05:59:37 +01:00
|
|
|
* Remove files zcmp.in, zdiff.in.
|
2025-02-24 05:04:07 +01:00
|
|
|
* zdiff.cc: New file implementing zdiff functionality in C++.
|
|
|
|
* zgrep.cc: New file implementing zgrep functionality in C++.
|
|
|
|
* All mentions to zegrep and zfgrep have been removed from the
|
|
|
|
documentation because egrep and fgrep are deprecated.
|
|
|
|
* ztest.cc: New file implementing ztest functionality in C++.
|
2025-02-24 05:59:37 +01:00
|
|
|
* Makefile.in: Add quotes to directory names.
|
2025-02-24 05:56:09 +01:00
|
|
|
* check.sh: Use 'test.txt' instead of 'COPYING' for testing.
|
2025-02-24 06:03:46 +01:00
|
|
|
* configure: Remove environment safeguards as requested by
|
2025-02-24 05:00:59 +01:00
|
|
|
Richard Stallman. Now environment variables affect configure.
|
|
|
|
|
2025-02-24 04:58:43 +01:00
|
|
|
2009-10-21 Antonio Diaz Diaz <ant_diaz@teleline.es>
|
|
|
|
|
|
|
|
* Version 0.7 released.
|
2025-02-24 05:59:37 +01:00
|
|
|
* New utility; ztest.
|
|
|
|
* zcat.in: New option '-r, --recursive'.
|
2025-02-24 04:58:43 +01:00
|
|
|
|
2025-02-24 04:58:15 +01:00
|
|
|
2009-10-05 Antonio Diaz Diaz <ant_diaz@teleline.es>
|
|
|
|
|
|
|
|
* Version 0.6 released.
|
2025-02-24 06:00:56 +01:00
|
|
|
* zcat.in, zgrep.in: Remove again default compressor. The format of
|
|
|
|
the data read from stdin is now automatically detected.
|
2025-02-24 05:59:37 +01:00
|
|
|
* Makefile.in: Add option '--name' to help2man invocation.
|
2025-02-24 04:58:15 +01:00
|
|
|
|
2025-02-24 04:57:31 +01:00
|
|
|
2009-10-01 Antonio Diaz Diaz <ant_diaz@teleline.es>
|
|
|
|
|
|
|
|
* Version 0.5 released.
|
|
|
|
* zcat.in, zgrep.in: Read again data from stdin.
|
2025-02-24 05:59:37 +01:00
|
|
|
* Add again default compressor for stdin only.
|
2025-02-24 04:57:31 +01:00
|
|
|
|
2025-02-24 04:51:50 +01:00
|
|
|
2009-09-17 Antonio Diaz Diaz <ant_diaz@teleline.es>
|
|
|
|
|
|
|
|
* Version 0.4 released.
|
2025-02-24 05:59:37 +01:00
|
|
|
* Add two new utilities; zegrep and zfgrep.
|
|
|
|
* Add zutils executable which recognizes file formats.
|
2025-02-24 04:51:50 +01:00
|
|
|
|
|
|
|
2009-08-28 Antonio Diaz Diaz <ant_diaz@teleline.es>
|
2025-02-24 04:51:19 +01:00
|
|
|
|
|
|
|
* Version 0.3 released.
|
2025-02-24 05:59:37 +01:00
|
|
|
* Remove default compressor.
|
2025-02-24 05:53:15 +01:00
|
|
|
* zcat.in, zgrep.in: Don't read data from stdin.
|
2025-02-24 05:59:37 +01:00
|
|
|
* Update home page and mailing list addresses.
|
2025-02-24 04:51:19 +01:00
|
|
|
|
2025-02-24 04:42:45 +01:00
|
|
|
2009-08-13 Antonio Diaz Diaz <ant_diaz@teleline.es>
|
|
|
|
|
|
|
|
* Version 0.2 released.
|
2025-02-24 05:59:37 +01:00
|
|
|
* Add support for xz.
|
2025-02-24 04:42:45 +01:00
|
|
|
|
|
|
|
2009-08-07 Antonio Diaz Diaz <ant_diaz@teleline.es>
|
|
|
|
|
|
|
|
* Version 0.1 released.
|
|
|
|
|
|
|
|
|
2025-02-24 06:02:43 +01:00
|
|
|
Copyright (C) 2009-2023 Antonio Diaz Diaz.
|
2025-02-24 04:42:45 +01:00
|
|
|
|
|
|
|
This file is a collection of facts, and thus it is not copyrightable,
|
2025-02-24 05:59:37 +01:00
|
|
|
but just in case, you have unlimited permission to copy, distribute, and
|
2025-02-24 05:04:07 +01:00
|
|
|
modify it.
|