<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/cmp, branch release/4.1.1</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F4.1.1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F4.1.1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2000-07-25T13:04:41Z</updated>
<entry>
<title>MFC rev 1.9: add missing braces</title>
<updated>2000-07-25T13:04:41Z</updated>
<author>
<name>Sheldon Hearn</name>
<email>sheldonh@FreeBSD.org</email>
</author>
<published>2000-07-25T13:04:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a55c0eec2c121dbf8117c270f0d6894a25000f43'/>
<id>urn:sha1:a55c0eec2c121dbf8117c270f0d6894a25000f43</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: add -z, correct usage and a diagnostic</title>
<updated>2000-07-17T23:07:13Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2000-07-17T23:07:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7e45650fd380b9b5021c7663757ac5892ae55daa'/>
<id>urn:sha1:7e45650fd380b9b5021c7663757ac5892ae55daa</id>
<content type='text'>
Requested by:	obrien
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2000-07-02T11:14:42Z</updated>
<author>
<name>Paul Saab</name>
<email>ps@FreeBSD.org</email>
</author>
<published>2000-07-02T11:14:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=77c58b102c28e099350c3bfcc21e00873ddd3609'/>
<id>urn:sha1:77c58b102c28e099350c3bfcc21e00873ddd3609</id>
<content type='text'>
[rev 1.9]  Fix warning I should have caught in the previous commit.
[rev 1.10] Make cmp -s work properly if skip values are given.
</content>
</entry>
<entry>
<title>MFC: Let cmp(1) grow in -x option to print differences in contemporarry</title>
<updated>2000-07-02T09:28:37Z</updated>
<author>
<name>Paul Saab</name>
<email>ps@FreeBSD.org</email>
</author>
<published>2000-07-02T09:28:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f2bcc562999328041548919873df6ce4b2e70ea9'/>
<id>urn:sha1:f2bcc562999328041548919873df6ce4b2e70ea9</id>
<content type='text'>
hex format rather than the mixed decimal/octal format of -l.
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-28T01:08:13Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-28T01:08:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c3aac50f284c6cca5b4f2eb46aaa13812cb8b630'/>
<id>urn:sha1:c3aac50f284c6cca5b4f2eb46aaa13812cb8b630</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix improper mmap length paramater which can result in improper behavior</title>
<updated>1999-07-29T23:26:22Z</updated>
<author>
<name>Brian Feldman</name>
<email>green@FreeBSD.org</email>
</author>
<published>1999-07-29T23:26:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ac0222655510fcce56727d718c4179c2d4a7543f'/>
<id>urn:sha1:ac0222655510fcce56727d718c4179c2d4a7543f</id>
<content type='text'>
or cmp crashing in specific cases.
</content>
</entry>
<entry>
<title>More egcs warning fixes:</title>
<updated>1999-04-25T22:37:58Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>1999-04-25T22:37:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=96846ff64680fa4945300ede843b93311fea74fc'/>
<id>urn:sha1:96846ff64680fa4945300ede843b93311fea74fc</id>
<content type='text'>
	o main returns int not void
	o use return 0 at end of main when needed
	o use braces to avoid potentially ambiguous else
	o don't default to type int
	o #ifdef 0 -&gt; #if 0

Reviewed by: obrien and chuckr
</content>
</entry>
<entry>
<title>Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).</title>
<updated>1998-12-06T22:58:23Z</updated>
<author>
<name>Archie Cobbs</name>
<email>archie@FreeBSD.org</email>
</author>
<published>1998-12-06T22:58:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fa146c53357ea20afd3661d8093ea1db44198d5f'/>
<id>urn:sha1:fa146c53357ea20afd3661d8093ea1db44198d5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>"EOF of file..." is written to stderr and not stdout.</title>
<updated>1998-05-26T00:39:12Z</updated>
<author>
<name>Steve Price</name>
<email>steve@FreeBSD.org</email>
</author>
<published>1998-05-26T00:39:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=423bac3e47e31750d8e57798dd2ebd25c7c5907b'/>
<id>urn:sha1:423bac3e47e31750d8e57798dd2ebd25c7c5907b</id>
<content type='text'>
PR:		6756
</content>
</entry>
<entry>
<title>Permit hex/octal parameters to cmp, to match what the manual page says.</title>
<updated>1997-08-19T14:34:04Z</updated>
<author>
<name>Jonathan Lemon</name>
<email>jlemon@FreeBSD.org</email>
</author>
<published>1997-08-19T14:34:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1e17b9450c7f28c7a16c0cd135b83c9cf055287b'/>
<id>urn:sha1:1e17b9450c7f28c7a16c0cd135b83c9cf055287b</id>
<content type='text'>
PR:		3850, 3855
</content>
</entry>
</feed>
