aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/uuencode/uuencode.c
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RELENG_4_6'.cvs2svn2002-07-031-6/+3
| | | | Notes: svn path=/releng/4.6/; revision=99348
* MFC revision 1.13: Group base64 encoded output differently.Juli Mallett2002-06-171-3/+6
| | | | Notes: svn path=/stable/4/; revision=98324
* MFC:Juli Mallett2002-03-261-21/+82
| | | | | | | | 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-181-2/+8
| | | | Notes: svn path=/stable/4/; revision=85100
* MFC: include missing header files.Dima Dorfman2001-07-301-0/+1
| | | | Notes: svn path=/stable/4/; revision=80621
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Use err(3).Philippe Charnier1997-08-221-18/+19
| | | | 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
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+150
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590