Age | Commit message (Expand) | Author |
2021-04-13 | dd: support iflag=count_bytes | Rafał Miłecki |
2021-03-09 | start-stop-daemon: explain -x + -a test | Denys Vlasenko |
2021-02-26 | bc/dc: fix length(0) and length(0.000nnn) result | Denys Vlasenko |
2021-02-02 | nl: ensure '-b n' option displays file content | Ron Yorston |
2021-02-02 | awk: allow printf('%c') to output NUL, closes 13486 | Ron Yorston |
2020-12-29 | bc,dc: make BC_LINE_LENGTH/DC_LINE_LENGTH more compatible with GNU | Denys Vlasenko |
2020-12-29 | randomconfig fixes | Denys Vlasenko |
2020-12-22 | factor: detect squares | Denys Vlasenko |
2020-12-04 | awk: add a test that $NF is empty | Denys Vlasenko |
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 |