<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/boot/common/merge_help.awk, branch release/5.3.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2004-11-04T19:12:42+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2004-11-04T19:12:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3f86d8a2ea3f3265afaa1fd263b0004c5c000e69'/>
<id>3f86d8a2ea3f3265afaa1fd263b0004c5c000e69</id>
<content type='text'>
'RELENG_5_3_0_RELEASE'.

This commit was manufactured to restore the state of the 5.3-RELEASE image.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_5_3_0_RELEASE'.

This commit was manufactured to restore the state of the 5.3-RELEASE image.
</pre>
</div>
</content>
</entry>
<entry>
<title>Initialize first to -1; this will create a (nearly) empty file on failure,</title>
<updated>2001-11-07T17:53:25+00:00</updated>
<author>
<name>Bill Fenner</name>
<email>fenner@FreeBSD.org</email>
</author>
<published>2001-11-07T17:53:25+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ce203869095f816d7140c42e11403d8aa4c55479'/>
<id>ce203869095f816d7140c42e11403d8aa4c55479</id>
<content type='text'>
instead of looping until the disk is full.  This kind of failure can
especially happen when a version of awk that doesn't support POSIX
character classes is used.

Submitted by:	David Wolfskill &lt;david@catwhisker.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
instead of looping until the disk is full.  This kind of failure can
especially happen when a version of awk that doesn't support POSIX
character classes is used.

Submitted by:	David Wolfskill &lt;david@catwhisker.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert rev 1.3 which moved us away from POSIX character classes.</title>
<updated>2001-11-03T01:35:07+00:00</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2001-11-03T01:35:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5daeec14544f55ace3410e994eb50a32a5bd06b9'/>
<id>5daeec14544f55ace3410e994eb50a32a5bd06b9</id>
<content type='text'>
The community feels our base AWK must handle them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The community feels our base AWK must handle them.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bell-Labs AWK does not support POSIX "bracket expressions" (POSIXese for</title>
<updated>2001-11-01T07:16:35+00:00</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2001-11-01T07:16:35+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3a167df8c33b564e049a9ef50b1ce630e648b5b3'/>
<id>3a167df8c33b564e049a9ef50b1ce630e648b5b3</id>
<content type='text'>
"character classes", basically).  So change them to their character
representation.

Submitted by:	David Wolfskill &lt;david@catwhisker.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"character classes", basically).  So change them to their character
representation.

Submitted by:	David Wolfskill &lt;david@catwhisker.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-28T01:08:13+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-28T01:08:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c3aac50f284c6cca5b4f2eb46aaa13812cb8b630'/>
<id>c3aac50f284c6cca5b4f2eb46aaa13812cb8b630</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Transition from using Perl to using awk for our text-manipulation</title>
<updated>1999-01-18T19:05:27+00:00</updated>
<author>
<name>Mike Smith</name>
<email>msmith@FreeBSD.org</email>
</author>
<published>1999-01-18T19:05:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=378972ac6b9bac0123dec09f613bfcba7210933b'/>
<id>378972ac6b9bac0123dec09f613bfcba7210933b</id>
<content type='text'>
needs.  This removes the dependancy on Perl for the generation of the
loader, allowing the world to be built on a perl-free system.

Submitted by:	Joe Abley &lt;jabley@clear.co.nz&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
needs.  This removes the dependancy on Perl for the generation of the
loader, allowing the world to be built on a perl-free system.

Submitted by:	Joe Abley &lt;jabley@clear.co.nz&gt;
</pre>
</div>
</content>
</entry>
</feed>
