OpenBSD CVS

CVS log for src/usr.bin/compress/gzip.1


[BACK] Up to [local] / src / usr.bin / compress

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.16 / (download) - annotate - [select for diffs], Sat Oct 22 14:41:27 2022 UTC (18 months, 3 weeks ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, HEAD
Changes since 1.15: +17 -6 lines
Diff to previous 1.15 (colored)

Add support to gunzip for zip files that contain a single member.
This matches the behavior of GNU gzip and is most useful with "gunzip
-c" to pipe the uncompressed output.  It will not decompress a file
with more than one member unless in cat mode, in which case only
the first file is displayed.

To decompress a .zip file without the -c option, "-S .zip" must be
specified. The file name stored in the .zip file is not used unless
the -N option is specified. This is consistent with GNU gzip).

Does not increase the size of gzip on the install media.
OK jmc@ for documentation.

Revision 1.15 / (download) - annotate - [select for diffs], Mon Mar 14 21:52:08 2022 UTC (2 years, 2 months ago) by solene
Branch: MAIN
CVS Tags: OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1
Changes since 1.14: +6 -4 lines
Diff to previous 1.14 (colored)

add -k flag to gzip and gunzip

When using this flag, the input file is kept after
compression or decompression, this makes our gzip
more compatible with the other gzip

changes reworked by jca@, thanks
ok jca@ millert@

Revision 1.14 / (download) - annotate - [select for diffs], Tue Oct 7 21:06:30 2014 UTC (9 years, 7 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.13: +1 -2 lines
Diff to previous 1.13 (colored)

no more Xr to gzsig

Revision 1.13 / (download) - annotate - [select for diffs], Tue Jan 28 17:49:05 2014 UTC (10 years, 3 months ago) by sobrado
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.12: +23 -6 lines
Diff to previous 1.12 (colored)

make description of gzip(1) exit status codes more accurate.

issue pointed out by jmc@, verified by me.

ok jmc@

Revision 1.12 / (download) - annotate - [select for diffs], Tue Jan 28 14:18:28 2014 UTC (10 years, 3 months ago) by jmc
Branch: MAIN
Changes since 1.11: +6 -4 lines
Diff to previous 1.11 (colored)

make it clear that -LV are no ops; ok millert

Revision 1.11 / (download) - annotate - [select for diffs], Mon Jan 27 17:13:10 2014 UTC (10 years, 3 months ago) by millert
Branch: MAIN
Changes since 1.10: +5 -10 lines
Diff to previous 1.10 (colored)

Remove the no-op flags -L and -V from compress(1), these options
come from GNU zip and they were never in compress(1) until we added
gzip(1) support to it.  Also remove -g flag from gzip(1) as it is
non-standard and only makes sense in compress(1).
Joint work with jmc@ and sobrado@.  OK jmc@, sobrado@

Revision 1.10 / (download) - annotate - [select for diffs], Sun Dec 29 21:38:29 2013 UTC (10 years, 4 months ago) by jmc
Branch: MAIN
Changes since 1.9: +10 -10 lines
Diff to previous 1.9 (colored)

+.Sh EXIT STATUS

Revision 1.9 / (download) - annotate - [select for diffs], Wed Sep 26 16:12:13 2012 UTC (11 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3
Changes since 1.8: +5 -2 lines
Diff to previous 1.8 (colored)

last stage of rfc changes, using consistent Rs/Re blocks, and moving the
references into a STANDARDS section;

Revision 1.8 / (download) - annotate - [select for diffs], Tue Aug 21 16:33:02 2012 UTC (11 years, 8 months ago) by jmc
Branch: MAIN
Changes since 1.7: +21 -11 lines
Diff to previous 1.7 (colored)

flesh out the rfc sections;

Revision 1.7 / (download) - annotate - [select for diffs], Thu Sep 22 10:41:04 2011 UTC (12 years, 7 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1
Changes since 1.6: +4 -6 lines
Diff to previous 1.6 (colored)

Remove the rcsid which were intentionally skipped in the "purge of 2009"
because the -V command printed them... gut the -V (and -L, while there)
to be silent.
ok miod jsg

Revision 1.6 / (download) - annotate - [select for diffs], Sat Apr 18 18:21:54 2009 UTC (15 years, 1 month ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (colored)

allow -V (show version) in decompression mode; ok millert@

Revision 1.5 / (download) - annotate - [select for diffs], Thu May 31 19:20:08 2007 UTC (16 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

convert to new .Dd format;

Revision 1.4 / (download) - annotate - [select for diffs], Wed Apr 4 16:26:33 2007 UTC (17 years, 1 month ago) by jmc
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

oops, tweak previous here too;

Revision 1.3 / (download) - annotate - [select for diffs], Wed Apr 4 13:09:14 2007 UTC (17 years, 1 month ago) by millert
Branch: MAIN
Changes since 1.2: +17 -10 lines
Diff to previous 1.2 (colored)

Clarify the behavior of the -N and -n flags.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Jan 31 04:25:52 2007 UTC (17 years, 3 months ago) by ray
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.1: +11 -1 lines
Diff to previous 1.1 (colored)

Document $GZIP environment variable.

OK jmc@ and millert@.

Revision 1.1 / (download) - annotate - [select for diffs], Wed Jan 24 10:53:43 2007 UTC (17 years, 3 months ago) by jmc
Branch: MAIN

split compress(1) into compress(1) and gzip(1), as suggested by millert;
ok/help millert otto

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.