Age | Commit message (Expand) | Author |
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 |
2018-12-20 | bc: fix keyword matching to not think "ifz" is the "if" keyword | Denys Vlasenko |
2018-12-18 | bc: fix "echo -n '#foo' | bc" not eating last 'o' | Denys Vlasenko |
2018-12-17 | bc: remove "error after expression parsing" check | Denys Vlasenko |
2018-12-16 | bc: store only index in p->exits, it's the only thing used there | Denys Vlasenko |
2018-12-16 | bc: remove redundant JUMP generation when parsing 'while' | Denys Vlasenko |
2018-12-16 | bc: simplify use of "ip" in loop parsing functions | Denys Vlasenko |
2018-12-16 | bc: fix "print 1,2,3" parsing | Denys Vlasenko |
2018-12-16 | bc: fold zbc_parse_else() into its only caller | Denys Vlasenko |
2018-12-16 | bc: fixes for multi-line if/while/for | Denys Vlasenko |
2018-12-16 | bc: fix handling of 'return' not in functions, and 'define f()<newline>{...}' | Denys Vlasenko |
2018-12-16 | bc: partially rewrite parser, tests pass, ^C might be broken now | Denys Vlasenko |
2018-12-15 | bc: lexer debugging, added some failing test cases | Denys Vlasenko |
2018-12-13 | bc: fix another thinko | Denys Vlasenko |
2018-12-13 | bc: fix comment handling | Denys Vlasenko |
2018-12-12 | testsuite: add bc and dc tests | Denys Vlasenko |
2018-12-06 | dc: fix testsuite | Denys Vlasenko |
2018-11-27 | testsuite: check CONFIG_DESKTOP before using 'od -t' | Chen Qi |
2018-10-19 | printf: fix printing +-prefixed numbers | Bernhard Reutner-Fischer |
2018-09-22 | head: convert existing tests to new-style | Thomas De Schampheleire |