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