aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/uuencode
Commit message (Collapse)AuthorAgeFilesLines
* MFC: uudecode raw mode documentation and other improvements.Tony Finch2003-04-071-4/+26
| | | | Notes: svn path=/stable/4/; revision=113233
* MFC: minor grammos corrected.Jens Schweikhardt2003-01-221-3/+3
| | | | Notes: svn path=/stable/4/; revision=109706
* MFC: b64encode mode from command name, plus style fixes.Tony Finch2002-10-211-11/+16
| | | | Notes: svn path=/stable/4/; revision=105625
* MFC:Tony Finch2002-10-202-15/+28
| | | | | | | | | | * install b64*code links to uu*code and mention them in the manual * remove duplicated text from the manual * fix output file chmod logic, tilde expansion, and begin line parsing * code style improvements Notes: svn path=/stable/4/; revision=105521
* MFC revision 1.13: Group base64 encoded output differently.Juli Mallett2002-06-171-3/+6
| | | | Notes: svn path=/stable/4/; revision=98324
* MFC option descriptions, rewording the BUGS section.Juli Mallett2002-04-271-10/+27
| | | | | | | While I'm here, MFC the "The .Nm utility" changes to reduce diffs! Notes: svn path=/stable/4/; revision=95537
* MFC:Juli Mallett2002-03-263-26/+114
| | | | | | | | uudecode(1): base64 decoding, setmode(3) use, -o uuencode(1): base64 encoding, -o Notes: svn path=/stable/4/; revision=93196
* MFC: Pad input with nulls if it's not a multiple of 3. WARNSify.Ruslan Ermilov2001-10-183-3/+10
| | | | Notes: svn path=/stable/4/; revision=85100
* MFC: markup and misc fixes.Ruslan Ermilov2001-08-162-2/+2
| | | | | | | Approved by: re Notes: svn path=/stable/4/; revision=81777
* MFC: include missing header files.Dima Dorfman2001-07-301-0/+1
| | | | Notes: svn path=/stable/4/; revision=80621
* MFC: remove whitespace at EOL.Dima Dorfman2001-07-222-7/+7
| | | | Notes: svn path=/stable/4/; revision=80147
* MFC: MAN[1-9] -> MAN.Ruslan Ermilov2001-04-251-2/+2
| | | | Notes: svn path=/stable/4/; revision=75957
* MFC: Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-2/+3
| | | | Notes: svn path=/stable/4/; revision=70198
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2000-12-082-3/+3
| | | | Notes: svn path=/stable/4/; revision=69768
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-012-2/+4
| | | | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. Notes: svn path=/head/; revision=57670
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
| | | | Notes: svn path=/head/; revision=50477
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
| | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=48792
* Add two new options:Wolfram Schneider1998-01-251-2/+10
| | | | | | | | | | | -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. Notes: svn path=/head/; revision=32780
* Use err(3).Philippe Charnier1997-08-222-22/+25
| | | | Notes: svn path=/head/; revision=28564
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
| | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24360
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=23012
* Fix ranges - off by one.Wolfram Schneider1997-02-181-2/+5
| | | | Notes: svn path=/head/; revision=22886
* Sort cross references.Wolfram Schneider1997-01-151-3/+3
| | | | Notes: svn path=/head/; revision=21748
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=21673
* New options for uudecodeWolfram Schneider1996-10-211-0/+28
| | | | | | | | -p Decode file and write output to standard output. -c Decode more than one uuencode'd file from file if possible. Notes: svn path=/head/; revision=19078
* Minor correction regarding the last line of an uuencoded file.Joerg Wunsch1996-03-171-1/+1
| | | | | | | Submitted by: Giles Lean <giles@topaz.nemeton.com.au> Notes: svn path=/head/; revision=14651
* Another round of man page cleanups.Mike Pritchard1996-02-122-3/+1
| | | | | | | Down to only about 100 items left to cleanup! :-) Notes: svn path=/head/; revision=14045
* More merry makefile munging for man page compatability.Garrett Wollman1994-08-051-3/+4
| | | | Notes: svn path=/head/; revision=1866
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-274-0/+365
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590