1. bd8b05b awk: fix more "length" cases, closes 12486 by Denys Vlasenko · 4 years, 11 months ago
  2. 1ff7002 xargs: fix handling of quoted arguments, closes 11441 by Ron Yorston · 5 years ago
  3. 0084137 bc: fix comparison bug, closes 12336 by Denys Vlasenko · 5 years ago
  4. 10509a7 dc: Parse error & fix out of bounds read in xc_program_printString by Brian Foley · 5 years ago
  5. b64470b dc: Fix segfault when executing strings generated using asciify by Brian Foley · 5 years ago
  6. 7454879 dc: execute shouldn't pop if stack head is not a string by Brian Foley · 5 years ago
  7. 9254925 expand,unexpand: drop broken test, add FIXME comment by Denys Vlasenko · 6 years ago
  8. 22cc928 awk: fix testsuite by Denys Vlasenko · 6 years ago
  9. b2c123d testsuite: fix bunzip2.tests expectations by Denys Vlasenko · 6 years ago
  10. 0545bfa sed: fix /regex/,+N match triggering only once, closes 11871 by Denys Vlasenko · 6 years ago
  11. 32c8ce4 dc.tests: fix two test case to also depend on DC_BIG by Chen Qi · 6 years ago
  12. 9a9c6e3 grep: fix -x -v with certain pattern orders by Ari Sundholm · 6 years ago
  13. 5379950 bc: implement pass-by-reference code from upstream by Denys Vlasenko · 6 years ago
  14. 1c42c18 awk: Fix overly permissive func arg list parsing by Brian Foley · 6 years ago
  15. 08a514c awk: Syntax error if delete isn't given an arg. by Brian Foley · 6 years ago
  16. dac15a1 awk: Guard pointer chasing when parsing ternary expressions. by Brian Foley · 6 years ago
  17. 77524a3 start-stop-daemon: fix "both -x and -a" case: -a does override argv[0] by Denys Vlasenko · 6 years ago
  18. 088fec3 start-stop-daemon: create pidfile before parent exits, closes 8596 by Denys Vlasenko · 6 years ago
  19. 54f5c1d bc: support void functions (GNU compat) by Denys Vlasenko · 6 years ago
  20. 1db367a dc: fit returning of string by Denys Vlasenko · 6 years ago
  21. 6842c60 dc: fix '?' by Denys Vlasenko · 6 years ago
  22. 96b5ec1 bc: fix "...; return}" to work, disallow "return ()" by Denys Vlasenko · 6 years ago
  23. cb7c955 bc: generate large bc tests on the fly, -5 mbytes in the git tree by Denys Vlasenko · 6 years ago
  24. 266bec8 bc: speed up string printing, fix print "" by Denys Vlasenko · 6 years ago
  25. 2231468 bc: upstream fixes by Denys Vlasenko · 6 years ago
  26. 680ccd3 bc: support ibase up to 36 (GNU compat) by Denys Vlasenko · 6 years ago
  27. d5b0fa6 bc: more fixes for unusual input bases by Denys Vlasenko · 6 years ago
  28. e16a522 bc: fix handling of "digits" above 9 by Denys Vlasenko · 6 years ago
  29. 1476760 bc: rename config options by Denys Vlasenko · 6 years ago
  30. 7d32e25 bc: prepare for char-by-char input handling by Denys Vlasenko · 6 years ago
  31. 94576d2 bc: fix interactive handling of comments in strings and quotes in comments by Denys Vlasenko · 6 years ago
  32. 8fac1c7 dc: add two tests by Denys Vlasenko · 6 years ago
  33. 5fa74b9 bc: allow {break} and {continue} (allow RBRACE to terminate them) by Denys Vlasenko · 6 years ago
  34. badf683 dc: unbreak interactive mode - was trying to get next tokens instead of executing by Denys Vlasenko · 6 years ago
  35. 8c1e723 bc: unbreak read(), remove checks for nested read() by Denys Vlasenko · 6 years ago
  36. 19eee8e bc: fix for() to not leave data on stack by Denys Vlasenko · 6 years ago
  37. 52caa00 bc: for(;;) fix from upstream by Denys Vlasenko · 6 years ago
  38. 5acd14b bc: fix keyword matching to not think "ifz" is the "if" keyword by Denys Vlasenko · 6 years ago
  39. 55f3cab bc: fix "echo -n '#foo' | bc" not eating last 'o' by Denys Vlasenko · 6 years ago
  40. 4b72aeb bc: remove "error after expression parsing" check by Denys Vlasenko · 6 years ago
  41. 266aa00 bc: store only index in p->exits, it's the only thing used there by Denys Vlasenko · 6 years ago
  42. de24e9d bc: remove redundant JUMP generation when parsing 'while' by Denys Vlasenko · 6 years ago
  43. 06ade77 bc: simplify use of "ip" in loop parsing functions by Denys Vlasenko · 6 years ago
  44. 5d18f6b bc: fix "print 1,2,3" parsing by Denys Vlasenko · 6 years ago
  45. a50576a bc: fold zbc_parse_else() into its only caller by Denys Vlasenko · 6 years ago
  46. 202dd19 bc: fixes for multi-line if/while/for by Denys Vlasenko · 6 years ago
  47. e9519e4 bc: fix handling of 'return' not in functions, and 'define f()<newline>{...}' by Denys Vlasenko · 6 years ago
  48. d1d29b4 bc: partially rewrite parser, tests pass, ^C might be broken now by Denys Vlasenko · 6 years ago
  49. 99b3762 bc: lexer debugging, added some failing test cases by Denys Vlasenko · 6 years ago
  50. 818b602 bc: fix another thinko by Denys Vlasenko · 6 years ago
  51. 766f672 bc: fix comment handling by Denys Vlasenko · 6 years ago
  52. 9a23b07 testsuite: add bc and dc tests by Denys Vlasenko · 6 years ago
  53. a133137 dc: fix testsuite by Denys Vlasenko · 6 years ago
  54. 572dfb8 testsuite: check CONFIG_DESKTOP before using 'od -t' by Chen Qi · 6 years ago
  55. 3db4e7f printf: fix printing +-prefixed numbers by Bernhard Reutner-Fischer · 6 years ago
  56. 6608879 head: convert existing tests to new-style by Thomas De Schampheleire · 6 years ago
  57. e0f6176 head: add test case for negative -n invocation by Thomas De Schampheleire · 6 years ago
  58. e5d5f5b hexdump: fix short file of zero butes treated as dup by Denys Vlasenko · 6 years ago
  59. 3357666 testsuite/mount.tests: fix false positive by Denys Vlasenko · 6 years ago
  60. 4c58f24 testsuite/pidof.tests: fix false positive take 2 by Denys Vlasenko · 6 years ago
  61. 332a191 testsuite/tar.tests: fix false positive by Denys Vlasenko · 6 years ago
  62. 33eae28 testsuite/pidof.tests: fix false positive by Denys Vlasenko · 6 years ago
  63. 9459379 testsuite/bzcat.tests: fix false positive take 2 by Denys Vlasenko · 6 years ago
  64. d8799b9 testsuite/unexpand/unexpand-works-like-GNU: fix false positive by Denys Vlasenko · 6 years ago
  65. a429d5d testsuite/bzcat.tests: fix false positive by Denys Vlasenko · 6 years ago
  66. 5738823 testsuite/tar.tests: fix false positive by Denys Vlasenko · 6 years ago
  67. 7510050 testsuite/cat.tests: fix false positive by Denys Vlasenko · 6 years ago
  68. a36986b unlzma: close another SEGV possibility by Denys Vlasenko · 7 years ago
  69. 8c24af9 tar: fix interaction of delayed symlink and hardlink creation by Harald van Dijk · 7 years ago
  70. d80eecb cat: fix cat -e and cat -v erroneously numbering 1st line by Denys Vlasenko · 7 years ago
  71. 2454e67 awk: do not allow $(-1) by Denys Vlasenko · 7 years ago
  72. e09c426 unlzma: fix another SEGV case by Denys Vlasenko · 7 years ago
  73. 1f27fa9 testsuite: allow tests to work in paths containing spaces by Ron Yorston · 7 years ago
  74. a1870f4 unlzma: fix segfault on bad archive by Denys Vlasenko · 7 years ago
  75. 38ccd6a bzip2: fix two crashes on corrupted archives by Denys Vlasenko · 7 years ago
  76. 03fd7e0 grep: fix echo "aa" | busybox grep -F -w "a" (should not match) by Denys Vlasenko · 7 years ago
  77. a84db18 tar,unzip: postpone creation of symlinks with "suspicious" targets by Denys Vlasenko · 7 years ago
  78. ecaec1d testsuite: update busybox and bzcat tests by Ron Yorston · 7 years ago
  79. 6f4a785 awk: fix 'delete array[var--]' decrementing var twice by Denys Vlasenko · 7 years ago
  80. 9c47c43 sed: in '/regexp/cmd1;//cmd2', cmd2 should use the same regexp as cmd1 by Denys Vlasenko · 7 years ago
  81. bc9bbeb libarchive: do not extract unsafe symlinks unless $EXTRACT_UNSAFE_SYMLINKS=1 by Denys Vlasenko · 7 years ago
  82. 9cf89cd sysctl: fix file parsing, do not require -w for VAR=VAL by Denys Vlasenko · 7 years ago
  83. b920a38 tar: postpone creation of symlinks with "suspicious" targets. Closes 8411 by Denys Vlasenko · 7 years ago
  84. a165603 od_bloaty: fix floating point output by Ron Yorston · 7 years ago
  85. 2e989ef msh: delete this applet by Denys Vlasenko · 7 years ago
  86. 10ad622 Spelling fixes in comments, documentation, tests and examples by Denys Vlasenko · 8 years ago
  87. ee7f75d factor: new applet by Denys Vlasenko · 8 years ago
  88. d2383f5 paste: new applet by Maxime Coste · 8 years ago
  89. bca4ea8 remove "local" bashism from a few scripts by Denys Vlasenko · 8 years ago
  90. 6c73aaf cryptpw: support "rounds=NNNNNNN$" thing in salts by Denys Vlasenko · 8 years ago
  91. 265062d shells: make hush test optional, rename ASH_BUILTIN_foo -> ASH_foo by Denys Vlasenko · 8 years ago
  92. 0ffac1c unzip: do not use CDF.extra_len, read local file header. Closes 9536 by Denys Vlasenko · 8 years ago
  93. e3c4db8 unzip: properly use CDF to find compressed files. Closes 9536 by Denys Vlasenko · 8 years ago
  94. 76de325 randomconfig fixes by Denys Vlasenko · 8 years ago
  95. df25df7 randomconfig fixes by Denys Vlasenko · 8 years ago
  96. de912f0 randomconfig fixes by Denys Vlasenko · 8 years ago
  97. 52ae098 randomconfig fixes by Denys Vlasenko · 8 years ago
  98. ccc9985 find: fix handling of trailing slashes in -name PATTERN comparisons by Denys Vlasenko · 8 years ago
  99. cb810c4 patch: fix matching failure by Aaro Koskinen · 8 years ago
  100. 1924e99 Make grep/egrep/fgrep independently selectable by Denys Vlasenko · 8 years ago