summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
...
* dc: fit returning of stringDenys Vlasenko2019-01-041-0/+5
* dc: fix '?'Denys Vlasenko2019-01-041-0/+5
* bc: fix "...; return}" to work, disallow "return ()"Denys Vlasenko2019-01-032-3/+6
* bc: generate large bc tests on the fly, -5 mbytes in the git treeDenys Vlasenko2019-01-022-11/+43
* bc: speed up string printing, fix print ""Denys Vlasenko2019-01-021-0/+6
* bc: upstream fixesDenys Vlasenko2019-01-011-0/+16
* bc: support ibase up to 36 (GNU compat)Denys Vlasenko2018-12-311-0/+5
* bc: more fixes for unusual input basesDenys Vlasenko2018-12-292-0/+68
* bc: fix handling of "digits" above 9Denys Vlasenko2018-12-292-0/+40
* bc: rename config optionsDenys Vlasenko2018-12-283-2/+7
* bc: prepare for char-by-char input handlingDenys Vlasenko2018-12-261-4/+4
* bc: fix interactive handling of comments in strings and quotes in commentsDenys Vlasenko2018-12-251-2/+14
* dc: add two testsDenys Vlasenko2018-12-251-0/+10
* bc: allow {break} and {continue} (allow RBRACE to terminate them)Denys Vlasenko2018-12-251-1/+6
* dc: unbreak interactive mode - was trying to get next tokens instead of execu...Denys Vlasenko2018-12-221-0/+15
* bc: unbreak read(), remove checks for nested read()Denys Vlasenko2018-12-221-0/+15
* bc: fix for() to not leave data on stackDenys Vlasenko2018-12-211-0/+15
* bc: for(;;) fix from upstreamDenys Vlasenko2018-12-211-0/+5
* bc: fix keyword matching to not think "ifz" is the "if" keywordDenys Vlasenko2018-12-201-0/+5
* bc: fix "echo -n '#foo' | bc" not eating last 'o'Denys Vlasenko2018-12-181-0/+5
* bc: remove "error after expression parsing" checkDenys Vlasenko2018-12-171-0/+5
* bc: store only index in p->exits, it's the only thing used thereDenys Vlasenko2018-12-161-0/+17
* bc: remove redundant JUMP generation when parsing 'while'Denys Vlasenko2018-12-161-0/+27
* bc: simplify use of "ip" in loop parsing functionsDenys Vlasenko2018-12-161-0/+31
* bc: fix "print 1,2,3" parsingDenys Vlasenko2018-12-161-0/+5
* bc: fold zbc_parse_else() into its only callerDenys Vlasenko2018-12-161-0/+5
* bc: fixes for multi-line if/while/forDenys Vlasenko2018-12-161-0/+10
* bc: fix handling of 'return' not in functions, and 'define f()<newline>{...}'Denys Vlasenko2018-12-161-0/+5
* bc: partially rewrite parser, tests pass, ^C might be broken nowDenys Vlasenko2018-12-162-2/+6
* bc: lexer debugging, added some failing test casesDenys Vlasenko2018-12-151-0/+20
* bc: fix another thinkoDenys Vlasenko2018-12-131-0/+10
* bc: fix comment handlingDenys Vlasenko2018-12-131-0/+12
* testsuite: add bc and dc testsDenys Vlasenko2018-12-1277-0/+5466
* dc: fix testsuiteDenys Vlasenko2018-12-061-18/+6
* testsuite: check CONFIG_DESKTOP before using 'od -t'Chen Qi2018-11-277-5/+7
* printf: fix printing +-prefixed numbersBernhard Reutner-Fischer2018-10-191-0/+33
* head: convert existing tests to new-styleThomas De Schampheleire2018-09-223-8/+10
* head: add test case for negative -n invocationThomas De Schampheleire2018-09-221-0/+31
* hexdump: fix short file of zero butes treated as dupDenys Vlasenko2018-07-031-0/+18
* testsuite/mount.tests: fix false positiveDenys Vlasenko2018-06-281-0/+2
* testsuite/pidof.tests: fix false positive take 2Denys Vlasenko2018-06-271-0/+5
* testsuite/tar.tests: fix false positiveDenys Vlasenko2018-06-271-0/+2
* testsuite/pidof.tests: fix false positiveDenys Vlasenko2018-06-271-0/+2
* testsuite/bzcat.tests: fix false positive take 2Denys Vlasenko2018-06-271-5/+6
* testsuite/unexpand/unexpand-works-like-GNU: fix false positiveDenys Vlasenko2018-06-271-0/+4
* testsuite/bzcat.tests: fix false positiveDenys Vlasenko2018-06-271-3/+7
* testsuite/tar.tests: fix false positiveDenys Vlasenko2018-06-271-1/+1
* testsuite/cat.tests: fix false positiveDenys Vlasenko2018-06-271-0/+4
* unlzma: close another SEGV possibilityDenys Vlasenko2018-05-252-3/+16
* tar: fix interaction of delayed symlink and hardlink creationHarald van Dijk2018-05-221-0/+16