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-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
2020-10-20hexdump: fix dup block comparisonDenys Vlasenko
2020-10-20xxd: fix printing of trailing spacesDenys Vlasenko
2020-09-30xargs: fix -I SUBSTR behaviourDenys Vlasenko
2020-08-15grep: for -L, exitcode 0 means files *without* matches were found, closes 13151Denys Vlasenko
2020-06-24randomconfig fixesDenys Vlasenko
2020-06-23randomconfig fixesDenys Vlasenko
2020-06-09sysctl: do report EACCES errors on writeDenys Vlasenko
2020-06-09unexpand: correct behavior for --first-only --tabs=4Mark Edgar
2020-06-09awk: disallow "str"++, closes bug 12981Denys Vlasenko
2020-04-30grep: add proper support for pattern_listSören Tempel
2020-04-29grep: Fix -f FILE when FILE is empty and -x providedGray Wolf
2020-04-29xargs: restore correct behaviour of -n optionRon Yorston
2020-02-03awk: fix more "length" cases, closes 12486Denys Vlasenko
2020-01-29xargs: fix handling of quoted arguments, closes 11441Ron Yorston
2019-11-23bc: fix comparison bug, closes 12336Denys Vlasenko
2019-09-05dc: Parse error & fix out of bounds read in xc_program_printStringBrian Foley
2019-09-05dc: Fix segfault when executing strings generated using asciifyBrian Foley