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-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
2019-09-05dc: execute shouldn't pop if stack head is not a stringBrian Foley
2019-06-08expand,unexpand: drop broken test, add FIXME commentDenys Vlasenko
2019-06-08awk: fix testsuiteDenys Vlasenko
2019-05-26testsuite: fix bunzip2.tests expectationsDenys Vlasenko
2019-05-13sed: fix /regex/,+N match triggering only once, closes 11871Denys Vlasenko
2019-04-19dc.tests: fix two test case to also depend on DC_BIGChen Qi
2019-01-29grep: fix -x -v with certain pattern ordersAri Sundholm
2019-01-25bc: implement pass-by-reference code from upstreamDenys Vlasenko
2019-01-21awk: Fix overly permissive func arg list parsingBrian Foley
2019-01-21awk: Syntax error if delete isn't given an arg.Brian Foley
2019-01-21awk: Guard pointer chasing when parsing ternary expressions.Brian Foley
2019-01-14start-stop-daemon: fix "both -x and -a" case: -a does override argv[0]Denys Vlasenko