Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-30Bump version to 1.34.11_34_11_34_stableDenys Vlasenko
2021-09-30awk: never return NULL from awk_printf()Denys Vlasenko
2021-09-30awk: code shrinkDenys Vlasenko
2021-09-30awk: code shrink: avoid duplicate NUL checks and strlen()Denys Vlasenko
2021-09-30awk: fix read beyond end of bufferRon Yorston
2021-09-30chat: hopefully fix infinite spinning on input EOFDenys Vlasenko
2021-09-30awk: fix printf %%Daniel Thau
2021-09-30ash: regressions in process substitutionRon Yorston
2021-08-20udhcp: fix build breakage on MIPSDenys Vlasenko
2021-08-19Bump version to 1.34.01_34_0Denys Vlasenko
2021-08-16scripts/randomtest.loop: let user know about SKIP_MOUNT_MAND_TESTSDenys Vlasenko
2021-08-16fdisk: indentation fixDenys Vlasenko
2021-08-16busybox: fix "busybox --help busybox" not showing correct textDenys Vlasenko
2021-08-16awk: fix testsuiteDenys Vlasenko
2021-08-16vi: fix compile-time error if !ENABLE_FEATURE_VI_SETOPTSDenys Vlasenko
2021-08-16tar: fix testsuiteDenys Vlasenko
2021-08-16dd: tweak --helpDenys Vlasenko
2021-08-16dd: fix testsuiteDenys Vlasenko
2021-08-15*: remove remains of FEATURE_TOUCH_NODEREFDenys Vlasenko
2021-08-15taskset: disallow "taskset -p 0"Denys Vlasenko
2021-08-15touch: fix SEGV if !ENABLE_FEATURE_TOUCH_SUSV3Denys Vlasenko
2021-08-15cut: fix testsuiteDenys Vlasenko
2021-08-15hush: fix "error: invalid preprocessing directive ##"Denys Vlasenko
2021-08-15traceroute: fix compile error due to FreeBSD compatDenys Vlasenko
2021-08-15cp: fix build failure with long options disabledRon Yorston
2021-08-02tar: exclude files before updating hardlink info listHarald van Dijk
2021-08-02tar: simplify addition of --exclude=GLOB to the expansion of -X EXCLFILEDenys Vlasenko
2021-07-27hush: tweak ${var/pattern/repl} optimizationDenys Vlasenko
2021-07-27hush: optimize ${var/pattern/repl} for trivial patternsDenys Vlasenko
2021-07-27shell: update psubst testcasesDenys Vlasenko
2021-07-27hush: add missed "undef"Denys Vlasenko
2021-07-26hush: implement $'str' bashismDenys Vlasenko
2021-07-25ahell: update testsuiteDenys Vlasenko
2021-07-25ash: speed up ${v//pattern/repl}Denys Vlasenko
2021-07-22ash: speed up ${v//pattern/repl} if !ASH_OPTIMIZE_FOR_SIZEDenys Vlasenko
2021-07-20cut: add toybox-compatible options -O OUTSEP, -D, -F LISTRob Landley
2021-07-14awk: whitespace and debugging tweaksDenys Vlasenko
2021-07-14vi: remove redundant assignmentDenys Vlasenko
2021-07-14awk: disallow break/continue outside of loopsDenys Vlasenko
2021-07-14awk: tighten parsing - disallow extra semicolonsDenys Vlasenko
2021-07-13vi: fix regex search compilation errorRon Yorston
2021-07-13vi: somewhat more readable code, no logic changesDenys Vlasenko
2021-07-13vi: allow delimiter in ':s' to be escapedRon Yorston
2021-07-13vi: allow regular expressions in ':s' commandsDenys Vlasenko
2021-07-13vi: improve handling of anchored searchesRon Yorston
2021-07-13vi: use basic regular expressions for searchRon Yorston
2021-07-13vi: allow 'gg' to specify a rangeRon Yorston
2021-07-12awk: in parsing, remove superfluous NEWLINE check; optimize builtin arg evalu...Denys Vlasenko
2021-07-12awk: fix printf "%-10c", 0Denys Vlasenko
2021-07-11awk: fix corner case in awk_printfDenys Vlasenko