Age | Commit message (Expand) | Author |
2021-05-15 | Convert utf8towc from wchar_t to unsigned (to match wctoutf8). | Rob Landley |
2021-05-15 | Clear errno in loop. | Rob Landley |
2021-05-02 | Add OpenBSD support | Ella-0 |
2021-04-20 | hexedit: various improvements. | Elliott Hughes |
2021-04-08 | Fix typo in the xexec tweak. | Rob Landley |
2021-04-05 | Any / in string makes it a path, not just absolute path. | Rob Landley |
2021-03-13 | Elliott spotted that errno==EAGAIN usually goes with an rc of -1, not 0. | Rob Landley |
2021-02-23 | dd: simplify signal handling and fix status output. | Elliott Hughes |
2021-02-22 | Remove ifdefs from stat. | Rob Landley |
2021-02-20 | Fix df on macOS. | Elliott Hughes |
2021-02-08 | Have xclose() perform the fd != -1 test. | Rob Landley |
2021-02-08 | Yi-Yo Chiang pointed out install -D was broken when the target file exists. | Rob Landley |
2021-02-07 | Add lots of "static" annotations, make a couple things use FLAG() macros, etc. | Rob Landley |
2021-01-26 | Fix bug pointed out by asm89 and add test. | Rob Landley |
2021-01-15 | Cleanup base32 slightly. | Rob Landley |
2021-01-13 | Fix "date -I" segfault and teach lib/args.c that "I(opt):;" short opt with | Rob Landley |
2021-01-07 | new toy: base32 | Moritz Röhrich |
2021-01-06 | main.c: construct a combination locale to add UTF-8. | Elliott Hughes |
2021-01-01 | Fix comma regression reported by Denys Nykula. | Rob Landley |
2020-12-18 | Andy Hu wants mount -tnomsdos,smbfs to work. | Rob Landley |
2020-12-14 | Follow RFC1952 when consuming gzip header | Puck Meerburg |
2020-12-11 | The "fall back to C.UTF-8" check was backwards, and make TOYFLAG_LINEBUF | 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-11-18 | Fix microcom to set serial device's terminal correctly. | Rob Landley |
2020-11-17 | That last sh.c change had a lib/ change I forgot to check in. | Rob Landley |
2020-11-14 | Allow 0 prefix to optstr to include argv[0] in optargs[0]. | Rob Landley |
2020-11-07 | xregcomp: add the specific regex we couldn't parse to the error message. | Elliott Hughes |
2020-11-06 | portability.h: ensure _FILE_OFFSET_BITS=64 takes effect. | Elliott Hughes |
2020-10-29 | Make it easier to switch regex implementations. | Elliott Hughes |
2020-10-28 | Tweak help text again. | Rob Landley |
2020-10-22 | Fix thinko. | Rob Landley |
2020-10-22 | Add nommu-able xvdaemon() and use it to remove some TOYBOX_FORK dependencies | Rob Landley |
2020-10-15 | Three trivial code cleanups and a comment tweak. | Rob Landley |
2020-10-15 | Nitpicky cleanup. | Rob Landley |
2020-10-15 | dirtree_path: always honor size request. | Elliott Hughes |
2020-10-12 | Fix bug introduced last commit: the if (name) else case needs to zero it. | Rob Landley |
2020-10-11 | toysh: more variable/wildcard plumbing and tests. | Rob Landley |
2020-10-06 | The non-recursive dirtree_path wasn't stripping a trailing / from initial path. | Rob Landley |
2020-10-03 | Return empty string for dirtree_path() of "" (instead of NULL). | Rob Landley |
2020-10-03 | Non-recursive dirtree_path() needs to return start of allocation | Rob Landley |
2020-09-26 | Teach dirtree that top level "" node is "." but not show in dirtree_path(). | Rob Landley |
2020-09-23 | Have read_password() read from tty device, handle ctrl-c and ctrl-d. | Rob Landley |
2020-09-23 | Chris Sarra pointed out that nerfing xprintf() so it doesn't actually flush | 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-27 | xparsedate: support default date(1) output format. | Elliott Hughes |