<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/uuencode/uuencode.c, branch release/7.0.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>2008-02-24T05:45:17+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2008-02-24T05:45:17+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a9c219fa3cec18ef9f30edec6fa106bf0e2d423d'/>
<id>a9c219fa3cec18ef9f30edec6fa106bf0e2d423d</id>
<content type='text'>
'RELENG_7_0_0_RELEASE'.

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

This commit was manufactured to restore the state of the 7.0-RELEASE image.
</pre>
</div>
</content>
</entry>
<entry>
<title>Userland signed char fixes for PPC build. Problems were using a char</title>
<updated>2004-01-22T07:23:36+00:00</updated>
<author>
<name>Peter Grehan</name>
<email>grehan@FreeBSD.org</email>
</author>
<published>2004-01-22T07:23:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5cfe0423e65c346d83d1f90d5e3fd6b1cb2e310c'/>
<id>5cfe0423e65c346d83d1f90d5e3fd6b1cb2e310c</id>
<content type='text'>
return for getopt() and comparing to -1, ditto with fgetc() and EOF,
and using the kg_nice value from &lt;sys/user.h&gt;

Submitted by: Stefan Farfeleder &lt;stefan@fafoe.narf.at&gt;
Reviewed by: obrien, bde (a while back)
Tested lightly on: ppc, i386, make universe
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
return for getopt() and comparing to -1, ditto with fgetc() and EOF,
and using the kg_nice value from &lt;sys/user.h&gt;

Submitted by: Stefan Farfeleder &lt;stefan@fafoe.narf.at&gt;
Reviewed by: obrien, bde (a while back)
Tested lightly on: ppc, i386, make universe
</pre>
</div>
</content>
</entry>
<entry>
<title>Make GCC 3.3 happy with rcsid[], sccs[], and copyright[].</title>
<updated>2003-05-03T19:44:46+00:00</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-05-03T19:44:46+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ebe901b4decf4e571dcc1c795b5c2df5a52ec12e'/>
<id>ebe901b4decf4e571dcc1c795b5c2df5a52ec12e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve the way base64 mode is enabled based on the program name,</title>
<updated>2002-10-20T14:18:25+00:00</updated>
<author>
<name>Tony Finch</name>
<email>fanf@FreeBSD.org</email>
</author>
<published>2002-10-20T14:18:25+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=24416564864f7717ddb528bf624dcf05093ab8c6'/>
<id>24416564864f7717ddb528bf624dcf05093ab8c6</id>
<content type='text'>
so that it works when the path to b64encode is used to run it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
so that it works when the path to b64encode is used to run it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Synch usage() and manpage for b64encode/b64decode.</title>
<updated>2002-05-19T11:22:54+00:00</updated>
<author>
<name>Juli Mallett</name>
<email>jmallett@FreeBSD.org</email>
</author>
<published>2002-05-19T11:22:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=28130e430531fde1fe24e7775a980b83707c0ad0'/>
<id>28130e430531fde1fe24e7775a980b83707c0ad0</id>
<content type='text'>
Make uudecode's usage more like that of other programs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make uudecode's usage more like that of other programs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add b64decode &amp; b64encode as synonyms for uudecode and uuencode -m,</title>
<updated>2002-05-19T11:17:17+00:00</updated>
<author>
<name>Juli Mallett</name>
<email>jmallett@FreeBSD.org</email>
</author>
<published>2002-05-19T11:17:17+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=09bf07df21ab7f01ad523978e302b9d26a69530d'/>
<id>09bf07df21ab7f01ad523978e302b9d26a69530d</id>
<content type='text'>
respectively, for convenience when encoding or decoding base64 files.

As requested by various users.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
respectively, for convenience when encoding or decoding base64 files.

As requested by various users.
</pre>
</div>
</content>
</entry>
<entry>
<title>Group the output chunks differently, to try to match BSD/OS output.  Switch</title>
<updated>2002-05-17T12:27:02+00:00</updated>
<author>
<name>Juli Mallett</name>
<email>jmallett@FreeBSD.org</email>
</author>
<published>2002-05-17T12:27:02+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4eb254c143f3cc2462761b480a9930a0c0192c3d'/>
<id>4eb254c143f3cc2462761b480a9930a0c0192c3d</id>
<content type='text'>
to using arithmatic to determine buffer sizes to encode into.

Diane Bruce pointed out to me that BSD/OS did MIME too, so I want to match
their output, too, since my decision of 8 output groups was wholly arbitrary.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to using arithmatic to determine buffer sizes to encode into.

Diane Bruce pointed out to me that BSD/OS did MIME too, so I want to match
their output, too, since my decision of 8 output groups was wholly arbitrary.
</pre>
</div>
</content>
</entry>
<entry>
<title>Finish converting the rest of the function declaration and prototypes</title>
<updated>2002-05-12T03:56:34+00:00</updated>
<author>
<name>Mike Barcroft</name>
<email>mike@FreeBSD.org</email>
</author>
<published>2002-05-12T03:56:34+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b2c80b69ebb6d5061bc19f3f0592a55267e089ed'/>
<id>b2c80b69ebb6d5061bc19f3f0592a55267e089ed</id>
<content type='text'>
to ANSI C.  Use new source ID scheme.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to ANSI C.  Use new source ID scheme.
</pre>
</div>
</content>
</entry>
<entry>
<title>unbreak build:</title>
<updated>2002-05-11T03:29:04+00:00</updated>
<author>
<name>Alfred Perlstein</name>
<email>alfred@FreeBSD.org</email>
</author>
<published>2002-05-11T03:29:04+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3a9818f9267b7b78a7e675f16236743a15325fe2'/>
<id>3a9818f9267b7b78a7e675f16236743a15325fe2</id>
<content type='text'>
K&amp;R style main() makes gcc emit a warning about missing prototypes so
switch to ANSI.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
K&amp;R style main() makes gcc emit a warning about missing prototypes so
switch to ANSI.
</pre>
</div>
</content>
</entry>
<entry>
<title>remove __P</title>
<updated>2002-03-22T01:42:45+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2002-03-22T01:42:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3f330d7d1a3fe98c53faf01d0f30c0a9fbb37c41'/>
<id>3f330d7d1a3fe98c53faf01d0f30c0a9fbb37c41</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
