<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libtermcap, branch release/2.2.8_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F2.2.8_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F2.2.8_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>1999-01-21T00:55:30Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>1999-01-21T00:55:30Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1999-01-21T00:55:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a9e2dc176f709713f9565ed1711c958f0707eb36'/>
<id>urn:sha1:a9e2dc176f709713f9565ed1711c958f0707eb36</id>
<content type='text'>
'RELENG_2_2_8_RELEASE'.

This commit was manufactured to restore the state of the 2.2.8-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>MFC: s/geteid/geteuid/ - finger slippage between testing and commit.</title>
<updated>1997-11-29T11:40:48Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1997-11-29T11:40:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=52083bfec0e44937c6f529d8bbd24a3f38817720'/>
<id>urn:sha1:52083bfec0e44937c6f529d8bbd24a3f38817720</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: hack workaround to avoid breakage by recently added calls to</title>
<updated>1997-11-29T11:33:37Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1997-11-29T11:33:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=dd18481e469c86dd9e5d4fc312bf57d1d35f56c7'/>
<id>urn:sha1:dd18481e469c86dd9e5d4fc312bf57d1d35f56c7</id>
<content type='text'>
issetugid().  -stable's libtermcap.so.2.1 and -current's bogus
libtermcap.so.3.0 are now pretty much identical. Sigh...  It's a shame
we can't revert the -current major number bump.
</content>
</entry>
<entry>
<title>MFC: HOME bufer overflow fix, manpage spelling fixes, __set_ospeed declaration,</title>
<updated>1997-11-21T16:03:28Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1997-11-21T16:03:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ee4c1e56ab3a0b4627b9ab0e92652add439d8740'/>
<id>urn:sha1:ee4c1e56ab3a0b4627b9ab0e92652add439d8740</id>
<content type='text'>
issetugid() check
</content>
</entry>
<entry>
<title>YAMFC (tgoto 1.6)</title>
<updated>1997-03-18T16:34:23Z</updated>
<author>
<name>Eivind Eklund</name>
<email>eivind@FreeBSD.org</email>
</author>
<published>1997-03-18T16:34:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c7bcb06440dff2cc037158c71ac8de446ea992d2'/>
<id>urn:sha1:c7bcb06440dff2cc037158c71ac8de446ea992d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>YAMFC (tgoto.c 1.5)</title>
<updated>1997-03-17T09:34:23Z</updated>
<author>
<name>Eivind Eklund</name>
<email>eivind@FreeBSD.org</email>
</author>
<published>1997-03-17T09:34:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a7efd265c0abf6d463523e90024c6dd3b16b8a43'/>
<id>urn:sha1:a7efd265c0abf6d463523e90024c6dd3b16b8a43</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change the last -Wall cleanup so that the tputs declaration doesn't</title>
<updated>1996-09-10T12:42:10Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1996-09-10T12:42:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2fdc74a61718df7934bfaaab96696163a5b987e2'/>
<id>urn:sha1:2fdc74a61718df7934bfaaab96696163a5b987e2</id>
<content type='text'>
conflict with the other declarations in other files.  tputs() is
traditionally declared to return int, not void.  curses.h has it as int.
ncurses has int and actually sets the return value.  This problem has
been causing the ircII port to not compile.

(I've only minimally tested this, I do not have libtermcap on my systems)
</content>
</entry>
<entry>
<title>oops, install termcap.h from ${.CURDIR}, not the obj dir.</title>
<updated>1996-08-30T16:38:45Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1996-08-30T16:38:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7cf4460f124c3d22c65c15ac331d94c32f0a188f'/>
<id>urn:sha1:7cf4460f124c3d22c65c15ac331d94c32f0a188f</id>
<content type='text'>
Pointed out by: asami
</content>
</entry>
<entry>
<title>cmp -s || install -c ==&gt; install -C</title>
<updated>1996-08-30T02:12:07Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1996-08-30T02:12:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=345be915f703031e58f2dabb9878375701467fda'/>
<id>urn:sha1:345be915f703031e58f2dabb9878375701467fda</id>
<content type='text'>
</content>
</entry>
<entry>
<title>General -Wall warning cleanup, part I.</title>
<updated>1996-07-12T18:57:58Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1996-07-12T18:57:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=51295a4d3e4c551df85249433c490208dc7fd23d'/>
<id>urn:sha1:51295a4d3e4c551df85249433c490208dc7fd23d</id>
<content type='text'>
Submitted-By: Kent Vander Velden &lt;graphix@iastate.edu&gt;
</content>
</entry>
</feed>
