syslogd: add config option to include milliseconds in timestamps
[oweals/busybox.git] / testsuite /
2019-11-23 Denys Vlasenkobc: fix comparison bug, closes 12336
2019-09-05 Brian Foleydc: Parse error & fix out of bounds read in xc_program_...
2019-09-05 Brian Foleydc: Fix segfault when executing strings generated using...
2019-09-05 Brian Foleydc: execute shouldn't pop if stack head is not a string
2019-06-08 Denys Vlasenkoexpand,unexpand: drop broken test, add FIXME comment
2019-06-08 Denys Vlasenkoawk: fix testsuite
2019-05-26 Denys Vlasenkotestsuite: fix bunzip2.tests expectations
2019-05-13 Denys Vlasenkosed: fix /regex/,+N match triggering only once, closes...
2019-04-19 Chen Qidc.tests: fix two test case to also depend on DC_BIG
2019-01-29 Ari Sundholmgrep: fix -x -v with certain pattern orders
2019-01-25 Denys Vlasenkobc: implement pass-by-reference code from upstream
2019-01-21 Brian Foleyawk: Fix overly permissive func arg list parsing
2019-01-21 Brian Foleyawk: Syntax error if delete isn't given an arg.
2019-01-21 Brian Foleyawk: Guard pointer chasing when parsing ternary express...
2019-01-14 Denys Vlasenkostart-stop-daemon: fix "both -x and -a" case: -a does...
2019-01-14 Denys Vlasenkostart-stop-daemon: create pidfile before parent exits...
2019-01-04 Denys Vlasenkobc: support void functions (GNU compat)
2019-01-04 Denys Vlasenkodc: fit returning of string
2019-01-04 Denys Vlasenkodc: fix '?'
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-29 Denys Vlasenkobc: more fixes for unusual input bases
2018-12-29 Denys Vlasenkobc: fix handling of "digits" above 9
2018-12-28 Denys Vlasenkobc: rename config options
2018-12-26 Denys Vlasenkobc: prepare for char-by-char input handling
2018-12-25 Denys Vlasenkobc: fix interactive handling of comments in strings...
2018-12-25 Denys Vlasenkodc: add two tests
2018-12-25 Denys Vlasenkobc: allow {break} and {continue} (allow RBRACE to termi...
2018-12-22 Denys Vlasenkodc: unbreak interactive mode - was trying to get next...
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
2018-12-06 Denys Vlasenkodc: fix testsuite
2018-11-27 Chen Qitestsuite: check CONFIG_DESKTOP before using 'od -t'
2018-10-19 Bernhard Reutner... printf: fix printing +-prefixed numbers
2018-09-22 Thomas De Schamphe... head: convert existing tests to new-style
2018-09-22 Thomas De Schamphe... head: add test case for negative -n invocation
2018-07-03 Denys Vlasenkohexdump: fix short file of zero butes treated as dup
2018-06-28 Denys Vlasenkotestsuite/mount.tests: fix false positive
2018-06-27 Denys Vlasenkotestsuite/pidof.tests: fix false positive take 2
2018-06-27 Denys Vlasenkotestsuite/tar.tests: fix false positive
2018-06-27 Denys Vlasenkotestsuite/pidof.tests: fix false positive
2018-06-27 Denys Vlasenkotestsuite/bzcat.tests: fix false positive take 2
2018-06-27 Denys Vlasenkotestsuite/unexpand/unexpand-works-like-GNU: fix false...
2018-06-27 Denys Vlasenkotestsuite/bzcat.tests: fix false positive
2018-06-27 Denys Vlasenkotestsuite/tar.tests: fix false positive
2018-06-27 Denys Vlasenkotestsuite/cat.tests: fix false positive
2018-05-25 Denys Vlasenkounlzma: close another SEGV possibility
2018-05-22 Harald van Dijktar: fix interaction of delayed symlink and hardlink...
2018-04-29 Denys Vlasenkocat: fix cat -e and cat -v erroneously numbering 1st...
2018-04-23 Denys Vlasenkoawk: do not allow $(-1)
2018-04-19 Denys Vlasenkounlzma: fix another SEGV case
2018-04-09 Ron Yorstontestsuite: allow tests to work in paths containing...
2018-04-08 Denys Vlasenkounlzma: fix segfault on bad archive
2018-04-08 Denys Vlasenkobzip2: fix two crashes on corrupted archives
2018-03-29 Denys Vlasenkogrep: fix echo "aa" | busybox grep -F -w "a" (should...
2018-02-20 Denys Vlasenkotar,unzip: postpone creation of symlinks with "suspicio...
2018-02-12 Ron Yorstontestsuite: update busybox and bzcat tests
2018-01-07 Denys Vlasenkoawk: fix 'delete array[var--]' decrementing var twice
2017-08-23 Denys Vlasenkosed: in '/regexp/cmd1;//cmd2', cmd2 should use the...
2017-08-10 Denys Vlasenkolibarchive: do not extract unsafe symlinks unless ...
2017-08-05 Denys Vlasenkosysctl: fix file parsing, do not require -w for VAR=VAL
2017-07-24 Denys Vlasenkotar: postpone creation of symlinks with "suspicious...
2017-07-19 Ron Yorstonod_bloaty: fix floating point output
2017-07-03 Denys Vlasenkomsh: delete this applet
2017-04-17 Denys VlasenkoSpelling fixes in comments, documentation, tests and...
2017-04-09 Denys Vlasenkofactor: new applet
2017-03-23 Maxime Costepaste: new applet
2017-01-24 Denys Vlasenkoremove "local" bashism from a few scripts
2017-01-15 Denys Vlasenkocryptpw: support "rounds=NNNNNNN$" thing in salts
2017-01-10 Denys Vlasenkoshells: make hush test optional, rename ASH_BUILTIN_foo...
2017-01-08 Denys Vlasenkounzip: do not use CDF.extra_len, read local file header...
2017-01-05 Denys Vlasenkounzip: properly use CDF to find compressed files. Close...
2016-12-12 Denys Vlasenkorandomconfig fixes
2016-12-12 Denys Vlasenkorandomconfig fixes
2016-12-12 Denys Vlasenkorandomconfig fixes
2016-12-12 Denys Vlasenkorandomconfig fixes
2016-11-25 Denys Vlasenkofind: fix handling of trailing slashes in -name PATTERN...
2016-11-24 Aaro Koskinenpatch: fix matching failure
2016-11-14 Denys VlasenkoMake grep/egrep/fgrep independently selectable
2016-11-11 Denys Vlasenkotar: handle pax-encoded utf8 filenames and link names...
2016-11-04 Aaro Koskinencpio: add ownership (-R) test cases
next