<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/bin/sh/exec.c, branch release/5.2.1</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=release%2F5.2.1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=release%2F5.2.1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2003-07-05T15:18:44Z</updated>
<entry>
<title>Changes following CScout analysis:</title>
<updated>2003-07-05T15:18:44Z</updated>
<author>
<name>Diomidis Spinellis</name>
<email>dds@FreeBSD.org</email>
</author>
<published>2003-07-05T15:18:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=2ba1b30bf50f04ab147452cfba7a3b9899f1d59c'/>
<id>urn:sha1:2ba1b30bf50f04ab147452cfba7a3b9899f1d59c</id>
<content type='text'>
- Removed dead declarations
- Made objects that should have been declared as static, static.

The changes use STATIC instead of static, following the existing
convention in the rest of the code.

Approved by:	schweikh (mentor)
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Restore "not found" error message when searching for (or executing)</title>
<updated>2002-10-01T11:48:18Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-10-01T11:48:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=8c395729973a319b7ea5ffb578a30ce4c97cf667'/>
<id>urn:sha1:8c395729973a319b7ea5ffb578a30ce4c97cf667</id>
<content type='text'>
a program fails because the file or a path component does not exist.

Suggested by:	bde
</content>
</entry>
<entry>
<title>Convert the remaining callers of errmsg() to use strerror(), and remove</title>
<updated>2002-09-29T11:37:39Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-09-29T11:37:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=1c59560de9a5e6baf9bf9668e15a405c914772a0'/>
<id>urn:sha1:1c59560de9a5e6baf9bf9668e15a405c914772a0</id>
<content type='text'>
errmsg() and its table of error messages.
</content>
</entry>
<entry>
<title>Remove broken and incomplete support for old releases of System V,</title>
<updated>2002-07-19T08:09:04Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-07-19T08:09:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=2628ebdbd11d8f2b3c1a959787cc5df99bf616f2'/>
<id>urn:sha1:2628ebdbd11d8f2b3c1a959787cc5df99bf616f2</id>
<content type='text'>
don't support system that implement getcwd(3) with a pipe to /bin/pwd.
</content>
</entry>
<entry>
<title>Consistently use FBSDID</title>
<updated>2002-06-30T05:15:05Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-06-30T05:15:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=2749b1412921cacde0110606121acb7a5e1e2b62'/>
<id>urn:sha1:2749b1412921cacde0110606121acb7a5e1e2b62</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't list shell builtins when the hash command is used (SUSv3)</title>
<updated>2002-06-13T07:50:50Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-06-13T07:50:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=83952a118bc4eee82f98f470f8e3cb600520889f'/>
<id>urn:sha1:83952a118bc4eee82f98f470f8e3cb600520889f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stop a null pointer dereference in the builtin hash function.</title>
<updated>2002-04-15T15:49:30Z</updated>
<author>
<name>George C A Reid</name>
<email>greid@FreeBSD.org</email>
</author>
<published>2002-04-15T15:49:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=4c7e4a544a9f7ba103c148097b3a627b80a8e149'/>
<id>urn:sha1:4c7e4a544a9f7ba103c148097b3a627b80a8e149</id>
<content type='text'>
PR:		36141
Approved by:	cracauer
MFC after:	1 week
</content>
</entry>
<entry>
<title>o __P has been reoved</title>
<updated>2002-02-02T06:50:57Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2002-02-02T06:50:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=5134c3f7990c353d2442ddd8a9a1d30b80099e43'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Fix type builtin for absolute paths and relative paths with directory</title>
<updated>2000-08-16T12:08:02Z</updated>
<author>
<name>Martin Cracauer</name>
<email>cracauer@FreeBSD.org</email>
</author>
<published>2000-08-16T12:08:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=d753a4259833d0607dc3de78d4c0f27b4e478f5e'/>
<id>urn:sha1:d753a4259833d0607dc3de78d4c0f27b4e478f5e</id>
<content type='text'>
names in them.

Also use a colon in the answer of `type` everytime the questioned item
is not usable.

PR:		bin/20567
</content>
</entry>
<entry>
<title>Fix command hash handling on</title>
<updated>1999-12-20T13:42:59Z</updated>
<author>
<name>Martin Cracauer</name>
<email>cracauer@FreeBSD.org</email>
</author>
<published>1999-12-20T13:42:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=a436dc79f5a0a6813bb352a896fc0368449415a5'/>
<id>urn:sha1:a436dc79f5a0a6813bb352a896fc0368449415a5</id>
<content type='text'>
  PATH=... command

Noted by and fix works for Marcel Moolenaar &lt;marcel@scc.nl&gt;
</content>
</entry>
</feed>
