| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-03-04 | When input is not a multiple of three bytes in size, pad null | rin | |
| characters instead of garbage. This makes output reproducible. Taken from FreeBSD: https://svnweb.freebsd.org/base?view=revision&revision=84715 Even though this is not demanded by POSIX, uuencode(1) in FreeBSD, OpenBSD, macOS, and GNU, behaves that way. | |||
| 2014-09-06 | Clarify the usage message. For PR 49177. | dholland | |
| 2011-09-16 | Use __dead | joerg | |
| 2008-11-29 | Clarify man page with respect to input and output files, and sync usage | dholland | |
| message. Prompted by PR 40063 about the usage message. | |||
| 2008-07-21 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem | |
| Tweak to use a consistent format. | |||
| 2006-09-24 | PR/33319: Seebs: base64 is annoying | elad | |
| Thanks to Matt Fleming for implementing a -m switch (base64 mode) for both uuencode(1) and uudecode(1)! Man-pages updated as well. | |||
| 2005-06-29 | Add setprogname call. | wiz | |
| 2005-06-29 | de-__P(), ansify, use {g,s}etprogname. | wiz | |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc | |
| Patches provided by Joel Baker in PR 22365, verified by myself. | |||
| 1997-10-20 | WARNSify, fix .Nm usage, deprecate register, use err.h | lukem | |
| 1994-11-17 | fix typo | jtc | |
| 1994-11-17 | Merged with 4.4lite. | jtc | |
| Changed to conform to NetBSD's new RCS Id convention. | |||
| 1993-11-09 | Well behaved POSIX.2 utilities always call setlocale() and getopt(). | jtc | |
| 1993-10-13 | #include <unistd.h>, so getopt(), optarg, opterr, optind, and optopt | jtc | |
| declarations can be removed from <stdlib.h>. | |||
| 1993-08-27 | Minor tweaks: including header files to bring prototypes into scope, | jtc | |
| explicitly declaring function return values, etc. to make gcc -Wall shut up. | |||
| 1993-08-01 | Add RCS identifiers. | mycroft | |
| 1993-03-21 | initial import of 386bsd-0.1 sources | cgd | |
