<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.bin/m4, branch releng/6.4</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=releng%2F6.4</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=releng%2F6.4'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2005-01-28T16:08:11Z</updated>
<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>
<entry>
<title>m4 script to test the functionality of math operators in eval().</title>
<updated>2004-05-01T03:27:05Z</updated>
<author>
<name>Sean Kelly</name>
<email>smkelly@FreeBSD.org</email>
</author>
<published>2004-05-01T03:27:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=15ea80397589787c94ee32dde8bb2e217ed6c2ef'/>
<id>urn:sha1:15ea80397589787c94ee32dde8bb2e217ed6c2ef</id>
<content type='text'>
Submitted by:	K S Braunsdorf &lt;sed@ksb.npcguild.org&gt;
</content>
</entry>
<entry>
<title>Use .St -susv2 rather than "The Single UNIX specification".</title>
<updated>2003-12-10T10:52:48Z</updated>
<author>
<name>Maxim Konovalov</name>
<email>maxim@FreeBSD.org</email>
</author>
<published>2003-12-10T10:52:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=89dff382853849c5402260bf283b10c4b3f1ccb7'/>
<id>urn:sha1:89dff382853849c5402260bf283b10c4b3f1ccb7</id>
<content type='text'>
Submitted by:	osa
</content>
</entry>
</feed>
