summaryrefslogtreecommitdiffstats
path: root/usr.bin/uuencode/uuencode.c
Commit message (Collapse)AuthorAgeFilesLines
* Add missing static keywords to uuencode(1)ed2011-11-061-7/+7
|
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-111-4/+0
| | | | | | | | | 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
* Userland signed char fixes for PPC build. Problems were using a chargrehan2004-01-221-1/+1
| | | | | | | | | return for getopt() and comparing to -1, ditto with fgetc() and EOF, and using the kg_nice value from <sys/user.h> Submitted by: Stefan Farfeleder <stefan@fafoe.narf.at> Reviewed by: obrien, bde (a while back) Tested lightly on: ppc, i386, make universe
* Make GCC 3.3 happy with rcsid[], sccs[], and copyright[].obrien2003-05-031-2/+1
|
* Improve the way base64 mode is enabled based on the program name,fanf2002-10-201-1/+2
| | | | so that it works when the path to b64encode is used to run it.
* Synch usage() and manpage for b64encode/b64decode.jmallett2002-05-191-1/+3
| | | | Make uudecode's usage more like that of other programs.
* Add b64decode & b64encode as synonyms for uudecode and uuencode -m,jmallett2002-05-191-0/+3
| | | | | | respectively, for convenience when encoding or decoding base64 files. As requested by various users.
* Group the output chunks differently, to try to match BSD/OS output. Switchjmallett2002-05-171-3/+6
| | | | | | | to using arithmatic to determine buffer sizes to encode into. Diane Bruce pointed out to me that BSD/OS did MIME too, so I want to match their output, too, since my decision of 8 output groups was wholly arbitrary.
* Finish converting the rest of the function declaration and prototypesmike2002-05-121-7/+8
| | | | to ANSI C. Use new source ID scheme.
* unbreak build:alfred2002-05-111-3/+1
| | | | | K&R style main() makes gcc emit a warning about missing prototypes so switch to ANSI.
* remove __Pimp2002-03-221-3/+3
|
* Initialize `output' in a more proper location.mike2002-03-051-2/+3
| | | | Submitted by: roam
* Add base64 support to uuencode(1) and uudecode(1), as specified by SUSv3.jmallett2002-03-051-19/+79
| | | | | | | | 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
* Pad input with null characters if it is not a multiple of 3.ru2001-10-091-0/+6
| | | | | PR: bin/31156 MFC after: 1 week
* Include missing header files which define functions for which gcc hasdd2001-06-241-0/+1
| | | | builtins (e.g., exit, strcmp).
* Satisfy gcc's parenthetical needs and clamp down with WANRS=2.dd2001-06-171-2/+2
| | | | Reviewed by: md5(1)
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Use err(3).charnier1997-08-221-18/+19
|
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
| | | | posix standard on the topic.
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+150
OpenPOWER on IntegriCloud