aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/uuencode.c
AgeCommit message (Expand)Author
2018-12-04Add FLAG(x) macro, expanding to (toys.optflags & FLAG_##x)Rob Landley
2018-12-04Clean up some --help formatting.Elliott Hughes
2016-08-04Make xopen() skip stdin/stdout/stderr, add xopen_stdio() if you want stdout,Rob Landley
2014-12-13Leftover variable from factoring out base64_init() caused an unused variable ...Rob Landley
2014-12-13Add base64.Rob Landley
2013-04-11uuencode tweak: output a non-whitespace character for 0 in traditional mode.Rob Landley
2013-03-26Finish uuencode cleanup, default y, move it from pending to posix.Rob Landley