<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/gnu/usr.bin/gzip, branch release/3.2.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F3.2.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F3.2.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>1999-05-24T16:47:10Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>1999-05-24T16:47:10Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1999-05-24T16:47:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=bff5b80e6cde3256fd760aec0882f8b9fa85b5ee'/>
<id>urn:sha1:bff5b80e6cde3256fd760aec0882f8b9fa85b5ee</id>
<content type='text'>
'RELENG_3_2_0_RELEASE'.

This commit was manufactured to restore the state of the 3.2-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>Fixed printf format errors.</title>
<updated>1998-06-30T20:14:13Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1998-06-30T20:14:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2512f2fe3b8986d705644f67b757eb4a386a158e'/>
<id>urn:sha1:2512f2fe3b8986d705644f67b757eb4a386a158e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use cc -E rather than cpp when looking for __ELF__</title>
<updated>1998-03-08T17:25:10Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1998-03-08T17:25:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=aac18d035f1c8256522613d417dc9ae2731641ec'/>
<id>urn:sha1:aac18d035f1c8256522613d417dc9ae2731641ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make machine dependent asm code machine dependent. 8-)</title>
<updated>1998-01-25T09:52:32Z</updated>
<author>
<name>John Birrell</name>
<email>jb@FreeBSD.org</email>
</author>
<published>1998-01-25T09:52:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=44626f8fec908c869b4b4b15769547b1d2c0d265'/>
<id>urn:sha1:44626f8fec908c869b4b4b15769547b1d2c0d265</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Check argument filename length before copying.</title>
<updated>1997-12-27T03:38:39Z</updated>
<author>
<name>Wolfram Schneider</name>
<email>wosch@FreeBSD.org</email>
</author>
<published>1997-12-27T03:38:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=604310660142ef1d8cbeb91164f8636f598d4e2b'/>
<id>urn:sha1:604310660142ef1d8cbeb91164f8636f598d4e2b</id>
<content type='text'>
	$ gzip `perl -e 'for(1..10240){ print "a"}'`
</content>
</entry>
<entry>
<title>Workaround to avoid a strange core dump.</title>
<updated>1997-12-26T21:12:26Z</updated>
<author>
<name>Wolfram Schneider</name>
<email>wosch@FreeBSD.org</email>
</author>
<published>1997-12-26T21:12:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9c8ac6c7428bb96bbc7cf4b7f02f009897e10af9'/>
<id>urn:sha1:9c8ac6c7428bb96bbc7cf4b7f02f009897e10af9</id>
<content type='text'>
gzip &lt; /dev/null | perl -npe 's/\003\003/\003\225/' | gzip -d
</content>
</entry>
<entry>
<title>Do not install the z*grep man pages if grep was linked with -lz.</title>
<updated>1997-12-26T01:53:58Z</updated>
<author>
<name>Wolfram Schneider</name>
<email>wosch@FreeBSD.org</email>
</author>
<published>1997-12-26T01:53:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1132c08dd895b4ea41ddde471def1835f8501b1c'/>
<id>urn:sha1:1132c08dd895b4ea41ddde471def1835f8501b1c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>When called as `zgrep', the -Z argument is assumed. Make a</title>
<updated>1997-12-21T19:15:12Z</updated>
<author>
<name>Wolfram Schneider</name>
<email>wosch@FreeBSD.org</email>
</author>
<published>1997-12-21T19:15:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=15ec2a04f828a2b926358029cd779e27f633042f'/>
<id>urn:sha1:15ec2a04f828a2b926358029cd779e27f633042f</id>
<content type='text'>
link from zgrep to grep.

Pointed out by: Tim Vanderhoek &lt;hoek@hwcn.org&gt; and
                Mike Smith &lt;mike@smith.net.au&gt;
</content>
</entry>
<entry>
<title>Added zgrep.libz. This version of zgrep(1) depend on a</title>
<updated>1997-12-20T19:20:33Z</updated>
<author>
<name>Wolfram Schneider</name>
<email>wosch@FreeBSD.org</email>
</author>
<published>1997-12-20T19:20:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=00caa6258839a9a5b3124c9150bcc080f6ff13e9'/>
<id>urn:sha1:00caa6258839a9a5b3124c9150bcc080f6ff13e9</id>
<content type='text'>
grep(1) linked with libz.
</content>
</entry>
<entry>
<title>Use getopts instead getopt(1). This should fix the problem</title>
<updated>1997-12-07T01:00:56Z</updated>
<author>
<name>Wolfram Schneider</name>
<email>wosch@FreeBSD.org</email>
</author>
<published>1997-12-07T01:00:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8873fd5457321b410c2784429fc853df6f2f53c9'/>
<id>urn:sha1:8873fd5457321b410c2784429fc853df6f2f53c9</id>
<content type='text'>
with whitespaces in pattern.
PR:	5211
</content>
</entry>
</feed>
