<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/make/util.c, branch releng/9.1</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>Use the print_flags function to print the OP_ flags of a target.</title>
<updated>2005-05-13T13:47:41+00:00</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2005-05-13T13:47:41+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=80f4b4290c775f80878f5fb38dfb369e4c136f7c'/>
<id>80f4b4290c775f80878f5fb38dfb369e4c136f7c</id>
<content type='text'>
Give the function one more argument to decide whether it should
print the flags like a C-expression or just space-delimited.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Give the function one more argument to decide whether it should
print the flags like a C-expression or just space-delimited.
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify the print routines by using LST_FOREACH instead of Lst_ForEach</title>
<updated>2005-03-11T13:24:08+00:00</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2005-03-11T13:24:08+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c2d34cc331dbaaae52d689a69bd4a2da5013d504'/>
<id>c2d34cc331dbaaae52d689a69bd4a2da5013d504</id>
<content type='text'>
and inlining the small printing utility functions.
Create a function that can be used to produce printable representations
of flag words.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and inlining the small printing utility functions.
Create a function that can be used to produce printable representations
of flag words.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a debugging function that prints a message and appends the</title>
<updated>2005-03-08T07:47:14+00:00</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2005-03-08T07:47:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1753d0e6a4288e3929bbf73087ceb61e5f6b4348'/>
<id>1753d0e6a4288e3929bbf73087ceb61e5f6b4348</id>
<content type='text'>
current strerror.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
current strerror.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move PrintAddr() from util.c into suff.c - the only file where it is</title>
<updated>2005-02-04T13:23:39+00:00</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2005-02-04T13:23:39+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8ffb687e6411c2ccccde9d64abe4d6fc55359fdb'/>
<id>8ffb687e6411c2ccccde9d64abe4d6fc55359fdb</id>
<content type='text'>
actuall used, and make it static.

Submitted by:	Max Okumoto &lt;okumoto@ucsd.edu&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
actuall used, and make it static.

Submitted by:	Max Okumoto &lt;okumoto@ucsd.edu&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Make enomem static - it's referenced only in util.c.</title>
<updated>2005-02-02T11:25:05+00:00</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2005-02-02T11:25:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b09fe25c80cefe37e47406aff400cb552d52c3bd'/>
<id>b09fe25c80cefe37e47406aff400cb552d52c3bd</id>
<content type='text'>
Submitted by:	Max Okumoto &lt;okumoto@ucsd.edu&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by:	Max Okumoto &lt;okumoto@ucsd.edu&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up include files and file including. Split nonints.h into pieces</title>
<updated>2005-02-01T10:50:37+00:00</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2005-02-01T10:50:37+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7a2029bac2130f8d12b0c3bfa5fca898e12e29a9'/>
<id>7a2029bac2130f8d12b0c3bfa5fca898e12e29a9</id>
<content type='text'>
that get included just where they are needed. All headers include the
headers that they need to compile (just with an empty .c file). Sort
includes alphabetically where apropriate and fix some duplicate commenting
for struct Job, struct GNode and struct Shell by removing one version and
inlining the comments into the structure declaration (the comments have been
somewhat outdated).

This patch does not contain functional changes (checked with md5).

Submitted by:	Max Okumoto &lt;okumoto@ucsd.edu&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
that get included just where they are needed. All headers include the
headers that they need to compile (just with an empty .c file). Sort
includes alphabetically where apropriate and fix some duplicate commenting
for struct Job, struct GNode and struct Shell by removing one version and
inlining the comments into the structure declaration (the comments have been
somewhat outdated).

This patch does not contain functional changes (checked with md5).

Submitted by:	Max Okumoto &lt;okumoto@ucsd.edu&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Stylification: missing spaces, extra space after function names, casts</title>
<updated>2004-11-30T17:46:29+00:00</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2004-11-30T17:46:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e6417f6fe2ab9ece408075f315a2d958f255a020'/>
<id>e6417f6fe2ab9ece408075f315a2d958f255a020</id>
<content type='text'>
and the sizeof operator, missing empty lines, void casts, extra empty lines.

Checked by: diff on make *.o lst.lib/*.o

Submitted by:	Max Okumoto &lt;okumoto@soe.ucsd.edu&gt; (partly)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and the sizeof operator, missing empty lines, void casts, extra empty lines.

Checked by: diff on make *.o lst.lib/*.o

Submitted by:	Max Okumoto &lt;okumoto@soe.ucsd.edu&gt; (partly)
</pre>
</div>
</content>
</entry>
<entry>
<title>Move utilitarian routines to util.c, which isn't the same as the old</title>
<updated>2002-10-10T19:27:48+00:00</updated>
<author>
<name>Juli Mallett</name>
<email>jmallett@FreeBSD.org</email>
</author>
<published>2002-10-10T19:27:48+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f8137bcf93914a510a01d9a764bf9e33c98b010a'/>
<id>f8137bcf93914a510a01d9a764bf9e33c98b010a</id>
<content type='text'>
compatability-geared util.c.  These are things like message printers
and the PrintAddr function for traversing lists.  Other general-purpose
utilities inside make(1) can go here, in time.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
compatability-geared util.c.  These are things like message printers
and the PrintAddr function for traversing lists.  Other general-purpose
utilities inside make(1) can go here, in time.
</pre>
</div>
</content>
</entry>
<entry>
<title>o unifdef -D__STDC__</title>
<updated>2002-03-23T23:30:30+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2002-03-23T23:30:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c120448ada8383007a2ee95e85932977a8e6370e'/>
<id>c120448ada8383007a2ee95e85932977a8e6370e</id>
<content type='text'>
o remove badly bit-rotted compat file that likely won't work on the systems
  it purports to support.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
o remove badly bit-rotted compat file that likely won't work on the systems
  it purports to support.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix style(9) bug; use ISDOT[DOT,]() macro available in util.c by moving</title>
<updated>2001-01-21T08:24:41+00:00</updated>
<author>
<name>Will Andrews</name>
<email>will@FreeBSD.org</email>
</author>
<published>2001-01-21T08:24:41+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e3cb529472258dce535b4503934d6141c6562b85'/>
<id>e3cb529472258dce535b4503934d6141c6562b85</id>
<content type='text'>
it to make.h so both dir.c and util.c can use it, although bde didn't
particularly like this part of the idea, IMO it's cleaner than it was.

Submitted by:	bde
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
it to make.h so both dir.c and util.c can use it, although bde didn't
particularly like this part of the idea, IMO it's cleaner than it was.

Submitted by:	bde
</pre>
</div>
</content>
</entry>
</feed>
