<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.bin/m4, branch release/8.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2011-02-24T10:23:22Z</updated>
<entry>
<title>MFC r218909:</title>
<updated>2011-02-24T10:23:22Z</updated>
<author>
<name>Rebecca Cran</name>
<email>brucec@FreeBSD.org</email>
</author>
<published>2011-02-24T10:23:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=252b710c510f1981e5acfd15f436d31080c011e1'/>
<id>urn:sha1:252b710c510f1981e5acfd15f436d31080c011e1</id>
<content type='text'>
Fix typos - remove duplicate "the".

PR:		bin/154928
Submitted by:	Eitan Adler &lt;lists at eitanadler.com&gt;
</content>
</entry>
<entry>
<title>Use NULL instead of 0 for the return value of fopen().</title>
<updated>2007-09-21T01:55:11Z</updated>
<author>
<name>Kevin Lo</name>
<email>kevlo@FreeBSD.org</email>
</author>
<published>2007-09-21T01:55:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8bcd62f2ff6745726c72cb2d2b8c12180a820608'/>
<id>urn:sha1:8bcd62f2ff6745726c72cb2d2b8c12180a820608</id>
<content type='text'>
Approved by: re (kensmith)
</content>
</entry>
<entry>
<title>Let bsd.prog.mk set SRCS and MAN to their default values.</title>
<updated>2005-01-28T16:08:11Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-01-28T16:08:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=254dd1666eaa21b0f7ecf37507e4ee0d44284abe'/>
<id>urn:sha1:254dd1666eaa21b0f7ecf37507e4ee0d44284abe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added the EXIT STATUS section where appropriate.</title>
<updated>2005-01-17T07:44:44Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-01-17T07:44:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a866e170777b42fd7921eadd6e7e664f3a031d60'/>
<id>urn:sha1:a866e170777b42fd7921eadd6e7e664f3a031d60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Store a pointer to "null" in struct ndblock's defn member instead of a</title>
<updated>2004-08-16T14:18:22Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2004-08-16T14:18:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f03b27517bb00da08576f04e7354468aadecb63f'/>
<id>urn:sha1:f03b27517bb00da08576f04e7354468aadecb63f</id>
<content type='text'>
duplicate allocated on the heap; the address defn points to is significant,
and is checked against the address of "null" in certain conditionals.

PR:		59883
MFC after:	1 week
</content>
</entry>
<entry>
<title>Respect locale settings from the environment.</title>
<updated>2004-07-12T02:48:40Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2004-07-12T02:48:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=338b72d96e0b1677eddb4f89aec31d0a970f58d6'/>
<id>urn:sha1:338b72d96e0b1677eddb4f89aec31d0a970f58d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Document missing multibyte character support in utilities specified</title>
<updated>2004-07-03T01:28:21Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2004-07-03T01:28:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4f45d8117866dd399fe769d07dbc8e211bb9021c'/>
<id>urn:sha1:4f45d8117866dd399fe769d07dbc8e211bb9021c</id>
<content type='text'>
by POSIX.
</content>
</entry>
<entry>
<title>Mechanically kill hard sentence breaks.</title>
<updated>2004-07-02T22:22:35Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-07-02T22:22:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6a3e8b0adc8c622ae61275a94d5d869980a68069'/>
<id>urn:sha1:6a3e8b0adc8c622ae61275a94d5d869980a68069</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't depend on NULL's expansion being a pointer, cast it before it is passed</title>
<updated>2004-05-18T15:53:58Z</updated>
<author>
<name>Stefan Farfeleder</name>
<email>stefanf@FreeBSD.org</email>
</author>
<published>2004-05-18T15:53:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ec18ee18ad865d57f33d5c477150679a02660268'/>
<id>urn:sha1:ec18ee18ad865d57f33d5c477150679a02660268</id>
<content type='text'>
to variadic functions.

Approved by:	das (mentor)
</content>
</entry>
<entry>
<title>Fix m4 to properly handle bitwise operators &amp;, ^, and |. Fix operator</title>
<updated>2004-05-01T03:59:43Z</updated>
<author>
<name>Sean Kelly</name>
<email>smkelly@FreeBSD.org</email>
</author>
<published>2004-05-01T03:59:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=42249c7f31d3bf96c4e4fba7c5b9a931c156079b'/>
<id>urn:sha1:42249c7f31d3bf96c4e4fba7c5b9a931c156079b</id>
<content type='text'>
precedence. Add short-circuit evaluation.

PR:		bin/60914
Reviewed by:	petef
Discussed with:	jeff, petef
</content>
</entry>
</feed>
