aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-07new toy: base32Moritz Röhrich
2021-01-06seq: always xwrite.Elliott Hughes
2021-01-06main.c: construct a combination locale to add UTF-8.Elliott Hughes
2021-01-01Fix comma regression reported by Denys Nykula.Rob Landley
2020-12-26toysh: fix break/continueRob Landley
2020-12-25toysh fixes and testsRob Landley
2020-12-25Add MacOS 11.0 to CI BuildsEric Molitor
2020-12-19Fix (( )) quote termination.Rob Landley
2020-12-19FS_ENCRYPT_FL introduced too recently to depend on, use constant.Rob Landley
2020-12-18Add seq INT_MIN test.Rob Landley
2020-12-18seq.c: fix itoa for INT_MIN in case itoa gets used elsewhere.Elliott Hughes
2020-12-18Andy Hu wants mount -tnomsdos,smbfs to work.Rob Landley
2020-12-18Elliott said that chmod 000 debris was confusing host rm -rf, and macosRob Landley
2020-12-16chmod.c: mask out the file type bits.Elliott Hughes
2020-12-15Speed up count: use 64k block size, update display at most 4x/second.Rob Landley
2020-12-15Implement set, trace support, and function call context stack.Rob Landley
2020-12-14main.c: fix UTF-8 on macOS.Elliott Hughes
2020-12-14Add test for FEXTRA flag on gunzipPuck Meerburg
2020-12-14Follow RFC1952 when consuming gzip headerPuck Meerburg
2020-12-12Speed up seq: use toybuf for block writes and add an integer fast path.Rob Landley
2020-12-11Sigh, remove debug code checked in by mistake.Rob Landley
2020-12-11The "fall back to C.UTF-8" check was backwards, and make TOYFLAG_LINEBUFRob Landley
2020-12-08Remove last traces of CONFIG_TOYBOX_I18N.Elliott Hughes
2020-12-08Better conversion of toycans-big.jpg to png. (Just rotate 90 degrees.)Rob Landley
2020-12-07Rename randbuf and hook up -sRob Landley
2020-12-07Promote pwgen.Rob Landley
2020-12-07Cleanup pwgen as described on the list.Rob Landley
2020-12-07scripts/runtest.sh: fix `toyonly` in a way that also works for mksh.Elliott Hughes
2020-12-07sed: add 'x' flag to the 's' command.Elliott Hughes
2020-12-06unicode: new toy.Elliott Hughes
2020-12-06id.test: hacks to pass on Raspberry Pi OS.Elliott Hughes
2020-12-06Remove CONFIG_TOYBOX_I18N and just always support utf8.Rob Landley
2020-12-05Fix find empty argument handling and add test.Rob Landley
2020-12-05new toy: Add pwgenMoritz Röhrich
2020-12-05tr: fix pathological flushing.Elliott Hughes
2020-12-05scripts/runtest.sh: fix `toyonly` for sed.Elliott Hughes
2020-12-05Small cleanup.Rob Landley
2020-12-04chmod: support complex modes.Elliott Hughes
2020-11-29true is mentioned twiceFiras Khalil Khana
2020-11-27toysh: Adjust $0 for scripts.Rob Landley
2020-11-25Minor tweaks.Rob Landley
2020-11-25Luke Frankart pointed out a typo (0x111 should be 0111). Fix and updateRob Landley
2020-11-25Fix help text to explain why o+s isn't +t, add test +s not setting +t.Rob Landley
2020-11-22Minor cleanup.Rob Landley
2020-11-18Fix microcom to set serial device's terminal correctly.Rob Landley
2020-11-17Fix printenv -0 (broken by the lib/args.c 0 prefix change).Rob Landley
2020-11-17Tweak date.c.Rob Landley
2020-11-17That last sh.c change had a lib/ change I forgot to check in.Rob Landley
2020-11-16Factor out do_source(), fpathopen(), and prompt_getline().Rob Landley
2020-11-15Change test default to VERBOSE=fail, add all/quiet for old =1 and default.Rob Landley