Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Userland signed char fixes for PPC build. Problems were using a char | grehan | 2004-01-22 | 1 | -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[]. | obrien | 2003-05-03 | 1 | -2/+1 |
| | |||||
* | Improve the way base64 mode is enabled based on the program name, | fanf | 2002-10-20 | 1 | -1/+2 |
| | | | | so that it works when the path to b64encode is used to run it. | ||||
* | Synch usage() and manpage for b64encode/b64decode. | jmallett | 2002-05-19 | 1 | -1/+3 |
| | | | | Make uudecode's usage more like that of other programs. | ||||
* | Add b64decode & b64encode as synonyms for uudecode and uuencode -m, | jmallett | 2002-05-19 | 1 | -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. Switch | jmallett | 2002-05-17 | 1 | -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 prototypes | mike | 2002-05-12 | 1 | -7/+8 |
| | | | | to ANSI C. Use new source ID scheme. | ||||
* | unbreak build: | alfred | 2002-05-11 | 1 | -3/+1 |
| | | | | | K&R style main() makes gcc emit a warning about missing prototypes so switch to ANSI. | ||||
* | remove __P | imp | 2002-03-22 | 1 | -3/+3 |
| | |||||
* | Initialize `output' in a more proper location. | mike | 2002-03-05 | 1 | -2/+3 |
| | | | | Submitted by: roam | ||||
* | Add base64 support to uuencode(1) and uudecode(1), as specified by SUSv3. | jmallett | 2002-03-05 | 1 | -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. | ru | 2001-10-09 | 1 | -0/+6 |
| | | | | | PR: bin/31156 MFC after: 1 week | ||||
* | Include missing header files which define functions for which gcc has | dd | 2001-06-24 | 1 | -0/+1 |
| | | | | builtins (e.g., exit, strcmp). | ||||
* | Satisfy gcc's parenthetical needs and clamp down with WANRS=2. | dd | 2001-06-17 | 1 | -2/+2 |
| | | | | Reviewed by: md5(1) | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Use err(3). | charnier | 1997-08-22 | 1 | -18/+19 |
| | |||||
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 1 | -1/+1 |
| | | | | posix standard on the topic. | ||||
* | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 1 | -0/+150 |