<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/awk, branch release/6.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F6.0.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F6.0.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2005-11-03T00:35:26Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2005-11-03T00:35:26Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2005-11-03T00:35:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3640cb54210edbb7edbf1b12ef0127ecfcea967d'/>
<id>urn:sha1:3640cb54210edbb7edbf1b12ef0127ecfcea967d</id>
<content type='text'>
'RELENG_6_0_0_RELEASE'.

This commit was manufactured to restore the state of the 6.0-RELEASE image.
</content>
</entry>
<entry>
<title>Add temporary patches to make one-true-awk respect locale's collating order</title>
<updated>2005-05-17T14:54:33Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-05-17T14:54:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f9fe4d605fdc9a299101daa30a9b96e852f16552'/>
<id>urn:sha1:f9fe4d605fdc9a299101daa30a9b96e852f16552</id>
<content type='text'>
in [a-z] bracket expressions, until a more complete fix (like handing BREs)
is ready.

Prodded by:	ache
OK'ed by:	tjr
</content>
</entry>
<entry>
<title>Use</title>
<updated>2003-06-06T13:46:55Z</updated>
<author>
<name>Jun Kuriyama</name>
<email>kuriyama@FreeBSD.org</email>
</author>
<published>2003-06-06T13:46:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3a624f5e231be635938172fee38b15046d4ef3dd'/>
<id>urn:sha1:3a624f5e231be635938172fee38b15046d4ef3dd</id>
<content type='text'>
	cat ${.ALLSRC} &gt; ${.TARGET}
rather than
	ln -sf ${.ALLSRC} ${.TARGET}
not to depends on absolute-path of symbolic links.

Commented by:  marcel, obrien, bde
</content>
</entry>
<entry>
<title>For the bwk_20030314 version, we have to -DHAS_ISBLANK now.</title>
<updated>2003-03-17T08:07:54Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-03-17T08:07:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=82e3b8201420ba2bc21f406003349c7eda6839fb'/>
<id>urn:sha1:82e3b8201420ba2bc21f406003349c7eda6839fb</id>
<content type='text'>
Oh how I wish the author had accepted my "#ifndef isblank" patch instead.
</content>
</entry>
<entry>
<title>BWK awk appears to work for world builds just fine now.  We want to make</title>
<updated>2002-05-10T20:36:21Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-05-10T20:36:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=498e57a7a4c0630192b94b087656d6532f582e49'/>
<id>urn:sha1:498e57a7a4c0630192b94b087656d6532f582e49</id>
<content type='text'>
sparc64 the same as the other platforms -- so do it by moving the other
platforms toward the sparc64.
</content>
</entry>
<entry>
<title>Style.</title>
<updated>2002-04-10T03:10:03Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-04-10T03:10:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=259b7fa9b95bcf189bb5f935ac37274fc98f7bc4'/>
<id>urn:sha1:259b7fa9b95bcf189bb5f935ac37274fc98f7bc4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Style.</title>
<updated>2002-04-09T07:05:24Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-04-09T07:05:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8b04285f306d08acfa5849adb86b07e327c45408'/>
<id>urn:sha1:8b04285f306d08acfa5849adb86b07e327c45408</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make this compile in a standalone environment.</title>
<updated>2002-04-09T07:03:32Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-04-09T07:03:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=498e32cef0569d473d0575985d49bf5378d45fdd'/>
<id>urn:sha1:498e32cef0569d473d0575985d49bf5378d45fdd</id>
<content type='text'>
Tidy up CLEANFILES.
Use built-in rules for building "maketab".
</content>
</entry>
<entry>
<title>Use our auto-YACC'ing rules to do most of the work.</title>
<updated>2002-03-23T04:49:43Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-03-23T04:49:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2fe5bfd7a1e76fc6d1d2ff8ffb524f23ecb90a13'/>
<id>urn:sha1:2fe5bfd7a1e76fc6d1d2ff8ffb524f23ecb90a13</id>
<content type='text'>
Submitted by:	bde
</content>
</entry>
<entry>
<title>To quote BDE: "the k part of awk should understand the ctype macros and not</title>
<updated>2002-03-06T18:37:26Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-03-06T18:37:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a370851f6e65f41287609adc39e39b4e42a4b4d9'/>
<id>urn:sha1:a370851f6e65f41287609adc39e39b4e42a4b4d9</id>
<content type='text'>
               need the -funsigned-char hack."

Also add needed CLEANSFILE.
</content>
</entry>
</feed>
