2025-02-24 05:54:33 +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'.
|
|
|
|
* zutils.cc (feed_data): Show input filename in error messages.
|
|
|
|
|
2025-02-24 05:53:08 +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.
|
|
|
|
* 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.
|
|
|
|
* testsuite/check.sh: A POSIX shell is required to run the tests.
|
|
|
|
|
2025-02-24 05:52:24 +01:00
|
|
|
2015-05-29 Antonio Diaz Diaz <antonio@gnu.org>
|
2025-02-24 05:51:09 +01:00
|
|
|
|
2025-02-24 05:52:24 +01:00
|
|
|
* Version 1.4 released.
|
2025-02-24 05:51:09 +01:00
|
|
|
* Option '--format' has been renamed to '-O, --force-format'.
|
|
|
|
* Added new option '-M, --format=<list>' to all utilities.
|
2025-02-24 05:52:24 +01:00
|
|
|
* zgrep.cc (main): Pass '-e' to grep if pattern begins with '-'.
|
2025-02-24 05:51:09 +01:00
|
|
|
* Makefile.in: Added new targets 'install*-compress'.
|
|
|
|
|
2025-02-24 05:49:30 +01:00
|
|
|
2014-08-30 Antonio Diaz Diaz <antonio@gnu.org>
|
2025-02-24 05:49:11 +01:00
|
|
|
|
2025-02-24 05:49:30 +01:00
|
|
|
* Version 1.3 released.
|
2025-02-24 05:48:48 +01:00
|
|
|
* testsuite/check.sh: Fixed two values of expected exit status.
|
|
|
|
* zutils.texi: Documented that '--format' does not verify format.
|
2025-02-24 05:49:30 +01:00
|
|
|
* Added two missing #includes.
|
2025-02-24 05:47:56 +01:00
|
|
|
* License changed to GPL version 2 or later.
|
|
|
|
|
2025-02-24 05:46:38 +01:00
|
|
|
2014-02-01 Antonio Diaz Diaz <antonio@gnu.org>
|
2025-02-24 05:45:53 +01:00
|
|
|
|
2025-02-24 05:46:38 +01:00
|
|
|
* Version 1.2 released.
|
|
|
|
* Added new utility; zupdate.
|
2025-02-24 05:45:53 +01:00
|
|
|
* Removed zutils executable. Utils are now independent executables.
|
|
|
|
* zgrep.cc: Fixed the exit status returned on error.
|
2025-02-24 05:46:38 +01:00
|
|
|
* zutils.texinfo: Renamed to zutils.texi.
|
2025-02-24 05:45:13 +01:00
|
|
|
|
2025-02-24 05:44:16 +01:00
|
|
|
2013-08-02 Antonio Diaz Diaz <antonio@gnu.org>
|
2025-02-24 05:43:00 +01:00
|
|
|
|
2025-02-24 05:44:16 +01:00
|
|
|
* Version 1.1 released.
|
2025-02-24 05:43:00 +01:00
|
|
|
* Added options '--bz2', '--gz', '--lz' and '--xz' to all utilities.
|
|
|
|
* Added runtime configuration file 'zutilsrc'.
|
|
|
|
* New function 'good_status' checks exit status of all children.
|
2025-02-24 05:44:16 +01:00
|
|
|
* Fixed all uses of decompressed/uncompressed in the documentation.
|
2025-02-24 05:43:00 +01:00
|
|
|
|
2025-02-24 05:42:28 +01:00
|
|
|
2013-05-31 Antonio Diaz Diaz <antonio@gnu.org>
|
2025-02-24 05:41:46 +01:00
|
|
|
|
2025-02-24 05:42:28 +01:00
|
|
|
* Version 1.0 released.
|
|
|
|
* Added new option '--format' to all utilities.
|
|
|
|
* 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.
|
2025-02-24 05:41:46 +01:00
|
|
|
* Zgrep: Fixed output of option '-L' (it behaved like '-l').
|
2025-02-24 05:42:28 +01:00
|
|
|
* zcmp.cc: Fixed deadlock when '-n' option is used.
|
2025-02-24 05:43:00 +01:00
|
|
|
* zdiff.cc (set_data_feeder): Call compressor with option "-q"
|
2025-02-24 05:40:39 +01:00
|
|
|
only if verbosity < 0.
|
|
|
|
* zutils.cc (set_data_feeder): Likewise.
|
|
|
|
* Changed quote characters in messages as advised by GNU Standards.
|
2025-02-24 05:42:28 +01:00
|
|
|
* configure: Options now accept a separate argument.
|
|
|
|
* configure: 'datadir' renamed to 'datarootdir'.
|
|
|
|
* Makefile.in: Added new target 'install-bin'.
|
|
|
|
* Use 'setmode' instead of '_setmode' on Windows and OS/2.
|
|
|
|
* zcat.cc (Line_number): Fixed a portability issue with Solaris 9.
|
2025-02-24 05:40:39 +01:00
|
|
|
* INSTALL: Document installing zutils along with GNU gzip.
|
|
|
|
|
2025-02-24 05:12:08 +01:00
|
|
|
2011-01-11 Antonio Diaz Diaz <ant_diaz@teleline.es>
|
2025-02-24 05:04:54 +01:00
|
|
|
|
2025-02-24 05:12:08 +01:00
|
|
|
* Version 0.9 released.
|
2025-02-24 05:40:39 +01:00
|
|
|
* configure: Added new options 'DIFF' and 'GREP'.
|
2025-02-24 05:04:54 +01:00
|
|
|
* zcmp.cc: Fixed deadlock when files differ.
|
|
|
|
* zgrep.cc: Fixed deadlock when binary file matches.
|
|
|
|
|
2025-02-24 05:01:08 +01:00
|
|
|
2010-11-15 Antonio Diaz Diaz <ant_diaz@teleline.es>
|
|
|
|
|
|
|
|
* Version 0.8 released.
|
2025-02-24 05:40:39 +01:00
|
|
|
* main.cc: Added new options '--zcat', '--zgrep' and '--ztest'.
|
2025-02-24 05:01:08 +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.
|
|
|
|
* zcmp.in: Removed.
|
|
|
|
* zdiff.cc: New file implementing zdiff functionality in C++.
|
|
|
|
* zdiff.in: Removed.
|
|
|
|
* 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++.
|
|
|
|
* Makefile.in: Added quotes to directory names.
|
2025-02-24 05:40:39 +01:00
|
|
|
* testsuite/check.sh: Use 'test.txt' instead of 'COPYING' for testing.
|
2025-02-24 04:59:04 +01:00
|
|
|
* Removed environment safeguards from configure as requested by
|
|
|
|
Richard Stallman. Now environment variables affect configure.
|
|
|
|
|
2025-02-24 04:58:36 +01:00
|
|
|
2009-10-21 Antonio Diaz Diaz <ant_diaz@teleline.es>
|
|
|
|
|
|
|
|
* Version 0.7 released.
|
|
|
|
* Added new utility; ztest.
|
2025-02-24 05:40:39 +01:00
|
|
|
* zcat.in: Added new option '--recursive'.
|
2025-02-24 04:58:36 +01:00
|
|
|
|
2025-02-24 04:57:56 +01:00
|
|
|
2009-10-05 Antonio Diaz Diaz <ant_diaz@teleline.es>
|
|
|
|
|
|
|
|
* Version 0.6 released.
|
|
|
|
* zcat.in, zgrep.in: Removed again default compressor. Format of
|
|
|
|
data read from stdin is now automatically detected.
|
2025-02-24 05:40:39 +01:00
|
|
|
* Makefile.in: Added '--name' option to help2man invocation.
|
2025-02-24 04:57:56 +01:00
|
|
|
|
2025-02-24 04:57:21 +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.
|
|
|
|
* Added again default compressor for stdin only.
|
|
|
|
|
2025-02-24 04:51:33 +01:00
|
|
|
2009-09-17 Antonio Diaz Diaz <ant_diaz@teleline.es>
|
|
|
|
|
|
|
|
* Version 0.4 released.
|
|
|
|
* Added two new utilities; zegrep and zfgrep.
|
|
|
|
* Added zutils executable which recognizes file formats.
|
|
|
|
|
|
|
|
2009-08-28 Antonio Diaz Diaz <ant_diaz@teleline.es>
|
2025-02-24 04:44:01 +01:00
|
|
|
|
|
|
|
* Version 0.3 released.
|
|
|
|
* Removed default compressor.
|
2025-02-24 05:53:08 +01:00
|
|
|
* zcat.in, zgrep.in: Don't read data from stdin.
|
2025-02-24 04:44:01 +01:00
|
|
|
* Updated home page and mailing list addresses.
|
|
|
|
|
2025-02-24 04:42:45 +01:00
|
|
|
2009-08-13 Antonio Diaz Diaz <ant_diaz@teleline.es>
|
|
|
|
|
|
|
|
* Version 0.2 released.
|
|
|
|
* Added support for xz.
|
|
|
|
|
|
|
|
2009-08-07 Antonio Diaz Diaz <ant_diaz@teleline.es>
|
|
|
|
|
|
|
|
* Version 0.1 released.
|
|
|
|
|
|
|
|
|
2025-02-24 05:54:33 +01:00
|
|
|
Copyright (C) 2009-2017 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:01:08 +01:00
|
|
|
but just in case, you have unlimited permission to copy, distribute and
|
|
|
|
modify it.
|