index
:
busybox-w32
ansi
awk_faster
busybox
cng_backend
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
propagate_sigint
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
testsuite
/
bc.tests
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bc: unbreak read(), remove checks for nested read()
Denys Vlasenko
2018-12-22
1
-0
/
+15
*
bc: fix for() to not leave data on stack
Denys Vlasenko
2018-12-21
1
-0
/
+15
*
bc: for(;;) fix from upstream
Denys Vlasenko
2018-12-21
1
-0
/
+5
*
bc: fix keyword matching to not think "ifz" is the "if" keyword
Denys Vlasenko
2018-12-20
1
-0
/
+5
*
bc: fix "echo -n '#foo' | bc" not eating last 'o'
Denys Vlasenko
2018-12-18
1
-0
/
+5
*
bc: remove "error after expression parsing" check
Denys Vlasenko
2018-12-17
1
-0
/
+5
*
bc: store only index in p->exits, it's the only thing used there
Denys Vlasenko
2018-12-16
1
-0
/
+17
*
bc: remove redundant JUMP generation when parsing 'while'
Denys Vlasenko
2018-12-16
1
-0
/
+27
*
bc: simplify use of "ip" in loop parsing functions
Denys Vlasenko
2018-12-16
1
-0
/
+31
*
bc: fix "print 1,2,3" parsing
Denys Vlasenko
2018-12-16
1
-0
/
+5
*
bc: fold zbc_parse_else() into its only caller
Denys Vlasenko
2018-12-16
1
-0
/
+5
*
bc: fixes for multi-line if/while/for
Denys Vlasenko
2018-12-16
1
-0
/
+10
*
bc: fix handling of 'return' not in functions, and 'define f()<newline>{...}'
Denys Vlasenko
2018-12-16
1
-0
/
+5
*
bc: partially rewrite parser, tests pass, ^C might be broken now
Denys Vlasenko
2018-12-16
1
-0
/
+5
*
bc: lexer debugging, added some failing test cases
Denys Vlasenko
2018-12-15
1
-0
/
+20
*
bc: fix another thinko
Denys Vlasenko
2018-12-13
1
-0
/
+10
*
bc: fix comment handling
Denys Vlasenko
2018-12-13
1
-0
/
+12
*
testsuite: add bc and dc tests
Denys Vlasenko
2018-12-12
1
-0
/
+19