| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | bc: unbreak read(), remove checks for nested read() | Denys Vlasenko | 2018-12-22 | 1 | -0/+15 |
* | bc: fix for() to not leave data on stack | Denys Vlasenko | 2018-12-21 | 1 | -0/+15 |
* | bc: for(;;) fix from upstream | Denys Vlasenko | 2018-12-21 | 1 | -0/+5 |
* | bc: fix keyword matching to not think "ifz" is the "if" keyword | Denys Vlasenko | 2018-12-20 | 1 | -0/+5 |
* | bc: fix "echo -n '#foo' | bc" not eating last 'o' | Denys Vlasenko | 2018-12-18 | 1 | -0/+5 |
* | bc: remove "error after expression parsing" check | Denys Vlasenko | 2018-12-17 | 1 | -0/+5 |
* | bc: store only index in p->exits, it's the only thing used there | Denys Vlasenko | 2018-12-16 | 1 | -0/+17 |
* | bc: remove redundant JUMP generation when parsing 'while' | Denys Vlasenko | 2018-12-16 | 1 | -0/+27 |