Age | Commit message (Expand) | Author |
2021-04-26 | Bugfix: sed s command couldn't skip initial match. | Rob Landley |
2021-04-23 | cpio: Don't lchown() if -t is specified | Yi-Yo Chiang via Toybox |
2021-04-20 | Test doesn't need the < /dev/null and input being a pipe doesn't make | Rob Landley |
2021-04-17 | Teach cpio to skip runs of NUL bytes between records. | Rob Landley |
2021-04-16 | cpio: continue past TRAILER!!! (like kernel does) but error on empty archive. | Rob Landley |
2021-04-07 | Add cp -u | Rob Landley |
2021-03-24 | Fix install -t | Ethan Sommer |
2021-03-20 | Nir Lichtman pointed out that rm -p shouldn't try to rmdir / at the end. | Rob Landley |
2021-03-19 | Fix some more sh regressions. | Rob Landley |
2021-03-17 | Add local variables and basic function() support plumbing. | Rob Landley |
2021-03-16 | Add more shell tests, and teach txpect to do regex matches (RO and RE). | Rob Landley |
2021-03-15 | chmod: fix +X. | Elliott Hughes |
2021-03-09 | tar: fix base-256 output. | Elliott Hughes |
2021-03-05 | Some more shell tests. | Rob Landley |
2021-03-01 | Yi-yo Chiang wants cpio -u implemented, and sent some tests. | Rob Landley |
2021-02-28 | Tar should remove empty directories where it wants to put a non-directory. | Rob Landley |
2021-02-21 | Teach -o to print ranges that produce zero length matches. | Rob Landley |
2021-02-19 | Fix cp -t with one argument and make --parents work with -t. | Rob Landley |
2021-02-15 | Fix mount.test command string quoting | Yo Chiang |
2021-02-13 | Minor cleanup. | Rob Landley |
2021-02-08 | Yi-Yo Chiang reported that readlink() failures could corrupt archive | Rob Landley |
2021-02-08 | Yi-Yo Chiang pointed out install -D was broken when the target file exists. | Rob Landley |
2021-02-06 | netcat.test: reduce flake. | Elliott Hughes |
2021-02-01 | rm: Add testcase for "rm -f <readonly_filesystem>/missing_file" | Yi-Yo Chiang |
2021-01-26 | Fix bug pointed out by asm89 and add test. | Rob Landley |
2021-01-23 | Fix grep bug where -f /dev/null added "" regex matching everything, | Rob Landley |
2021-01-14 | A few more shell tests. | Rob Landley |
2021-01-08 | chmod.test: fix the tests to work on mksh as well as bash. | Elliott Hughes |
2021-01-07 | new toy: base32 | Moritz Röhrich |
2021-01-01 | Fix comma regression reported by Denys Nykula. | Rob Landley |
2020-12-25 | toysh fixes and tests | Rob Landley |
2020-12-18 | Add seq INT_MIN test. | Rob Landley |
2020-12-18 | Elliott said that chmod 000 debris was confusing host rm -rf, and macos | Rob Landley |
2020-12-14 | Add test for FEXTRA flag on gunzip | Puck Meerburg |
2020-12-12 | Speed up seq: use toybuf for block writes and add an integer fast path. | Rob Landley |
2020-12-07 | sed: add 'x' flag to the 's' command. | Elliott Hughes |
2020-12-06 | unicode: new toy. | Elliott Hughes |
2020-12-06 | id.test: hacks to pass on Raspberry Pi OS. | Elliott Hughes |
2020-12-05 | Fix find empty argument handling and add test. | Rob Landley |
2020-12-05 | tr: fix pathological flushing. | Elliott Hughes |
2020-12-04 | chmod: support complex modes. | Elliott Hughes |
2020-11-25 | Luke Frankart pointed out a typo (0x111 should be 0111). Fix and update | Rob Landley |
2020-11-25 | Fix help text to explain why o+s isn't +t, add test +s not setting +t. | Rob Landley |
2020-11-15 | date: add --iso and the %:z output format. | Elliott Hughes |
2020-10-19 | More tests, and a workaround to pass one of them. | Rob Landley |
2020-10-15 | chattr.test: don't fail on f2fs with compression enabled. | Elliott Hughes |
2020-10-13 | Fix up ${x%y} ${x^y} ${x,y} and add tests. | 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-04 | Implement ${x#y} and ${x##y} | Rob Landley |