<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.bin/make/make.c, branch release/5.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2002-10-23T23:16:43Z</updated>
<entry>
<title>Remove efree(), it isn't used consistently enough to even pretend that it</title>
<updated>2002-10-23T23:16:43Z</updated>
<author>
<name>Juli Mallett</name>
<email>jmallett@FreeBSD.org</email>
</author>
<published>2002-10-23T23:16:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=cbfcb39874d97238abccb006b6acf2b2f78b2e65'/>
<id>urn:sha1:cbfcb39874d97238abccb006b6acf2b2f78b2e65</id>
<content type='text'>
might help on the systems it could possibly be used as a bandaid for.  In
fact, the only thing it's useful for is instrumenting free(3) calls, and in
that capacity, it's better served as a local patch, than a public wrapper.
</content>
</entry>
<entry>
<title>Convert make(1) to use ANSI style function declarations.  Variable</title>
<updated>2002-10-09T03:42:10Z</updated>
<author>
<name>Juli Mallett</name>
<email>jmallett@FreeBSD.org</email>
</author>
<published>2002-10-09T03:42:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4526ed6ffb47e16844e942555ad0fab102401734'/>
<id>urn:sha1:4526ed6ffb47e16844e942555ad0fab102401734</id>
<content type='text'>
documentation already adequatedly existed in the description in most
cases.  Where it did not, it was added.  If no documentation existed
beforehand, then none was added.  Some unused dummies for use in the
traversal functions were marked as __unused during the conversion.
Occasionally, local style fixes were applied to lines already being
modified or influenced.

Now make(1) should always build with WARNS=3.
</content>
</entry>
<entry>
<title>Code that has been #if0'd with the comment "WHY" since revision 1.1 can</title>
<updated>2002-10-02T16:06:39Z</updated>
<author>
<name>Juli Mallett</name>
<email>jmallett@FreeBSD.org</email>
</author>
<published>2002-10-02T16:06:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=03f3a2a6453db87a8ecfcf9d0d3d6b6b2fa88363'/>
<id>urn:sha1:03f3a2a6453db87a8ecfcf9d0d3d6b6b2fa88363</id>
<content type='text'>
disappear.
</content>
</entry>
<entry>
<title>Make make(1) WARNS=6 clean except for const issues.  This mostly involves</title>
<updated>2002-09-28T23:35:07Z</updated>
<author>
<name>Juli Mallett</name>
<email>jmallett@FreeBSD.org</email>
</author>
<published>2002-09-28T23:35:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=763d9eb177d7a6521dd5dd72b518789718e33894'/>
<id>urn:sha1:763d9eb177d7a6521dd5dd72b518789718e33894</id>
<content type='text'>
renaming variables to not shadow libc functions or greater scope locals.  Kinda
makes one wonder if the extern ones weren't meant in some of these places :)

The only thing I'd still like to do WRT this is possibly combine rstat and
status in compat.c -- that should be fine, as I do not think the codepaths
will want both around at once.

Sponsored by:	Bright Path Solutions
</content>
</entry>
<entry>
<title>Make the DEBUGF() macro portable by (ugh) adding a Debug() function, which</title>
<updated>2002-09-18T16:13:03Z</updated>
<author>
<name>Juli Mallett</name>
<email>jmallett@FreeBSD.org</email>
</author>
<published>2002-09-18T16:13:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2dbb6cf1cb59a2b30f8dc6dddd20bf110b0b49a8'/>
<id>urn:sha1:2dbb6cf1cb59a2b30f8dc6dddd20bf110b0b49a8</id>
<content type='text'>
is merely printf() but to stderr.  This takes care of the caveat which lead
to the use of a vararg macro -- getting everything to stderr.
</content>
</entry>
<entry>
<title>Move common use of if (DEBUG(FOO)) printf... to DEBUGF(FOO, ...), using</title>
<updated>2002-09-17T22:31:26Z</updated>
<author>
<name>Juli Mallett</name>
<email>jmallett@FreeBSD.org</email>
</author>
<published>2002-09-17T22:31:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=cdba64071cada4caf017884bc3ca7eba76c05e18'/>
<id>urn:sha1:cdba64071cada4caf017884bc3ca7eba76c05e18</id>
<content type='text'>
variable length arguments to a macro.  Bump version as this makes DEBUG
statements *always* go to stderr rather than sometimes stdout.  There are
a few stragglers, which I will take care of as soon as I can.  Mostly these
relate to the need-for-death-of some of the remote job code.

Nearby stylistic nits and XXX added/fixed where appropriate.
</content>
</entry>
<entry>
<title>Prefer BSDmakefile over makefile and Makefile.</title>
<updated>2002-04-13T12:18:00Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-04-13T12:18:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=664a5a88d4cf52d5e7b6811b9f5feebfa51a7199'/>
<id>urn:sha1:664a5a88d4cf52d5e7b6811b9f5feebfa51a7199</id>
<content type='text'>
Submitted by:	jmallett
Obtained from:	OpenBSD
</content>
</entry>
<entry>
<title>Update SCM ID method.</title>
<updated>2002-04-13T10:17:18Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-04-13T10:17:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4d1f4209a6f1215508baf0a410cf733e71a9e0de'/>
<id>urn:sha1:4d1f4209a6f1215508baf0a410cf733e71a9e0de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>De'register.</title>
<updated>2002-04-13T10:05:30Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-04-13T10:05:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a59e308cd714fe08531d16d8a5ebde8cd7b464fc'/>
<id>urn:sha1:a59e308cd714fe08531d16d8a5ebde8cd7b464fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove __P</title>
<updated>2002-03-22T01:33:25Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2002-03-22T01:33:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d3cb5ded92a4fcf21400c9742ca884549bebc99e'/>
<id>urn:sha1:d3cb5ded92a4fcf21400c9742ca884549bebc99e</id>
<content type='text'>
</content>
</entry>
</feed>
