<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/gnu/usr.bin/rcs, branch release/6.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>Remove kludges intended to support src trees with partial obj trees.</title>
<updated>2005-06-10T06:12:53+00:00</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2005-06-10T06:12:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ee66677a7a4c93fa63e21b0e7f1ea2e081060abb'/>
<id>ee66677a7a4c93fa63e21b0e7f1ea2e081060abb</id>
<content type='text'>
Discussed with:	ru
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Discussed with:	ru
</pre>
</div>
</content>
</entry>
<entry>
<title>For variables that are only checked with defined(), don't provide</title>
<updated>2004-10-24T15:33:08+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-10-24T15:33:08+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a35d88931c87cfe6bd38f01d7bad22140b3b38f3'/>
<id>a35d88931c87cfe6bd38f01d7bad22140b3b38f3</id>
<content type='text'>
any fake value.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
any fake value.
</pre>
</div>
</content>
</entry>
<entry>
<title>Utilize SCRIPTS.</title>
<updated>2004-10-18T21:44:17+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-10-18T21:44:17+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2b0448ba0c40d092a45e294f98d8256c6fdb33d7'/>
<id>2b0448ba0c40d092a45e294f98d8256c6fdb33d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some warnings by defining has_sa_sigaction to 1.  When the configure</title>
<updated>2003-10-26T04:26:52+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2003-10-26T04:26:52+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7c01a9ae48327707be7fa94486581f91f802ba33'/>
<id>7c01a9ae48327707be7fa94486581f91f802ba33</id>
<content type='text'>
script was run (years and years ago), we didn't have it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
script was run (years and years ago), we didn't have it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop support for COPY, -c has been the default mode of install(1)</title>
<updated>2002-07-29T09:40:17+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-07-29T09:40:17+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d2893b161bbea64e099654c0dd78073cfb5667b0'/>
<id>d2893b161bbea64e099654c0dd78073cfb5667b0</id>
<content type='text'>
for a long time now.

Approved by:	bde
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for a long time now.

Approved by:	bde
</pre>
</div>
</content>
</entry>
<entry>
<title>s/${INSTALL} -c/${INSTALL} ${COPY}/</title>
<updated>2002-07-18T12:07:49+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-07-18T12:07:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0b87f79976047c8f4332bbf7dc03146f6b0de79f'/>
<id>0b87f79976047c8f4332bbf7dc03146f6b0de79f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed now unused INTERNALSTATICLIB.</title>
<updated>2002-05-13T11:09:07+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-05-13T11:09:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=46f8fdc34e061de76cb8dfa19872edcd2fe2c66b'/>
<id>46f8fdc34e061de76cb8dfa19872edcd2fe2c66b</id>
<content type='text'>
INTERNALLIB now implies NOPIC and NOPROFILE.
Removed gratuitous NOMAN.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
INTERNALLIB now implies NOPIC and NOPROFILE.
Removed gratuitous NOMAN.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed RCSLOCALID buffer overflow (by making an overflow condition fatal).</title>
<updated>2002-02-08T11:57:43+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-02-08T11:57:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a87e0b35bf41a00e5be4e4d22094a97fb653e2da'/>
<id>a87e0b35bf41a00e5be4e4d22094a97fb653e2da</id>
<content type='text'>
Spotted by:	John Johnson &lt;bio.metrix@gte.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Spotted by:	John Johnson &lt;bio.metrix@gte.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Recognize numeric digits inside $id$ tags, eg: $XFree86$</title>
<updated>2001-12-10T20:44:31+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2001-12-10T20:44:31+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=303451da313e1f22e974bf8bb9a2d94de70713e1'/>
<id>303451da313e1f22e974bf8bb9a2d94de70713e1</id>
<content type='text'>
PR: 30666
Submitted by: Tony Finch &lt;dot@dotat.at&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR: 30666
Submitted by: Tony Finch &lt;dot@dotat.at&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>mdoc(7) police: remove extraneous .Pp before and/or after .Sh.</title>
<updated>2001-07-09T09:54:33+00:00</updated>
<author>
<name>Dima Dorfman</name>
<email>dd@FreeBSD.org</email>
</author>
<published>2001-07-09T09:54:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=70d51341bf6ad3be0ea5b02ef489691d80719249'/>
<id>70d51341bf6ad3be0ea5b02ef489691d80719249</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
