index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bc: more fixes for unusual input bases
Denys Vlasenko
2018-12-29
2
-0
/
+68
*
bc: fix handling of "digits" above 9
Denys Vlasenko
2018-12-29
2
-0
/
+40
*
bc: rename config options
Denys Vlasenko
2018-12-28
3
-2
/
+7
*
bc: prepare for char-by-char input handling
Denys Vlasenko
2018-12-26
1
-4
/
+4
*
bc: fix interactive handling of comments in strings and quotes in comments
Denys Vlasenko
2018-12-25
1
-2
/
+14
*
dc: add two tests
Denys Vlasenko
2018-12-25
1
-0
/
+10
*
bc: allow {break} and {continue} (allow RBRACE to terminate them)
Denys Vlasenko
2018-12-25
1
-1
/
+6
*
dc: unbreak interactive mode - was trying to get next tokens instead of execu...
Denys Vlasenko
2018-12-22
1
-0
/
+15
*
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
2
-2
/
+6
*
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
77
-0
/
+5466
*
dc: fix testsuite
Denys Vlasenko
2018-12-06
1
-18
/
+6
*
testsuite: check CONFIG_DESKTOP before using 'od -t'
Chen Qi
2018-11-27
7
-5
/
+7
*
printf: fix printing +-prefixed numbers
Bernhard Reutner-Fischer
2018-10-19
1
-0
/
+33
*
head: convert existing tests to new-style
Thomas De Schampheleire
2018-09-22
3
-8
/
+10
*
head: add test case for negative -n invocation
Thomas De Schampheleire
2018-09-22
1
-0
/
+31
*
hexdump: fix short file of zero butes treated as dup
Denys Vlasenko
2018-07-03
1
-0
/
+18
*
testsuite/mount.tests: fix false positive
Denys Vlasenko
2018-06-28
1
-0
/
+2
*
testsuite/pidof.tests: fix false positive take 2
Denys Vlasenko
2018-06-27
1
-0
/
+5
*
testsuite/tar.tests: fix false positive
Denys Vlasenko
2018-06-27
1
-0
/
+2
*
testsuite/pidof.tests: fix false positive
Denys Vlasenko
2018-06-27
1
-0
/
+2
*
testsuite/bzcat.tests: fix false positive take 2
Denys Vlasenko
2018-06-27
1
-5
/
+6
*
testsuite/unexpand/unexpand-works-like-GNU: fix false positive
Denys Vlasenko
2018-06-27
1
-0
/
+4
*
testsuite/bzcat.tests: fix false positive
Denys Vlasenko
2018-06-27
1
-3
/
+7
*
testsuite/tar.tests: fix false positive
Denys Vlasenko
2018-06-27
1
-1
/
+1
*
testsuite/cat.tests: fix false positive
Denys Vlasenko
2018-06-27
1
-0
/
+4
*
unlzma: close another SEGV possibility
Denys Vlasenko
2018-05-25
2
-3
/
+16
*
tar: fix interaction of delayed symlink and hardlink creation
Harald van Dijk
2018-05-22
1
-0
/
+16
*
cat: fix cat -e and cat -v erroneously numbering 1st line
Denys Vlasenko
2018-04-29
1
-0
/
+21
*
awk: do not allow $(-1)
Denys Vlasenko
2018-04-23
1
-0
/
+6
*
unlzma: fix another SEGV case
Denys Vlasenko
2018-04-19
2
-2
/
+13
*
testsuite: allow tests to work in paths containing spaces
Ron Yorston
2018-04-09
5
-8
/
+10
*
unlzma: fix segfault on bad archive
Denys Vlasenko
2018-04-08
3
-0
/
+21
*
bzip2: fix two crashes on corrupted archives
Denys Vlasenko
2018-04-08
3
-0
/
+16
*
grep: fix echo "aa" | busybox grep -F -w "a" (should not match)
Denys Vlasenko
2018-03-29
1
-0
/
+6
[next]