Age | Commit message (Expand) | Author |
2021-01-15 | Cleanup base32 slightly. | Rob Landley |
2021-01-07 | new toy: base32 | Moritz Röhrich |
2021-01-01 | Fix comma regression reported by Denys Nykula. | Rob Landley |
2020-12-06 | unicode: new toy. | Elliott Hughes |
2020-12-06 | Remove CONFIG_TOYBOX_I18N and just always support utf8. | Rob Landley |
2020-12-05 | Small cleanup. | Rob Landley |
2020-12-04 | chmod: support complex modes. | Elliott Hughes |
2020-10-11 | toysh: more variable/wildcard plumbing and tests. | Rob Landley |
2020-09-12 | Replace HR_COMMAS with HR_NODOT | Rob Landley |
2020-09-09 | Attempt internationalization of HR_COMMAS, 9 digit memory sizes for top, | Rob Landley |
2020-09-04 | Add commas to top display, and adjust memory units to megabytes if >10G RAM. | Rob Landley |
2020-08-13 | list_signals: fit to window size. | Elliott Hughes |
2020-08-04 | echo: fix trailing \0. | Elliott Hughes |
2020-05-21 | David Legault reported that unescape2() doesn't handle \0 right | Rob Landley |
2020-05-19 | xsignal_all_killers() should install the handler given to it, and do some | Rob Landley |
2020-04-13 | Add unescape2(), migrate some unescape() users over. | Rob Landley |
2020-03-11 | fdlength: device size is reported in bytes, not blocks. | Elliott Hughes |
2020-03-11 | Fix Mac build. | Elliott Hughes |
2020-03-01 | Park Ju Hyung pointed out the fast path of fdlength() was commented out. | Rob Landley |
2020-02-10 | Factor out readfd() | Rob Landley |
2020-01-08 | Implement readelf(1). | Elliott Hughes |
2020-01-06 | SebiderSushi reported that chmod g+s wasn't working. | Rob Landley |
2020-01-03 | Add MAYFORK to "help", teach it to behave differently when called as a | Rob Landley |
2019-11-23 | Fix dev_minor()/dev_major()/dev_makedev() for Mac. | Elliott Hughes |
2019-10-26 | Add ln -r and relative_path() to lib, plus test. | Rob Landley |
2019-10-21 | Remove getdirname(), it's _not_ a drop-in replacement for dirname | Rob Landley |
2019-10-21 | lib: getdirname fix seqfault on null ptr | Jarno Mäkipää |
2019-10-19 | Use the MKPATH macros in the mkpathat() implementation. | Rob Landley |
2019-10-18 | Teach getdirname() to return "." as appropriate. | Rob Landley |
2019-10-12 | Sigh, second attempt at removing strlen() from strstart(). | Rob Landley |
2019-10-09 | Don't strlen() potentially long target string each call to strstart(). | Rob Landley |
2019-10-03 | Oops, part of the old tar support fix is in lib, check that in too. | Rob Landley |
2019-08-26 | xargs: add --max-args synonym, -o option, and fix -p. | Elliott Hughes |
2019-08-12 | sort: move off get_rawline. | Elliott Hughes |
2019-07-24 | Avoid double-close of fd in loopfiles_lines. | Elliott Hughes |
2019-07-12 | pidof: fix default behavior, add -x. | Elliott Hughes |
2019-07-06 | killall: better handling of long names. | Elliott Hughes |
2019-06-11 | Move sig_to_num and num_to_sig into portability.c. | Elliott Hughes |
2019-06-10 | Improve signal name<->number conversions. | Elliott Hughes |
2019-06-01 | Teach file to recognize xz archives and old style tarballs. | Rob Landley |
2019-05-25 | find: add -printf support. | Elliott Hughes |
2019-05-16 | Add human_readable_long() for more than 3 digits of output. | Rob Landley |
2019-05-12 | Fix readlink0() to blank string on failure. | Rob Landley |
2019-05-06 | Greatly simplify and speed up regexec0() using REG_STARTEND. | Rob Landley |
2019-05-04 | Optimize regexec0() for long lines. | Rob Landley |
2019-04-20 | New xsetenv() plumbing (repeatedly set same environment variables without | Rob Landley |
2019-04-02 | Don't emit random -EPIPE error messages in a pipeline, just exit silently. | Rob Landley |
2019-03-27 | Change fileunderdir() to return abspath to file. | Rob Landley |
2019-03-10 | Add missing isatty(3) call. | Elliott Hughes |
2019-03-09 | Half-finished su change checked in, sorry. | Rob Landley |