<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/bin/ed/ed.h, branch release/5.2.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.2.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.2.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2004-01-10T05:53:29Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2004-01-10T05:53:29Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2004-01-10T05:53:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=58c9ff44c8041f394c663cb9640e9b77fe07bb13'/>
<id>urn:sha1:58c9ff44c8041f394c663cb9640e9b77fe07bb13</id>
<content type='text'>
'RELENG_5_2_0_RELEASE'.

This commit was manufactured to restore the state of the 5.2-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>Modernise. Use libcrypto for DES instead of libcipher.</title>
<updated>2003-06-02T19:06:28Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2003-06-02T19:06:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=eb338d36669aa90769688754d9546967e7157035'/>
<id>urn:sha1:eb338d36669aa90769688754d9546967e7157035</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some easy WARNS.</title>
<updated>2002-07-31T16:52:16Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2002-07-31T16:52:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=13fcef50d0267d45de273fd60d9d7927bac70240'/>
<id>urn:sha1:13fcef50d0267d45de273fd60d9d7927bac70240</id>
<content type='text'>
</content>
</entry>
<entry>
<title>We have a place for extern declarations of global variables in ed.h, do not</title>
<updated>2002-06-20T05:28:02Z</updated>
<author>
<name>Juli Mallett</name>
<email>jmallett@FreeBSD.org</email>
</author>
<published>2002-06-20T05:28:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0e6c085ae69f1d8cca1a7a0caf80d1a16539b861'/>
<id>urn:sha1:0e6c085ae69f1d8cca1a7a0caf80d1a16539b861</id>
<content type='text'>
use main() to do it locally.
</content>
</entry>
<entry>
<title>o __P has been reoved</title>
<updated>2002-02-02T06:36:49Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2002-02-02T06:36:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7669d0fc4f7d3869e27f94843ca120399a4825e9'/>
<id>urn:sha1:7669d0fc4f7d3869e27f94843ca120399a4825e9</id>
<content type='text'>
o Old-style K&amp;R declarations have been converted to new C89 style
o register has been removed
o prototype for main() has been removed (gcc3 makes it an error)
o int main(int argc, char *argv[]) is the preferred main definition.
o Attempt to not break style(9) conformance for declarations more than
  they already are.
o gc some #ifdef sun ... #endif code

Approved by: arch@, new style(9)
</content>
</entry>
<entry>
<title>o Correctly define rcsid.</title>
<updated>2001-08-06T22:01:31Z</updated>
<author>
<name>Mike Barcroft</name>
<email>mike@FreeBSD.org</email>
</author>
<published>2001-08-06T22:01:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a4616748ab35cbec2b9601dec15cab58a809e7d5'/>
<id>urn:sha1:a4616748ab35cbec2b9601dec15cab58a809e7d5</id>
<content type='text'>
o Add consts where appropriate.
o Rename some variables that were shadowing global declarations.
o Remove register storage-classes.
o Make errmsg a const, so we can just set error messages instead
  of using sprintf/strcpy.
o Set WARNS=2

Reviewed by:	bde, des
</content>
</entry>
<entry>
<title>Use PATH_MAX rather than MAXPATHLEN.  Also fix a possible off by one</title>
<updated>2001-05-29T18:03:14Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2001-05-29T18:03:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9842e24c34882493e3ce859de94abc3d97445834'/>
<id>urn:sha1:9842e24c34882493e3ce859de94abc3d97445834</id>
<content type='text'>
error caused by the -1 being on the wrong side of the comparison.
This would not cause an overflow, as near as I can tell, because we
truncate later anyway.  We'd just fail to get a diagnostic for 1024
and 1025 byte file names.
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-27T23:15:48Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-27T23:15:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2a4562393f80633b81c11d4f7df00548d1cc3c48'/>
<id>urn:sha1:2a4562393f80633b81c11d4f7df00548d1cc3c48</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Silence some warnings when building on the alpha.</title>
<updated>1998-08-07T09:39:11Z</updated>
<author>
<name>Doug Rabson</name>
<email>dfr@FreeBSD.org</email>
</author>
<published>1998-08-07T09:39:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d1ade4ad42c694ccf7a23e837dd3bf92e5232da2'/>
<id>urn:sha1:d1ade4ad42c694ccf7a23e837dd3bf92e5232da2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove simultaneous include of &lt;sys/param.h&gt; and &lt;sys/types.h&gt;.</title>
<updated>1997-12-10T22:18:54Z</updated>
<author>
<name>Eivind Eklund</name>
<email>eivind@FreeBSD.org</email>
</author>
<published>1997-12-10T22:18:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=007d33500e91b61271d9374c5994f1bdf89b0890'/>
<id>urn:sha1:007d33500e91b61271d9374c5994f1bdf89b0890</id>
<content type='text'>
Reorder includes to be alphabetical some places since I already was in
here.
</content>
</entry>
</feed>
