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
2023-01-02testsuite/sha1sum.tests: fix false positive failureDenys Vlasenko
2023-01-02testsuite/tree.tests: fix false positive failureDenys Vlasenko
2022-12-13testsuite/mount.tests: accomodate umount failure seen on 5.18.0Denys Vlasenko
2022-08-22xxd: add two more testcasesDenys Vlasenko
2022-08-22xxd -r: without -p, stop at more than one whitespace, closes 14786Denys Vlasenko
2022-07-29sort: fix sort -s -u, closes 14871Denys Vlasenko
2022-07-29sort: fix -k2M (wasn't skipping leading whitespace)Denys Vlasenko
2022-07-11awk: fix use after free (CVE-2022-30065)Natanael Copa
2022-07-11shaNNNsum: accept one-space "HASH FILENAME" format for -c, closes 14866Denys Vlasenko
2022-06-30tree: new appletRoger Knecht
2022-05-02tsort: new appletDavid Leonard
2022-01-23sed: fix handling of escaped delimiters in s/// replacementDenys Vlasenko
2022-01-23sed: fix handling of escaped delimiters in s/// search pattern, closes 14541Denys Vlasenko
2022-01-09awk: input numbers are never octal or hex (only program consts can be)Denys Vlasenko
2022-01-05sort: support -hDenys Vlasenko
2022-01-05sort: fix -s -r interaction: 'stable' order is not affected by -rDenys Vlasenko
2022-01-04sed: correctly handle 'w FILE' commands writing to the same fileDenys Vlasenko
2021-12-25sed: do not ignore 'g' modifier when match starts with ^Dominique Martinet
2021-12-17printf: allow 0 as a flag and allow multiple flagsRon Yorston
2021-11-28libbb: code shrink in des encryption, in setup_salt()Denys Vlasenko
2021-10-09libbb: better coreutils compatibility for realpathRon Yorston
2021-10-09xxd: fix -p -r, closes 13881Denys Vlasenko
2021-09-17date,touch: allow timezone offsets in datesRon Yorston
2021-09-05awk: fix printf %%Daniel Thau
2021-08-22rev: correct output for long input linesRon Yorston
2021-08-16awk: fix testsuiteDenys Vlasenko
2021-08-16tar: fix testsuiteDenys Vlasenko
2021-08-16dd: fix testsuiteDenys Vlasenko
2021-08-15cut: fix testsuiteDenys Vlasenko
2021-07-20cut: add toybox-compatible options -O OUTSEP, -D, -F LISTRob Landley
2021-07-14awk: disallow break/continue outside of loopsDenys Vlasenko
2021-07-12awk: fix printf "%-10c", 0Denys Vlasenko
2021-07-11awk: unbreak "cmd" | getlineDenys Vlasenko
2021-07-11awk: undo TI_PRINT, it introduced a bug (print with any redirect acting as pr...Denys Vlasenko
2021-07-02awk: fix beavior of "exit" without parameterDenys Vlasenko
2021-06-30awk: evaluate all, even superfluous function argsDenys Vlasenko
2021-06-30awk: allow empty fuinctions with no arguments, disallow function redefinitionsDenys Vlasenko
2021-06-29awk: fix parsing of expressions such as "v (a)"Denys Vlasenko
2021-06-25cp,mv: fix -t DIR optionRon Yorston
2021-06-15unlzma: fix a case where we could read before beginning of bufferDenys Vlasenko
2021-04-13dd: support iflag=count_bytesRafał Miłecki
2021-03-09start-stop-daemon: explain -x + -a testDenys Vlasenko
2021-02-26bc/dc: fix length(0) and length(0.000nnn) resultDenys Vlasenko
2021-02-02nl: ensure '-b n' option displays file contentRon Yorston
2021-02-02awk: allow printf('%c') to output NUL, closes 13486Ron Yorston
2020-12-29bc,dc: make BC_LINE_LENGTH/DC_LINE_LENGTH more compatible with GNUDenys Vlasenko
2020-12-29randomconfig fixesDenys Vlasenko
2020-12-22factor: detect squaresDenys Vlasenko
2020-12-04awk: add a test that $NF is emptyDenys Vlasenko
2020-12-02awk: FS regex matches only non-empty separators (gawk compat)Denys Vlasenko