[Toybox] [CLEANUP] uudecode commit 835

2014-01-11 Thread Rob Landley
http://landley.net/hg/toybox/rev/835 Two changes to the NEWTOY() line: only allow at most 1 leftover non-option argument instead of 2 (because POSIX says so), and use TOYFLAG_UMASK to tell the setup code in main.c to set the umask to 0 before calling uudecode's main function. (That way we

[Toybox] [CLEANUP] uudecode 838

2014-01-11 Thread Rob Landley
http://landley.net/hg/toybox/rev/838 Yank the const annotations. uudecode_b64_1byte: The old function had a giant (static) table, the new one is a set of 5 if statements covering the same range. This includes removing a number of comments, because the if statements are reasonably