<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/bin/stty, branch releng/5.2</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>Fix format warning. This is WARNS=9, std=c99 clean on i386.</title>
<updated>2003-05-03T10:16:51+00:00</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2003-05-03T10:16:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=97daf7ec12b5ac8938c6ce4a8652034527fd48ee'/>
<id>97daf7ec12b5ac8938c6ce4a8652034527fd48ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Quiet warnings about copyright[].</title>
<updated>2003-05-01T16:58:57+00:00</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-05-01T16:58:57+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=09a80d4867b85b3df9856d150eb565232dc900d4'/>
<id>09a80d4867b85b3df9856d150eb565232dc900d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Consistently use FBSDID</title>
<updated>2002-06-30T05:15:05+00:00</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-06-30T05:15:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2749b1412921cacde0110606121acb7a5e1e2b62'/>
<id>2749b1412921cacde0110606121acb7a5e1e2b62</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>o __P has been reoved</title>
<updated>2002-02-02T06:50:57+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2002-02-02T06:50:57+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5134c3f7990c353d2442ddd8a9a1d30b80099e43'/>
<id>5134c3f7990c353d2442ddd8a9a1d30b80099e43</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 Change
	int
	foo() {
	...
  to
	int
	foo(void)
	{
	...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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 Change
	int
	foo() {
	...
  to
	int
	foo(void)
	{
	...
</pre>
</div>
</content>
</entry>
<entry>
<title>Default to WARNS=2.  Binary builds that cannot handle this must explicitly</title>
<updated>2001-12-04T01:57:47+00:00</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2001-12-04T01:57:47+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a748290789444352877e207721a7db215206cc9a'/>
<id>a748290789444352877e207721a7db215206cc9a</id>
<content type='text'>
set WARNS=0.

Reviewed by:	mike
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
set WARNS=0.

Reviewed by:	mike
</pre>
</div>
</content>
</entry>
<entry>
<title>Note that stty is a utility and not... err... a program....</title>
<updated>2001-11-29T15:46:54+00:00</updated>
<author>
<name>Brian Feldman</name>
<email>green@FreeBSD.org</email>
</author>
<published>2001-11-29T15:46:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a240291a2aa5de5f442eebf31068c6de7d4ad883'/>
<id>a240291a2aa5de5f442eebf31068c6de7d4ad883</id>
<content type='text'>
Submitted by:	ru
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by:	ru
</pre>
</div>
</content>
</entry>
<entry>
<title>Stty is a program, not a function.</title>
<updated>2001-11-29T03:26:42+00:00</updated>
<author>
<name>Brian Feldman</name>
<email>green@FreeBSD.org</email>
</author>
<published>2001-11-29T03:26:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=63f9c0358eae1d6161e759ac8b239ab803244a2a'/>
<id>63f9c0358eae1d6161e759ac8b239ab803244a2a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement `stty ek` as documented.</title>
<updated>2001-08-23T22:31:13+00:00</updated>
<author>
<name>Dima Dorfman</name>
<email>dd@FreeBSD.org</email>
</author>
<published>2001-08-23T22:31:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d736886a81aac78044cc06d9e5a9d1adb287cf83'/>
<id>d736886a81aac78044cc06d9e5a9d1adb287cf83</id>
<content type='text'>
PR:		24063
Submitted by:	Seth Kingsley &lt;sethk@osd.bsdi.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		24063
Submitted by:	Seth Kingsley &lt;sethk@osd.bsdi.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>mdoc(7) police: utilize the new .Ex macro.</title>
<updated>2001-08-15T09:09:47+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-08-15T09:09:47+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d628d776c45a0e11a0a035597d49023942501ecc'/>
<id>d628d776c45a0e11a0a035597d49023942501ecc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mdoc(7) police: s/BSD/.Bx/ where appropriate.</title>
<updated>2001-08-14T10:01:54+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-08-14T10:01:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=753d686d34e90c2a4fe6afa14bd5f19d94f17699'/>
<id>753d686d34e90c2a4fe6afa14bd5f19d94f17699</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
