History log of /freebsd-13.1/usr.bin/uuencode/uuencode.1 (Results 1 – 25 of 33)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0
# fbbd9655 28-Feb-2017 Warner Losh <[email protected]>

Renumber copyright clause 4

Renumber cluase 4 to 3, per what everybody else did when BSD granted
them permission to remove clause 3. My insistance on keeping the same
numbering for legal reasons is

Renumber copyright clause 4

Renumber cluase 4 to 3, per what everybody else did when BSD granted
them permission to remove clause 3. My insistance on keeping the same
numbering for legal reasons is too pedantic, so give up on that point.

Submitted by: Jan Schaumann <[email protected]>
Pull Request: https://github.com/freebsd/freebsd/pull/96

show more ...


# f59f9337 11-Feb-2017 Baptiste Daroussin <[email protected]>

Remove spaces at end of line

Reported by: make manlint
MFC after: 2 days


Revision tags: release/11.0.1, release/11.0.0
# 019a4a20 07-Apr-2016 Pietro Cerutti <[email protected]>

Enhance uuencode with a -r option to produce raw output.

This matches with uudecode's -r option to decode raw data without initial and
final framing lines.

$ echo Test | uuencode -mr - | uudecode -

Enhance uuencode with a -r option to produce raw output.

This matches with uudecode's -r option to decode raw data without initial and
final framing lines.

$ echo Test | uuencode -mr - | uudecode -mr
Test

Approved by: cognet
MFC after: 1 week

show more ...


Revision tags: release/10.3.0, release/10.2.0, release/10.1.0, release/9.3.0, release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0
# 3952727d 26-Oct-2012 Eitan Adler <[email protected]>

Prefer an example users born after myself might use.

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


Revision tags: release/8.3.0_cvs, release/8.3.0, release/9.0.0, release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0
# da52b4ca 11-Dec-2010 Joel Dahl <[email protected]>

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 $F

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

show more ...


Revision tags: release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0, release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0
# f0ea72a0 14-Jul-2005 Christian Brueffer <[email protected]>

- 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


Revision tags: release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0
# 6c7216df 18-Jan-2005 Ruslan Ermilov <[email protected]>

Sort sections.


Revision tags: release/5.3.0_cvs, release/5.3.0, release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0, release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0
# 7044784b 18-Mar-2003 Tony Finch <[email protected]>

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


# 276f1185 27-Feb-2003 Tony Finch <[email protected]>

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


Revision tags: release/5.0.0_cvs, release/5.0.0
# 2e3fbbc5 22-Dec-2002 Jens Schweikhardt <[email protected]>

Correct minor grammos.

MFC after: 3 days


Revision tags: release/4.7.0_cvs
# 23a4f59e 03-Sep-2002 Tony Finch <[email protected]>

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 <[email protected]>
MFC after: 1 week


# 59706ac3 03-Sep-2002 Tony Finch <[email protected]>

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

PR: 42356


Revision tags: release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs
# 28130e43 19-May-2002 Juli Mallett <[email protected]>

Synch usage() and manpage for b64encode/b64decode.

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


# 09bf07df 19-May-2002 Juli Mallett <[email protected]>

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

As requested by various users.


# e8937ba0 20-Apr-2002 Philippe Charnier <[email protected]>

Use `The .Nm utility'


# 30d7e7ef 20-Apr-2002 Juli Mallett <[email protected]>

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


# 6edbab2f 15-Mar-2002 Ruslan Ermilov <[email protected]>

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


# 0e01f18b 05-Mar-2002 Juli Mallett <[email protected]>

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: -sta

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

show more ...


# aa7b0c75 16-Feb-2002 Mike Barcroft <[email protected]>

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

Requested by: grog, nectar


Revision tags: release/4.5.0_cvs, release/4.4.0_cvs
# c3751af2 27-Jan-2002 Mike Barcroft <[email protected]>

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

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 <[email protected]>
MFC after: 2 weeks

show more ...


# f247324d 15-Jul-2001 Dima Dorfman <[email protected]>

Remove whitespace at EOL.


# 62500372 10-Jul-2001 Ruslan Ermilov <[email protected]>

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


Revision tags: release/4.3.0_cvs, release/4.3.0
# 9b88faec 19-Dec-2000 Ruslan Ermilov <[email protected]>

Prepare for mdoc(7)NG.


# 8fe908ef 20-Nov-2000 Ruslan Ermilov <[email protected]>

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


Revision tags: release/4.2.0, release/4.1.1_cvs, release/4.1.0, release/3.5.0_cvs, release/4.0.0_cvs
# 87faa07b 01-Mar-2000 Sheldon Hearn <[email protected]>

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.


12