aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/uuencode/uuencode.c
Commit message (Expand)AuthorAgeFilesLines
* Finish converting the rest of the function declaration and prototypesMike Barcroft2002-05-121-7/+8
* unbreak build:Alfred Perlstein2002-05-111-3/+1
* remove __PWarner Losh2002-03-221-3/+3
* Initialize `output' in a more proper location.Mike Barcroft2002-03-051-2/+3
* Add base64 support to uuencode(1) and uudecode(1), as specified by SUSv3.Juli Mallett2002-03-051-19/+79
* Pad input with null characters if it is not a multiple of 3.Ruslan Ermilov2001-10-091-0/+6
* Include missing header files which define functions for which gcc hasDima Dorfman2001-06-241-0/+1
* Satisfy gcc's parenthetical needs and clamp down with WANRS=2.Dima Dorfman2001-06-171-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Use err(3).Philippe Charnier1997-08-221-18/+19
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+150