<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/script/script.c, branch release/5.2.1</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F5.2.1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F5.2.1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2002-09-04T23:29:10Z</updated>
<entry>
<title>ANSIify function definitions.</title>
<updated>2002-09-04T23:29:10Z</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2002-09-04T23:29:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f4ac32def255b5968bdd8150057b9c0d14595689'/>
<id>urn:sha1:f4ac32def255b5968bdd8150057b9c0d14595689</id>
<content type='text'>
Add some constness to avoid some warnings.
Remove use register keyword.
Deal with missing/unneeded extern/prototypes.
Some minor type changes/casts to avoid warnings.

Reviewed by:	md5
</content>
</entry>
<entry>
<title>Use POSIX macros for wait(2)-style status information instead of the</title>
<updated>2002-06-03T23:13:11Z</updated>
<author>
<name>Mike Barcroft</name>
<email>mike@FreeBSD.org</email>
</author>
<published>2002-06-03T23:13:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cb263c35947b04e5f9f54202f6761069e2663931'/>
<id>urn:sha1:cb263c35947b04e5f9f54202f6761069e2663931</id>
<content type='text'>
deprecated 4.2/4.3BSD wait union.  Fix some nearby pid_t/int
confusion.
</content>
</entry>
<entry>
<title>remove __P</title>
<updated>2002-03-22T01:42:45Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2002-03-22T01:42:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3f330d7d1a3fe98c53faf01d0f30c0a9fbb37c41'/>
<id>urn:sha1:3f330d7d1a3fe98c53faf01d0f30c0a9fbb37c41</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Minor style stuff, use __FBSDID(), remove to-be-default WARNS=2.</title>
<updated>2001-12-12T23:23:52Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2001-12-12T23:23:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d20f95e12191bf347c34331595936a559ea28cb2'/>
<id>urn:sha1:d20f95e12191bf347c34331595936a559ea28cb2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Warns cleanups. Add FreeBSD ID.</title>
<updated>2001-12-03T21:22:56Z</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2001-12-03T21:22:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b139689c6b078761358452d54e9b2d0883e4730b'/>
<id>urn:sha1:b139689c6b078761358452d54e9b2d0883e4730b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use STD{ERR,IN,OUT}_FILENO instead of their numeric values.  The</title>
<updated>2001-07-26T11:02:39Z</updated>
<author>
<name>Sheldon Hearn</name>
<email>sheldonh@FreeBSD.org</email>
</author>
<published>2001-07-26T11:02:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e1b4d8d0746069292d84708b0e11b17a7e1ef5e0'/>
<id>urn:sha1:e1b4d8d0746069292d84708b0e11b17a7e1ef5e0</id>
<content type='text'>
definitions are more readable, and it's possible that they're
more portable to pathalogical platforms.

Submitted by:   David Hill &lt;david@phobia.ms&gt;
</content>
</entry>
<entry>
<title>Fix the type of the NULL arg to execl()</title>
<updated>2001-07-09T09:24:06Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2001-07-09T09:24:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7bc6d0158f0e9863a2a13a951321185d214cd3be'/>
<id>urn:sha1:7bc6d0158f0e9863a2a13a951321185d214cd3be</id>
<content type='text'>
Idea from: Theo de Raadt &lt;deraadt@openbsd.org&gt;
</content>
</entry>
<entry>
<title>Nuke unused variables.</title>
<updated>2001-06-24T23:41:57Z</updated>
<author>
<name>Dima Dorfman</name>
<email>dd@FreeBSD.org</email>
</author>
<published>2001-06-24T23:41:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7309915e7aa1ef9d23384c680701051238d5e0d0'/>
<id>urn:sha1:7309915e7aa1ef9d23384c680701051238d5e0d0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't call warn() with no format string.</title>
<updated>2000-07-10T09:18:19Z</updated>
<author>
<name>Kris Kennaway</name>
<email>kris@FreeBSD.org</email>
</author>
<published>2000-07-10T09:18:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b7ffba17f8c0492d8eb466f4537729bab2231286'/>
<id>urn:sha1:b7ffba17f8c0492d8eb466f4537729bab2231286</id>
<content type='text'>
</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>
</feed>
