Age | Commit message (Expand) | Author |
2020-12-02 | awk: FS regex matches only non-empty separators (gawk compat) | Denys Vlasenko |
2020-10-20 | hexdump: fix dup block comparison | Denys Vlasenko |
2020-10-20 | xxd: fix printing of trailing spaces | Denys Vlasenko |
2020-09-30 | xargs: fix -I SUBSTR behaviour | Denys Vlasenko |
2020-08-15 | grep: for -L, exitcode 0 means files *without* matches were found, closes 13151 | Denys Vlasenko |
2020-06-24 | randomconfig fixes | Denys Vlasenko |
2020-06-23 | randomconfig fixes | Denys Vlasenko |
2020-06-09 | sysctl: do report EACCES errors on write | Denys Vlasenko |
2020-06-09 | unexpand: correct behavior for --first-only --tabs=4 | Mark Edgar |
2020-06-09 | awk: disallow "str"++, closes bug 12981 | Denys Vlasenko |
2020-04-30 | grep: add proper support for pattern_list | Sören Tempel |
2020-04-29 | grep: Fix -f FILE when FILE is empty and -x provided | Gray Wolf |
2020-04-29 | xargs: restore correct behaviour of -n option | Ron Yorston |
2020-02-02 | awk: fix more "length" cases, closes 12486 | Denys Vlasenko |
2020-01-29 | xargs: fix handling of quoted arguments, closes 11441 | Ron Yorston |
2019-11-23 | bc: fix comparison bug, closes 12336 | Denys Vlasenko |
2019-09-05 | dc: Parse error & fix out of bounds read in xc_program_printString | Brian Foley |
2019-09-05 | dc: Fix segfault when executing strings generated using asciify | Brian Foley |
2019-09-05 | dc: execute shouldn't pop if stack head is not a string | Brian Foley |
2019-06-08 | expand,unexpand: drop broken test, add FIXME comment | Denys Vlasenko |
2019-06-08 | awk: fix testsuite | Denys Vlasenko |
2019-05-26 | testsuite: fix bunzip2.tests expectations | Denys Vlasenko |
2019-05-13 | sed: fix /regex/,+N match triggering only once, closes 11871 | Denys Vlasenko |
2019-04-19 | dc.tests: fix two test case to also depend on DC_BIG | Chen Qi |
2019-01-29 | grep: fix -x -v with certain pattern orders | Ari Sundholm |
2019-01-25 | bc: implement pass-by-reference code from upstream | Denys Vlasenko |
2019-01-21 | awk: Fix overly permissive func arg list parsing | Brian Foley |
2019-01-21 | awk: Syntax error if delete isn't given an arg. | Brian Foley |
2019-01-21 | awk: Guard pointer chasing when parsing ternary expressions. | Brian Foley |
2019-01-14 | start-stop-daemon: fix "both -x and -a" case: -a does override argv[0] | Denys Vlasenko |
2019-01-14 | start-stop-daemon: create pidfile before parent exits, closes 8596 | Denys Vlasenko |
2019-01-04 | bc: support void functions (GNU compat) | Denys Vlasenko |
2019-01-04 | dc: fit returning of string | Denys Vlasenko |
2019-01-04 | dc: fix '?' | Denys Vlasenko |
2019-01-03 | bc: fix "...; return}" to work, disallow "return ()" | Denys Vlasenko |
2019-01-02 | bc: generate large bc tests on the fly, -5 mbytes in the git tree | Denys Vlasenko |
2019-01-02 | bc: speed up string printing, fix print "" | Denys Vlasenko |
2019-01-01 | bc: upstream fixes | Denys Vlasenko |
2018-12-31 | bc: support ibase up to 36 (GNU compat) | Denys Vlasenko |
2018-12-29 | bc: more fixes for unusual input bases | Denys Vlasenko |
2018-12-29 | bc: fix handling of "digits" above 9 | Denys Vlasenko |
2018-12-28 | bc: rename config options | Denys Vlasenko |
2018-12-26 | bc: prepare for char-by-char input handling | Denys Vlasenko |
2018-12-25 | bc: fix interactive handling of comments in strings and quotes in comments | Denys Vlasenko |
2018-12-25 | dc: add two tests | Denys Vlasenko |
2018-12-25 | bc: allow {break} and {continue} (allow RBRACE to terminate them) | Denys Vlasenko |
2018-12-22 | dc: unbreak interactive mode - was trying to get next tokens instead of execu... | Denys Vlasenko |
2018-12-22 | bc: unbreak read(), remove checks for nested read() | Denys Vlasenko |
2018-12-21 | bc: fix for() to not leave data on stack | Denys Vlasenko |
2018-12-21 | bc: for(;;) fix from upstream | Denys Vlasenko |