vi: fixes to string search in colon commands, closes 10321
[oweals/busybox.git] / testsuite / bc.tests
2019-11-23 Denys Vlasenkobc: fix comparison bug, closes 12336
2019-01-04 Denys Vlasenkobc: support void functions (GNU compat)
2019-01-03 Denys Vlasenkobc: fix "...; return}" to work, disallow "return ()"
2019-01-02 Denys Vlasenkobc: generate large bc tests on the fly, -5 mbytes in...
2019-01-02 Denys Vlasenkobc: speed up string printing, fix print ""
2019-01-01 Denys Vlasenkobc: upstream fixes
2018-12-31 Denys Vlasenkobc: support ibase up to 36 (GNU compat)
2018-12-25 Denys Vlasenkobc: fix interactive handling of comments in strings...
2018-12-25 Denys Vlasenkobc: allow {break} and {continue} (allow RBRACE to termi...
2018-12-22 Denys Vlasenkobc: unbreak read(), remove checks for nested read()
2018-12-21 Denys Vlasenkobc: fix for() to not leave data on stack
2018-12-20 Denys Vlasenkobc: for(;;) fix from upstream
2018-12-20 Denys Vlasenkobc: fix keyword matching to not think "ifz" is the...
2018-12-18 Denys Vlasenkobc: fix "echo -n '#foo' | bc" not eating last 'o'
2018-12-17 Denys Vlasenkobc: remove "error after expression parsing" check
2018-12-16 Denys Vlasenkobc: store only index in p->exits, it's the only thing...
2018-12-16 Denys Vlasenkobc: remove redundant JUMP generation when parsing ...
2018-12-16 Denys Vlasenkobc: simplify use of "ip" in loop parsing functions
2018-12-16 Denys Vlasenkobc: fix "print 1,2,3" parsing
2018-12-16 Denys Vlasenkobc: fold zbc_parse_else() into its only caller
2018-12-16 Denys Vlasenkobc: fixes for multi-line if/while/for
2018-12-16 Denys Vlasenkobc: fix handling of 'return' not in functions, and...
2018-12-16 Denys Vlasenkobc: partially rewrite parser, tests pass, ^C might...
2018-12-15 Denys Vlasenkobc: lexer debugging, added some failing test cases
2018-12-13 Denys Vlasenkobc: fix another thinko
2018-12-13 Denys Vlasenkobc: fix comment handling
2018-12-12 Denys Vlasenkotestsuite: add bc and dc tests