1. badf683 dc: unbreak interactive mode - was trying to get next tokens instead of executing by Denys Vlasenko · 6 years ago
  2. 8c1e723 bc: unbreak read(), remove checks for nested read() by Denys Vlasenko · 6 years ago
  3. 19eee8e bc: fix for() to not leave data on stack by Denys Vlasenko · 6 years ago
  4. 52caa00 bc: for(;;) fix from upstream by Denys Vlasenko · 6 years ago
  5. 5acd14b bc: fix keyword matching to not think "ifz" is the "if" keyword by Denys Vlasenko · 6 years ago
  6. 55f3cab bc: fix "echo -n '#foo' | bc" not eating last 'o' by Denys Vlasenko · 6 years ago
  7. 4b72aeb bc: remove "error after expression parsing" check by Denys Vlasenko · 6 years ago
  8. 266aa00 bc: store only index in p->exits, it's the only thing used there by Denys Vlasenko · 6 years ago
  9. de24e9d bc: remove redundant JUMP generation when parsing 'while' by Denys Vlasenko · 6 years ago
  10. 06ade77 bc: simplify use of "ip" in loop parsing functions by Denys Vlasenko · 6 years ago
  11. 5d18f6b bc: fix "print 1,2,3" parsing by Denys Vlasenko · 6 years ago
  12. a50576a bc: fold zbc_parse_else() into its only caller by Denys Vlasenko · 6 years ago
  13. 202dd19 bc: fixes for multi-line if/while/for by Denys Vlasenko · 6 years ago
  14. e9519e4 bc: fix handling of 'return' not in functions, and 'define f()<newline>{...}' by Denys Vlasenko · 6 years ago
  15. d1d29b4 bc: partially rewrite parser, tests pass, ^C might be broken now by Denys Vlasenko · 6 years ago
  16. 99b3762 bc: lexer debugging, added some failing test cases by Denys Vlasenko · 6 years ago
  17. 818b602 bc: fix another thinko by Denys Vlasenko · 6 years ago
  18. 766f672 bc: fix comment handling by Denys Vlasenko · 6 years ago
  19. 9a23b07 testsuite: add bc and dc tests by Denys Vlasenko · 6 years ago
  20. a133137 dc: fix testsuite by Denys Vlasenko · 6 years ago
  21. 572dfb8 testsuite: check CONFIG_DESKTOP before using 'od -t' by Chen Qi · 6 years ago
  22. 3db4e7f printf: fix printing +-prefixed numbers by Bernhard Reutner-Fischer · 6 years ago
  23. 6608879 head: convert existing tests to new-style by Thomas De Schampheleire · 6 years ago
  24. e0f6176 head: add test case for negative -n invocation by Thomas De Schampheleire · 6 years ago
  25. e5d5f5b hexdump: fix short file of zero butes treated as dup by Denys Vlasenko · 6 years ago
  26. 3357666 testsuite/mount.tests: fix false positive by Denys Vlasenko · 6 years ago
  27. 4c58f24 testsuite/pidof.tests: fix false positive take 2 by Denys Vlasenko · 6 years ago
  28. 332a191 testsuite/tar.tests: fix false positive by Denys Vlasenko · 6 years ago
  29. 33eae28 testsuite/pidof.tests: fix false positive by Denys Vlasenko · 6 years ago
  30. 9459379 testsuite/bzcat.tests: fix false positive take 2 by Denys Vlasenko · 6 years ago
  31. d8799b9 testsuite/unexpand/unexpand-works-like-GNU: fix false positive by Denys Vlasenko · 6 years ago
  32. a429d5d testsuite/bzcat.tests: fix false positive by Denys Vlasenko · 6 years ago
  33. 5738823 testsuite/tar.tests: fix false positive by Denys Vlasenko · 6 years ago
  34. 7510050 testsuite/cat.tests: fix false positive by Denys Vlasenko · 6 years ago
  35. a36986b unlzma: close another SEGV possibility by Denys Vlasenko · 7 years ago
  36. 8c24af9 tar: fix interaction of delayed symlink and hardlink creation by Harald van Dijk · 7 years ago
  37. d80eecb cat: fix cat -e and cat -v erroneously numbering 1st line by Denys Vlasenko · 7 years ago
  38. 2454e67 awk: do not allow $(-1) by Denys Vlasenko · 7 years ago
  39. e09c426 unlzma: fix another SEGV case by Denys Vlasenko · 7 years ago
  40. 1f27fa9 testsuite: allow tests to work in paths containing spaces by Ron Yorston · 7 years ago
  41. a1870f4 unlzma: fix segfault on bad archive by Denys Vlasenko · 7 years ago
  42. 38ccd6a bzip2: fix two crashes on corrupted archives by Denys Vlasenko · 7 years ago
  43. 03fd7e0 grep: fix echo "aa" | busybox grep -F -w "a" (should not match) by Denys Vlasenko · 7 years ago
  44. a84db18 tar,unzip: postpone creation of symlinks with "suspicious" targets by Denys Vlasenko · 7 years ago
  45. ecaec1d testsuite: update busybox and bzcat tests by Ron Yorston · 7 years ago
  46. 6f4a785 awk: fix 'delete array[var--]' decrementing var twice by Denys Vlasenko · 7 years ago
  47. 9c47c43 sed: in '/regexp/cmd1;//cmd2', cmd2 should use the same regexp as cmd1 by Denys Vlasenko · 7 years ago
  48. bc9bbeb libarchive: do not extract unsafe symlinks unless $EXTRACT_UNSAFE_SYMLINKS=1 by Denys Vlasenko · 7 years ago
  49. 9cf89cd sysctl: fix file parsing, do not require -w for VAR=VAL by Denys Vlasenko · 7 years ago
  50. b920a38 tar: postpone creation of symlinks with "suspicious" targets. Closes 8411 by Denys Vlasenko · 7 years ago
  51. a165603 od_bloaty: fix floating point output by Ron Yorston · 7 years ago
  52. 2e989ef msh: delete this applet by Denys Vlasenko · 7 years ago
  53. 10ad622 Spelling fixes in comments, documentation, tests and examples by Denys Vlasenko · 8 years ago
  54. ee7f75d factor: new applet by Denys Vlasenko · 8 years ago
  55. d2383f5 paste: new applet by Maxime Coste · 8 years ago
  56. bca4ea8 remove "local" bashism from a few scripts by Denys Vlasenko · 8 years ago
  57. 6c73aaf cryptpw: support "rounds=NNNNNNN$" thing in salts by Denys Vlasenko · 8 years ago
  58. 265062d shells: make hush test optional, rename ASH_BUILTIN_foo -> ASH_foo by Denys Vlasenko · 8 years ago
  59. 0ffac1c unzip: do not use CDF.extra_len, read local file header. Closes 9536 by Denys Vlasenko · 8 years ago
  60. e3c4db8 unzip: properly use CDF to find compressed files. Closes 9536 by Denys Vlasenko · 8 years ago
  61. 76de325 randomconfig fixes by Denys Vlasenko · 8 years ago
  62. df25df7 randomconfig fixes by Denys Vlasenko · 8 years ago
  63. de912f0 randomconfig fixes by Denys Vlasenko · 8 years ago
  64. 52ae098 randomconfig fixes by Denys Vlasenko · 8 years ago
  65. ccc9985 find: fix handling of trailing slashes in -name PATTERN comparisons by Denys Vlasenko · 8 years ago
  66. cb810c4 patch: fix matching failure by Aaro Koskinen · 8 years ago
  67. 1924e99 Make grep/egrep/fgrep independently selectable by Denys Vlasenko · 8 years ago
  68. 9655f95 tar: handle pax-encoded utf8 filenames and link names. Closes 9406 by Denys Vlasenko · 8 years ago
  69. 46443a3 cpio: add ownership (-R) test cases by Aaro Koskinen · 8 years ago
  70. 61d5997 awk: fix segfault on for loop syntax error by Brian Foley · 8 years ago
  71. 76d7237 sed: fix "sed n (flushes pattern space, terminates early)" testcase failure by Denys Vlasenko · 8 years ago
  72. 71a090f sha3: fix to conform to final SHA3 padding standard, add -a BITS option by Denys Vlasenko · 8 years ago
  73. 560cf8c gzip: add test that checks that -9 compresses better than -1 by Natanael Copa · 8 years ago
  74. b0056ea {md5,shaN}sum: make -c EMPTY fail by Denys Vlasenko · 8 years ago
  75. ecf25cb randomconfig fixes 5: false positive for tar; mount emits corrupted message by Denys Vlasenko · 8 years ago
  76. 0ad872b randomconfig fixes 4 by Denys Vlasenko · 8 years ago
  77. 94046d0 randomconfig fixes 3 by Denys Vlasenko · 8 years ago
  78. bb0bf28 randomconfig fixes 2 by Denys Vlasenko · 8 years ago
  79. 015db58 randomconfig fixes by Denys Vlasenko · 8 years ago
  80. f2559e5 sed: fix append command to match GNU sed 4.2.1 by Denys Vlasenko · 9 years ago
  81. cbdff15 sed: understand \n,\r and \t in i and a commands. Closes 8871 by Denys Vlasenko · 9 years ago
  82. 2a4bba3 sed: make 's///w FILE' actually write to FILE. Closes 8251 by Denys Vlasenko · 9 years ago
  83. 6bd3fff [g]unzip: fix recent breakage. by Denys Vlasenko · 9 years ago
  84. 1de25a6 unzip: test for bad archive SEGVing by Denys Vlasenko · 9 years ago
  85. a960748 tar: add a test that we don't write into symlinks by Denys Vlasenko · 9 years ago
  86. 6c563e3 tar: add support for --strip-components=N by Denys Vlasenko · 9 years ago
  87. 0506e29 sort: fix ENDCHAR handling in "-kSTART,N.ENDCHAR" by Denys Vlasenko · 9 years ago
  88. 2e86a5c sort: fix key with delimiters breakage by Denys Vlasenko · 9 years ago
  89. 57aeb62 randconfig fixes by Denys Vlasenko · 9 years ago
  90. 2dbbf82 randconfig fixes by Denys Vlasenko · 9 years ago
  91. 69c8c69 randconfig fixes by Denys Vlasenko · 9 years ago
  92. 28b00ce awk: support "length" form of "length()". Closes 8371 by Denys Vlasenko · 9 years ago
  93. 8aa7cf3 sort: fix -kN,M handling (was including last separator into the comparison) by Denys Vlasenko · 9 years ago
  94. ad27a6d diff.tests: add testcases for -B and single line changes by Aaro Koskinen · 9 years ago
  95. 17b1622 bzcat.tests: Run both .gz and .bz2 tests, and add .Z tests by Thiago Jung Bauermann · 10 years ago
  96. 63f4d32 sed: implement ",+N" range end by Denys Vlasenko · 10 years ago
  97. 70e30e8 dc: tweak parsing by Bernhard Reutner-Fischer · 10 years ago
  98. 39f0172 diff: fix a bug in diffing against stdin. Closes 7784 by Denys Vlasenko · 10 years ago
  99. 11775ed randomconfig fixes by Denys Vlasenko · 10 years ago
  100. 9caea24 sed: fix a buglet in s///NUM handling by Denys Vlasenko · 10 years ago