<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.bin/make/main.c, branch release/6.1.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.1.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.1.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2006-05-06T19:24:14Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2006-05-06T19:24:14Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2006-05-06T19:24:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=26c52663cb5e53422c188e65b45755f348c2fbf3'/>
<id>urn:sha1:26c52663cb5e53422c188e65b45755f348c2fbf3</id>
<content type='text'>
'RELENG_6_1_0_RELEASE'.

This commit was manufactured to restore the state of the 6.1-RELEASE image.
</content>
</entry>
<entry>
<title>The caller of Var_Value() should not change the variable value. Make</title>
<updated>2005-05-24T16:05:51Z</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2005-05-24T16:05:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=527505d8cbe26492be0bf76829af1b616f254914'/>
<id>urn:sha1:527505d8cbe26492be0bf76829af1b616f254914</id>
<content type='text'>
this clear by constifying the return value.

Obtained from:	DragonFlyBSD
</content>
</entry>
<entry>
<title>Get rid of the third argument to Var_Value() the pointer it pointed</title>
<updated>2005-05-24T15:58:35Z</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2005-05-24T15:58:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=19446efc0639b6032e39b88ba19fea91c62ee9d6'/>
<id>urn:sha1:19446efc0639b6032e39b88ba19fea91c62ee9d6</id>
<content type='text'>
to has always been set to NULL for some time now.

Obtained from:	DragonFlyBSD
</content>
</entry>
<entry>
<title>Factor out all the .SHELL parsing related stuff into its own file and</title>
<updated>2005-05-24T15:30:03Z</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2005-05-24T15:30:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5c86e3c106f865a1ecf3d2e8d5bc6257a36fb453'/>
<id>urn:sha1:5c86e3c106f865a1ecf3d2e8d5bc6257a36fb453</id>
<content type='text'>
rename the function to be consistent with the naming scheme in the rest
of make. No functional changes.

Obtained from:	DragonFlyBSD (idea and most of shell.h)
</content>
</entry>
<entry>
<title>Before doing any parsing parse the builtin shell specifications and</title>
<updated>2005-05-24T09:14:46Z</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2005-05-24T09:14:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=940c638f935554cae8726f66dc90792beb735622'/>
<id>urn:sha1:940c638f935554cae8726f66dc90792beb735622</id>
<content type='text'>
set the current shell to DEFSHELL. Put all these specifications into
a list. Add user specified new shells to this list. If the user
just selects one of the already know shells just pick the right one
off the list. This let's one do something like:

# Full specification of the user's shell. This also selects the shell.
.SHELL: name=myshell path=/somewhere/foo echo=loud ...

FOO != bar		# use myshell here

.SHELL: name=sh

BAR != baz		# use /bin/sh here

.SHELL: name=myshell	# no need for full spec here.

# continue to use the user's special shell.
</content>
</entry>
<entry>
<title>Get rid of global variables for argument vectors produced by brk_string()</title>
<updated>2005-05-18T14:50:35Z</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2005-05-18T14:50:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=87c7b797f051b66273238f486845148196a0fac3'/>
<id>urn:sha1:87c7b797f051b66273238f486845148196a0fac3</id>
<content type='text'>
introduce a struct that holds all the information about an argument
vector and pass that around.

Author:		Max Okumoto &lt;okumoto@ucsd.edu&gt;
Obtained from:	DragonFlyBSD
</content>
</entry>
<entry>
<title>Make sure machine is initialize before use. Also make two pointers const</title>
<updated>2005-05-12T15:54:52Z</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2005-05-12T15:54:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2c050ec33f8e510f59da01241edc0f7b04e454a7'/>
<id>urn:sha1:2c050ec33f8e510f59da01241edc0f7b04e454a7</id>
<content type='text'>
to get rid of the last two const warnings.
</content>
</entry>
<entry>
<title>Cleanup. Move initialisation of file and program global variables</title>
<updated>2005-05-12T15:04:14Z</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2005-05-12T15:04:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=059649b9ce6324a1c00088a554229478666b11d7'/>
<id>urn:sha1:059649b9ce6324a1c00088a554229478666b11d7</id>
<content type='text'>
to top of main() and sort them. Make chdir_verify_path() static - it
is used only here.

Submitted by:	Max Okumoto &lt;okumoto@ucsd.edu&gt; (7.238)
</content>
</entry>
<entry>
<title>Replace a lot of Var_Set(..., VAR_GLOBAL) by Var_SetGlobal().</title>
<updated>2005-05-12T14:47:22Z</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2005-05-12T14:47:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=11857819772659af77b7cbc26ef90b1d0fa48380'/>
<id>urn:sha1:11857819772659af77b7cbc26ef90b1d0fa48380</id>
<content type='text'>
Submitted by:	Max Okumoto &lt;okumoto@ucsd.edu&gt; (7.237)
</content>
</entry>
<entry>
<title>Cleanup main(). Move catching SIGCHLD into job.c. Move unsetenv("ENV")</title>
<updated>2005-05-12T14:43:32Z</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2005-05-12T14:43:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7007abaf14296b413a4b70cc32125132f469ccd2'/>
<id>urn:sha1:7007abaf14296b413a4b70cc32125132f469ccd2</id>
<content type='text'>
into job.c. Move retrieving of environment nearer to the place where it
is actually used and invert the preprocessor conditionals to use
positive logic.

Submitted by:	Max Okumoto &lt;okumoto@ucsd.edu&gt; (7.236)
</content>
</entry>
</feed>
