Age | Commit message (Expand) | Author |
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 |
2020-09-23 | TEST_HOST with util-linux 2.29.2 was... unhappy. | Rob Landley |
2020-09-23 | Fix more TEST_HOST version skew. | Rob Landley |
2020-09-14 | Fix multiline case/esac parsing, make syntax_err() exit non-interactve | Rob Landley |
2020-08-31 | Implement case/esac, add more wildcard tests. | Rob Landley |
2020-08-27 | xparsedate: support default date(1) output format. | Elliott Hughes |
2020-08-25 | simplify | Rob Landley |
2020-08-25 | tar.test: fix the -Igzip test to work with toybox file. | Elliott Hughes |
2020-08-24 | tar: add -I (--use-compress-program) support. | Elliott Hughes |
2020-08-23 | Peter McConalogue pointed out that cp/mv -i prompt should default N. | Rob Landley |
2020-08-21 | Fix cp -P to not follow symlinks. | Martin Stjernholm |
2020-08-21 | cpio: fixes for Android kernel build. | Elliott Hughes |
2020-08-04 | date.test: add more UTC offset tests. | Elliott Hughes |
2020-08-04 | xparsedate: support UTC offsets. | Elliott Hughes |
2020-08-04 | echo: fix trailing \0. | Elliott Hughes |
2020-08-03 | Mark Salyzyn implemented support for xargs -P (run parallel jobs) because he | Rob Landley |
2020-07-30 | find: support -type a,b,c. | Elliott Hughes |
2020-07-20 | patch fuzz: Always output original file's ' ' context lines, not from hunk. | Rob Landley |
2020-06-27 | The bionic/clang asan plumbing slows the test down >10x, so expand timeout. | Rob Landley |
2020-06-23 | William Djupström reported tar --exclude wasn't working. Fix and add test. | Rob Landley |
2020-06-23 | More sh tests. | Rob Landley |
2020-06-19 | More sh tests | Rob Landley |
2020-06-18 | More shell tests. | Rob Landley |
2020-06-16 | file: add GIF version information. | Elliott Hughes |
2020-06-16 | Ryan Prichard reported that file wasn't getting gif heights right. | Rob Landley |
2020-06-14 | Fix test not to use shell builtin. | Rob Landley |
2020-06-09 | chmod: fix -R and dangling symlinks. | Elliott Hughes |
2020-06-09 | Tests for tar memory fix. | Rob Landley |
2020-06-08 | Add tar test for long filenames. | Rob Landley |
2020-06-01 | Fix tests. | Rob Landley |
2020-05-29 | Replace more SKIP_HOST with toyonly. | Rob Landley |
2020-05-29 | Annotate sed tests with toyonly. | Rob Landley |