History log of /freebsd-10.0-release/usr.bin/uuencode/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
259065 07-Dec-2013 gjb

- Copy stable/10 (r259064) to releng/10.0 as part of the
10.0-RELEASE cycle.
- Update __FreeBSD_version [1]
- Set branch name to -RC1

[1] 10.0-CURRENT __FreeBSD_version value ended at '55', so
start releng/10.0 at '100' so the branch is started with
a value ending in zero.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


242136 26-Oct-2012 eadler

Prefer an example users born after myself might use.

Approved by: bcr (mentor)
MFC after: 3 days


227197 06-Nov-2011 ed

Add missing static keywords to uuencode(1)


216370 11-Dec-2010 joel

Remove the advertising clause from UCB copyrighted files in usr.bin. This
is in accordance with the information provided at
ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change

Also add $FreeBSD$ to a few files to keep svn happy.

Discussed with: imp, rwatson


201386 02-Jan-2010 ed

Build usr.bin/ with WARNS=6 by default.

Also add some missing $FreeBSD$ to keep svn happy.


148011 14-Jul-2005 brueffer

- Remove MLINKS to nonexistant manpages
- Change some section numbers to match reality
- For MLINKS to manpages from ports, mention which port installs them

MFC after: 3 days


140420 18-Jan-2005 ru

Sort sections.


124830 22-Jan-2004 grehan

Userland signed char fixes for PPC build. Problems were using a char
return for getopt() and comparing to -1, ditto with fgetc() and EOF,
and using the kg_nice value from <sys/user.h>

Submitted by: Stefan Farfeleder <stefan@fafoe.narf.at>
Reviewed by: obrien, bde (a while back)
Tested lightly on: ppc, i386, make universe


114594 03-May-2003 obrien

Make GCC 3.3 happy with rcsid[], sccs[], and copyright[].


112378 18-Mar-2003 fanf

Fix English usage: "for security purpose" -> "for security reasons".


111589 27-Feb-2003 fanf

Document uudecode's new relaxed mode for handling raw data.


108181 22-Dec-2002 schweikh

Correct minor grammos.

MFC after: 3 days


105519 20-Oct-2002 fanf

Improve the way base64 mode is enabled based on the program name,
so that it works when the path to b64encode is used to run it.


102910 03-Sep-2002 fanf

Don't try (and fail) to fchmod /dev/stdout. Revert the manual page
to suggest the portable alternative to -p.

PR: 42356
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
MFC after: 1 week


102891 03-Sep-2002 fanf

Suggest -p instead of -o /dev/stdout.

PR: 42356


96958 19-May-2002 jmallett

Fix a late-night buglet in MLINKS ordering.

Submitted by: Szilveszter Adam <sziszi@bsd.hu>


96943 19-May-2002 jmallett

Synch usage() and manpage for b64encode/b64decode.

Make uudecode's usage more like that of other programs.


96942 19-May-2002 jmallett

Add b64decode & b64encode as synonyms for uudecode and uuencode -m,
respectively, for convenience when encoding or decoding base64 files.

As requested by various users.


96810 17-May-2002 jmallett

Group the output chunks differently, to try to match BSD/OS output. Switch
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.


96438 12-May-2002 mike

Finish converting the rest of the function declaration and prototypes
to ANSI C. Use new source ID scheme.


96386 11-May-2002 alfred

unbreak build:
K&R style main() makes gcc emit a warning about missing prototypes so
switch to ANSI.


95124 20-Apr-2002 charnier

Use `The .Nm utility'


95104 20-Apr-2002 jmallett

In the BUGS section, mention that the ballooning of size mentioned here is
with regard to the traditional algorithm.

Suggested by: obrien
MFC after: 1 week


95086 20-Apr-2002 jmallett

Bump WARNS to 4.


92922 22-Mar-2002 imp

remove __P


92344 15-Mar-2002 ru

mdoc(7) police: fix markup and uudecode(1) -o option description.


91676 05-Mar-2002 mike

Initialize `output' in a more proper location.

Submitted by: roam


91661 05-Mar-2002 jmallett

Add base64 support to uuencode(1) and uudecode(1), as specified by SUSv3.

Add `-o' option to uuencode(1) to pipe the uuencoded output to an
arbitrary file, instead of just stdout.

Reviewed by: -standards, mike
Approved by: mike


90720 16-Feb-2002 mike

Un-deprecate the -p option. We now have two ways to output to stdout:
`-o /dev/stdout' or `-p'.

Requested by: grog, nectar


89882 27-Jan-2002 mike

Add -o option (POSIX.1-2001) to uudecode(1). Deprecate the -p option
(which allows one to redirect output to stdout); `-o /dev/stdout' is
recommended instead.

Submitted by: Joseph Mallett <jmallett@xMach.org>
MFC after: 2 weeks


87695 11-Dec-2001 markm

WARNS=2 is to become the default, so remove it from here.


84715 09-Oct-2001 ru

Pad input with null characters if it is not a multiple of 3.

PR: bin/31156
MFC after: 1 week


79755 15-Jul-2001 dd

Remove whitespace at EOL.


79535 10-Jul-2001 ru

mdoc(7) police: removed HISTORY info from the .Os call.


78718 24-Jun-2001 dd

Include missing header files which define functions for which gcc has
builtins (e.g., exit, strcmp).


78387 17-Jun-2001 dd

Satisfy gcc's parenthetical needs and clamp down with WANRS=2.

Reviewed by: md5(1)


74848 27-Mar-2001 ru

MAN[1-9] -> MAN.


70197 19-Dec-2000 ru

Prepare for mdoc(7)NG.


68963 20-Nov-2000 ru

mdoc(7) police: use the new features of the Nm macro.


57670 01-Mar-2000 sheldonh

Remove single-space hard sentence breaks. These degrade the quality
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.


50477 28-Aug-1999 peter

$Id$ -> $FreeBSD$


48792 12-Jul-1999 nik

Add $Id$, to make it simpler for members of the translation teams to
track.

The $Id$ line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;

.\" $Id$
.\"

If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.

Approved by: bde


32780 25-Jan-1998 wosch

Add two new options:

-i Do not overwrite files.

-s Do not strip output pathname to base filename. By default uuencode
deletes any prefix ending with the last slash '/' for security
purpose.


28564 22-Aug-1997 charnier

Use err(3).


24360 29-Mar-1997 imp

compare return value from getopt against -1 rather than EOF, per the final
posix standard on the topic.


23012 22-Feb-1997 peter

Revert $FreeBSD$ to $Id$


22886 18-Feb-1997 wosch

Fix ranges - off by one.


21748 15-Jan-1997 wosch

Sort cross references.


21673 14-Jan-1997 jkh

Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.


19078 21-Oct-1996 wosch

New options for uudecode
-p Decode file and write output to standard output.
-c Decode more than one uuencode'd file from file if possible.


14651 17-Mar-1996 joerg

Minor correction regarding the last line of an uuencoded file.

Submitted by: Giles Lean <giles@topaz.nemeton.com.au>


14045 12-Feb-1996 mpp

Another round of man page cleanups.

Down to only about 100 items left to cleanup! :-)


1866 05-Aug-1994 wollman

More merry makefile munging for man page compatability.


1591 27-May-1994 rgrimes

This commit was generated by cvs2svn to compensate for changes in r1590,
which included commits to RCS files with non-trunk default branches.