<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.bin/compress, branch release/5.4.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.4.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.4.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2005-05-07T17:51:10Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2005-05-07T17:51:10Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2005-05-07T17:51:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e87a6b5d6805bf9f3f9faf53db0ba96345ef0f77'/>
<id>urn:sha1:e87a6b5d6805bf9f3f9faf53db0ba96345ef0f77</id>
<content type='text'>
'RELENG_5_4_0_RELEASE'.

This commit was manufactured to restore the state of the 5.4-RELEASE image.
</content>
</entry>
<entry>
<title>Fix the NAME section making whatis(1) happy in particular.</title>
<updated>2004-07-05T17:12:53Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-07-05T17:12:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=51f98e585be773f14da7e9013078c23c3c51506c'/>
<id>urn:sha1:51f98e585be773f14da7e9013078c23c3c51506c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mechanically kill hard sentence breaks.</title>
<updated>2004-07-02T22:22:35Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-07-02T22:22:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6a3e8b0adc8c622ae61275a94d5d869980a68069'/>
<id>urn:sha1:6a3e8b0adc8c622ae61275a94d5d869980a68069</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't truncate the output file before making sure that we can</title>
<updated>2003-06-14T13:41:31Z</updated>
<author>
<name>Tom Rhodes</name>
<email>trhodes@FreeBSD.org</email>
</author>
<published>2003-06-14T13:41:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=33ffdd8115baf8594e21e064862d5bcecbee7998'/>
<id>urn:sha1:33ffdd8115baf8594e21e064862d5bcecbee7998</id>
<content type='text'>
read at least 1 byte from the input file without problems.  This
fixes a bug in uncompress(1) that causes the accidental removal
of files that happen to have the same name as the output file,
even when the uncompression fails and is aborted, i.e.:

$ echo hello world &gt; hello
$ touch hello.Z
$ ls -l hello*
-rw-rw-r--  1 giorgos  giorgos  12 Jun 14 13:33 hello
-rw-rw-r--  1 giorgos  giorgos   0 Jun 14 13:33 hello.Z
$ ./uncompress -f hello
uncompress: hello.Z: Inappropriate file type or format
$ ls -l hello*
-rw-rw-r--  1 giorgos  giorgos  0 Jun 14 13:33 hello.Z
$

PR:		46787
Submitted by:	keramida
</content>
</entry>
<entry>
<title>Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/</title>
<updated>2002-12-30T21:18:15Z</updated>
<author>
<name>Jens Schweikhardt</name>
<email>schweikh@FreeBSD.org</email>
</author>
<published>2002-12-30T21:18:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d64ada501ae33c02e7c4e3ce21962907df814a5a'/>
<id>urn:sha1:d64ada501ae33c02e7c4e3ce21962907df814a5a</id>
<content type='text'>
Add FreeBSD Id tag where missing.
</content>
</entry>
<entry>
<title>Spelling.</title>
<updated>2002-10-16T12:42:15Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>2002-10-16T12:42:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6dc4364cd692fc9c20651e246f9cc818386f8319'/>
<id>urn:sha1:6dc4364cd692fc9c20651e246f9cc818386f8319</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ANSIify function definitions to avoid a warning.</title>
<updated>2002-07-28T15:32:17Z</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2002-07-28T15:32:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=47e9e6a16810657f2570a863a3bf734506eadd66'/>
<id>urn:sha1:47e9e6a16810657f2570a863a3bf734506eadd66</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mdoc(7) police: lint.</title>
<updated>2002-05-29T18:12:21Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-05-29T18:12:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3971fc8c4b9859223b37a579ec3d59417a4bf920'/>
<id>urn:sha1:3971fc8c4b9859223b37a579ec3d59417a4bf920</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a Standards section, and note that compress(1) and uncompress(1) now</title>
<updated>2002-05-17T01:54:17Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-05-17T01:54:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f5ba2b905e4e5eab0344e19d0241d914da03b65e'/>
<id>urn:sha1:f5ba2b905e4e5eab0344e19d0241d914da03b65e</id>
<content type='text'>
conform to P1003.1-2001.
</content>
</entry>
<entry>
<title>As required by SUSv3, a file argument of "-" causes standard input</title>
<updated>2002-05-17T01:42:43Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-05-17T01:42:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b4771590650540f44ee2c2ef0b72b040f494ed52'/>
<id>urn:sha1:b4771590650540f44ee2c2ef0b72b040f494ed52</id>
<content type='text'>
to be compressed/decompressed to standard output.
</content>
</entry>
</feed>
