| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'busybox' into merge | Ron Yorston | 2021-01-14 | 10 | -90/+127 |
|\ |
|
| * | bc,dc: make BC_LINE_LENGTH/DC_LINE_LENGTH more compatible with GNU | Denys Vlasenko | 2020-12-29 | 6 | -89/+87 |
| * | randomconfig fixes | Denys Vlasenko | 2020-12-29 | 2 | -1/+3 |
| * | factor: detect squares | Denys Vlasenko | 2020-12-22 | 1 | -0/+23 |
| * | awk: add a test that $NF is empty | Denys Vlasenko | 2020-12-04 | 1 | -2/+9 |
| * | awk: FS regex matches only non-empty separators (gawk compat) | Denys Vlasenko | 2020-12-02 | 1 | -0/+7 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2020-11-12 | 3 | -0/+61 |
|\| |
|
| * | hexdump: fix dup block comparison | Denys Vlasenko | 2020-10-20 | 1 | -0/+19 |
| * | xxd: fix printing of trailing spaces | Denys Vlasenko | 2020-10-20 | 1 | -0/+34 |
| * | xargs: fix -I SUBSTR behaviour | Denys Vlasenko | 2020-09-30 | 1 | -0/+8 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2020-08-23 | 1 | -0/+8 |
|\| |
|
| * | grep: for -L, exitcode 0 means files *without* matches were found, closes 13151 | Denys Vlasenko | 2020-08-15 | 1 | -0/+8 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2020-07-09 | 5 | -7/+48 |
|\| |
|
| * | randomconfig fixes | Denys Vlasenko | 2020-06-24 | 1 | -2/+2 |
| * | randomconfig fixes | Denys Vlasenko | 2020-06-23 | 2 | -5/+5 |
| * | sysctl: do report EACCES errors on write | Denys Vlasenko | 2020-06-09 | 1 | -2/+2 |
| * | unexpand: correct behavior for --first-only --tabs=4 | Mark Edgar | 2020-06-09 | 1 | -0/+33 |
| * | awk: disallow "str"++, closes bug 12981 | Denys Vlasenko | 2020-06-09 | 1 | -0/+8 |
* | | Merge branch 'busybox' into mergeFRP-3466-g53c09d0e1 | Ron Yorston | 2020-05-29 | 1 | -0/+18 |
|\| |
|
| * | grep: add proper support for pattern_list | Sören Tempel | 2020-04-30 | 1 | -0/+12 |
| * | grep: Fix -f FILE when FILE is empty and -x provided | Gray Wolf | 2020-04-29 | 1 | -0/+6 |
| * | xargs: restore correct behaviour of -n option | Ron Yorston | 2020-04-29 | 1 | -0/+11 |
* | | xargs: restore correct behaviour of -n option | Ron Yorston | 2020-03-29 | 1 | -0/+11 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2020-02-15 | 2 | -1/+31 |
|\| |
|
| * | awk: fix more "length" cases, closes 12486 | Denys Vlasenko | 2020-02-02 | 1 | -1/+22 |
| * | xargs: fix handling of quoted arguments, closes 11441 | Ron Yorston | 2020-01-29 | 1 | -0/+9 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2020-01-08 | 2 | -0/+40 |
|\| |
|
| * | bc: fix comparison bug, closes 12336 | Denys Vlasenko | 2019-11-23 | 1 | -0/+5 |
| * | dc: Parse error & fix out of bounds read in xc_program_printString | Brian Foley | 2019-09-05 | 1 | -0/+20 |
| * | dc: Fix segfault when executing strings generated using asciify | Brian Foley | 2019-09-05 | 1 | -0/+5 |
| * | dc: execute shouldn't pop if stack head is not a string | Brian Foley | 2019-09-05 | 1 | -0/+10 |
* | | testsuite: ensure tests work when directory name has spacesFRP-3244-g48128b9aa | Ron Yorston | 2019-08-16 | 2 | -4/+4 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2019-08-16 | 3 | -76/+6 |
|\| |
|
| * | expand,unexpand: drop broken test, add FIXME comment | Denys Vlasenko | 2019-06-08 | 2 | -76/+0 |
| * | awk: fix testsuite | Denys Vlasenko | 2019-06-08 | 1 | -0/+6 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2019-05-27 | 2 | -1/+7 |
|\| |
|
| * | testsuite: fix bunzip2.tests expectations | Denys Vlasenko | 2019-05-26 | 1 | -1/+1 |
| * | sed: fix /regex/,+N match triggering only once, closes 11871 | Denys Vlasenko | 2019-05-13 | 1 | -0/+6 |
* | | testsuite: added test cases for the shebang | Niklas DAHLQUIST | 2019-05-03 | 1 | -0/+90 |
* | | testsuite: allow tests to work on Microsoft Windows | Ron Yorston | 2019-05-03 | 2 | -6/+31 |
|/ |
|
* | dc.tests: fix two test case to also depend on DC_BIG | Chen Qi | 2019-04-19 | 1 | -3/+3 |
* | grep: fix -x -v with certain pattern orders | Ari Sundholm | 2019-01-29 | 1 | -0/+7 |
* | bc: implement pass-by-reference code from upstream | Denys Vlasenko | 2019-01-25 | 2 | -0/+318 |
* | awk: Fix overly permissive func arg list parsing | Brian Foley | 2019-01-21 | 1 | -0/+12 |
* | awk: Syntax error if delete isn't given an arg. | Brian Foley | 2019-01-21 | 1 | -2/+5 |
* | awk: Guard pointer chasing when parsing ternary expressions. | Brian Foley | 2019-01-21 | 1 | -0/+3 |
* | start-stop-daemon: fix "both -x and -a" case: -a does override argv[0] | Denys Vlasenko | 2019-01-14 | 1 | -0/+7 |
* | start-stop-daemon: create pidfile before parent exits, closes 8596 | Denys Vlasenko | 2019-01-14 | 1 | -0/+5 |
* | bc: support void functions (GNU compat) | Denys Vlasenko | 2019-01-04 | 1 | -0/+17 |
* | dc: fit returning of string | Denys Vlasenko | 2019-01-04 | 1 | -0/+5 |