| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | grep: for -L, exitcode 0 means files *without* matches were found, closes 13151 | Denys Vlasenko | 2020-08-15 | 1 | -0/+8 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | dc: fix '?' | Denys Vlasenko | 2019-01-04 | 1 | -0/+5 |
* | bc: fix "...; return}" to work, disallow "return ()" | Denys Vlasenko | 2019-01-03 | 2 | -3/+6 |
* | bc: generate large bc tests on the fly, -5 mbytes in the git tree | Denys Vlasenko | 2019-01-02 | 2 | -11/+43 |
* | bc: speed up string printing, fix print "" | Denys Vlasenko | 2019-01-02 | 1 | -0/+6 |
* | bc: upstream fixes | Denys Vlasenko | 2019-01-01 | 1 | -0/+16 |
* | bc: support ibase up to 36 (GNU compat) | Denys Vlasenko | 2018-12-31 | 1 | -0/+5 |
* | bc: more fixes for unusual input bases | Denys Vlasenko | 2018-12-29 | 2 | -0/+68 |
* | bc: fix handling of "digits" above 9 | Denys Vlasenko | 2018-12-29 | 2 | -0/+40 |
* | bc: rename config options | Denys Vlasenko | 2018-12-28 | 3 | -2/+7 |
* | bc: prepare for char-by-char input handling | Denys Vlasenko | 2018-12-26 | 1 | -4/+4 |
* | bc: fix interactive handling of comments in strings and quotes in comments | Denys Vlasenko | 2018-12-25 | 1 | -2/+14 |
* | dc: add two tests | Denys Vlasenko | 2018-12-25 | 1 | -0/+10 |
* | bc: allow {break} and {continue} (allow RBRACE to terminate them) | Denys Vlasenko | 2018-12-25 | 1 | -1/+6 |
* | dc: unbreak interactive mode - was trying to get next tokens instead of execu... | Denys Vlasenko | 2018-12-22 | 1 | -0/+15 |