aboutsummaryrefslogtreecommitdiff
path: root/testsuite
AgeCommit message (Expand)Author
2018-12-26bc: prepare for char-by-char input handlingDenys Vlasenko
2018-12-25bc: fix interactive handling of comments in strings and quotes in commentsDenys Vlasenko
2018-12-25dc: add two testsDenys Vlasenko
2018-12-25bc: allow {break} and {continue} (allow RBRACE to terminate them)Denys Vlasenko
2018-12-22dc: unbreak interactive mode - was trying to get next tokens instead of execu...Denys Vlasenko
2018-12-22bc: unbreak read(), remove checks for nested read()Denys Vlasenko
2018-12-21bc: fix for() to not leave data on stackDenys Vlasenko
2018-12-21bc: for(;;) fix from upstreamDenys Vlasenko
2018-12-20bc: fix keyword matching to not think "ifz" is the "if" keywordDenys Vlasenko
2018-12-18bc: fix "echo -n '#foo' | bc" not eating last 'o'Denys Vlasenko
2018-12-17bc: remove "error after expression parsing" checkDenys Vlasenko
2018-12-16bc: store only index in p->exits, it's the only thing used thereDenys Vlasenko
2018-12-16bc: remove redundant JUMP generation when parsing 'while'Denys Vlasenko
2018-12-16bc: simplify use of "ip" in loop parsing functionsDenys Vlasenko
2018-12-16bc: fix "print 1,2,3" parsingDenys Vlasenko
2018-12-16bc: fold zbc_parse_else() into its only callerDenys Vlasenko
2018-12-16bc: fixes for multi-line if/while/forDenys Vlasenko
2018-12-16bc: fix handling of 'return' not in functions, and 'define f()<newline>{...}'Denys Vlasenko
2018-12-16bc: partially rewrite parser, tests pass, ^C might be broken nowDenys Vlasenko
2018-12-15bc: lexer debugging, added some failing test casesDenys Vlasenko
2018-12-13bc: fix another thinkoDenys Vlasenko
2018-12-13bc: fix comment handlingDenys Vlasenko
2018-12-12testsuite: add bc and dc testsDenys Vlasenko
2018-12-06dc: fix testsuiteDenys Vlasenko
2018-11-27testsuite: check CONFIG_DESKTOP before using 'od -t'Chen Qi
2018-10-19printf: fix printing +-prefixed numbersBernhard Reutner-Fischer
2018-09-22head: convert existing tests to new-styleThomas De Schampheleire
2018-09-22head: add test case for negative -n invocationThomas De Schampheleire
2018-07-03hexdump: fix short file of zero butes treated as dupDenys Vlasenko
2018-06-28testsuite/mount.tests: fix false positiveDenys Vlasenko
2018-06-27testsuite/pidof.tests: fix false positive take 2Denys Vlasenko
2018-06-27testsuite/tar.tests: fix false positiveDenys Vlasenko
2018-06-27testsuite/pidof.tests: fix false positiveDenys Vlasenko
2018-06-27testsuite/bzcat.tests: fix false positive take 2Denys Vlasenko
2018-06-27testsuite/unexpand/unexpand-works-like-GNU: fix false positiveDenys Vlasenko
2018-06-27testsuite/bzcat.tests: fix false positiveDenys Vlasenko
2018-06-27testsuite/tar.tests: fix false positiveDenys Vlasenko
2018-06-27testsuite/cat.tests: fix false positiveDenys Vlasenko
2018-05-25unlzma: close another SEGV possibilityDenys Vlasenko
2018-05-22tar: fix interaction of delayed symlink and hardlink creationHarald van Dijk
2018-04-29cat: fix cat -e and cat -v erroneously numbering 1st lineDenys Vlasenko
2018-04-23awk: do not allow $(-1)Denys Vlasenko
2018-04-19unlzma: fix another SEGV caseDenys Vlasenko
2018-04-09testsuite: allow tests to work in paths containing spacesRon Yorston
2018-04-08unlzma: fix segfault on bad archiveDenys Vlasenko
2018-04-08bzip2: fix two crashes on corrupted archivesDenys Vlasenko
2018-03-29grep: fix echo "aa" | busybox grep -F -w "a" (should not match)Denys Vlasenko
2018-02-20tar,unzip: postpone creation of symlinks with "suspicious" targetsDenys Vlasenko
2018-02-12testsuite: update busybox and bzcat testsRon Yorston
2018-01-07awk: fix 'delete array[var--]' decrementing var twiceDenys Vlasenko