aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/uuencode/uuencode.c
Commit message (Expand)AuthorAgeFilesLines
* Make outfile constant.Xin LI2018-11-121-1/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Use nitems() from sys/param.h.Marcelo Araujo2017-03-101-1/+1
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Enhance uuencode with a -r option to produce raw output.Pietro Cerutti2016-04-071-5/+13
* Add missing static keywords to uuencode(1)Ed Schouten2011-11-061-7/+7
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* Userland signed char fixes for PPC build. Problems were using a charPeter Grehan2004-01-221-1/+1
* Make GCC 3.3 happy with rcsid[], sccs[], and copyright[].David E. O'Brien2003-05-031-2/+1
* Improve the way base64 mode is enabled based on the program name,Tony Finch2002-10-201-1/+2
* Synch usage() and manpage for b64encode/b64decode.Juli Mallett2002-05-191-1/+3
* Add b64decode & b64encode as synonyms for uudecode and uuencode -m,Juli Mallett2002-05-191-0/+3
* Group the output chunks differently, to try to match BSD/OS output. SwitchJuli Mallett2002-05-171-3/+6
* 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