aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/uudecode.c
AgeCommit message (Collapse)Author
2017-04-10Add "uudecode -o -" support.Elliott Hughes
busybox uudecode supports this, and POSIX explicitly mentions it (albeit only in the "STDOUT" section). Plus Android doesn't have /dev/stdout and /dev/stdin, so this lets us rewrite the uudecode tests so they pass on Android too.
2016-08-04Make xopen() skip stdin/stdout/stderr, add xopen_stdio() if you want stdout,Rob Landley
add xopenro() that takes one argument and understands "-" means stdin, and switch over lots of users.
2013-04-02Clean uudecode up the rest of the way, move pending->posix and default y.Rob Landley