1. f415e21 ash: eval: Do not cache value of eflag in evaltree by Denys Vlasenko · 3 years, 3 months ago
  2. 41beb53 ash: eval: Check nflag in evaltree instead of cmdloop by Denys Vlasenko · 3 years, 3 months ago
  3. e0bf3df ash: add bash-like ERR trap and set -E by Roberto A. Foglietta · 3 years, 3 months ago
  4. 4b032a4 chat: hopefully fix infinite spinning on input EOF by Denys Vlasenko · 3 years, 3 months ago
  5. 7d06d6e awk: fix printf %% by Daniel Thau · 3 years, 3 months ago
  6. f4ba69d shuf: make -i 99999999990-100000000000 work even on 32 bits by Denys Vlasenko · 3 years, 3 months ago
  7. 8aa626f udhcp: add comments, no code changes by Denys Vlasenko · 3 years, 3 months ago
  8. d7e39f2 examples/var_service/fw/run: allow extif's to be more than one iface by Denys Vlasenko · 3 years, 3 months ago
  9. 4a36ef1 ash: regressions in process substitution by Ron Yorston · 3 years, 3 months ago
  10. f026919 dhcprelay: change two more variables to unsigned by Denys Vlasenko · 3 years, 3 months ago
  11. 3f2d969 udhcp: clarify aspects of relay operation, add TODOs and FIXMEs, tweak --help by Denys Vlasenko · 3 years, 3 months ago
  12. 62d0c8e udhcpd: check config file for bad IP ranges (start > end) by Denys Vlasenko · 3 years, 3 months ago
  13. d99dee9 udhcpd: update --help to include -a MSEC by Denys Vlasenko · 3 years, 3 months ago
  14. a51d953 vi: further changes to colon addresses by Ron Yorston · 3 years, 3 months ago
  15. 6d3da73 bzip: make ftab[] and crc32table[] member arrays of EState, do not allocate by Denys Vlasenko · 3 years, 3 months ago
  16. 49a2e48 shuf: in -i RANGE, accept numbers up to width of pointers by Denys Vlasenko · 3 years, 3 months ago
  17. 60f4843 shuf: with -i LOW-HIGH, do not allow any argv's by Denys Vlasenko · 3 years, 3 months ago
  18. d59f539 shuf: tweak --help text by Denys Vlasenko · 3 years, 3 months ago
  19. 1b66112 mount: code shrink by Denys Vlasenko · 3 years, 3 months ago
  20. dbdf9e0 mount: with -w, do not fall back to read-only mounts by Denys Vlasenko · 3 years, 3 months ago
  21. 922b58b tar,smemcap: silence compiler warning by Ron Yorston · 3 years, 4 months ago
  22. 1e7ca18 Regularize "NUL terminated input" --help texts by Denys Vlasenko · 3 years, 4 months ago
  23. 8817e28 shuf: speed-up when limited output is requested by Ron Yorston · 3 years, 4 months ago
  24. 74c4f35 vi: code shrink print_literal() by Ron Yorston · 3 years, 4 months ago
  25. 08ad934 vi: searches in colon commands should wrap by Ron Yorston · 3 years, 4 months ago
  26. 4357569 rev: correct output for long input lines by Ron Yorston · 3 years, 4 months ago
  27. 62d5a1e tar,smemcap: commonalyze checksumming code for tar header by Denys Vlasenko · 3 years, 4 months ago
  28. 38e9c8c vi: don't right shift empty lines by Ron Yorston · 3 years, 4 months ago
  29. f9217cd vi: support ~/.exrc by Ron Yorston · 3 years, 4 months ago
  30. f07772f vi: changes to handling of -c and EXINIT by Ron Yorston · 3 years, 4 months ago
  31. 29b53ef udhcp: fix build breakage on MIPS by Denys Vlasenko · 3 years, 4 months ago
  32. 9d286a0 Start 1.35.0 development cycle by Denys Vlasenko · 3 years, 4 months ago
  33. d922947 Bump version to 1.34.0 by Denys Vlasenko · 3 years, 4 months ago 1_34_0
  34. 540aa11 scripts/randomtest.loop: let user know about SKIP_MOUNT_MAND_TESTS by Denys Vlasenko · 3 years, 4 months ago
  35. 9ba5024 fdisk: indentation fix by Denys Vlasenko · 3 years, 4 months ago
  36. 59243a8 busybox: fix "busybox --help busybox" not showing correct text by Denys Vlasenko · 3 years, 4 months ago
  37. 8e8cea2 awk: fix testsuite by Denys Vlasenko · 3 years, 4 months ago
  38. d6a7203 vi: fix compile-time error if !ENABLE_FEATURE_VI_SETOPTS by Denys Vlasenko · 3 years, 4 months ago
  39. 8d71868 tar: fix testsuite by Denys Vlasenko · 3 years, 4 months ago
  40. 1ce6069 dd: tweak --help by Denys Vlasenko · 3 years, 4 months ago
  41. b259415 dd: fix testsuite by Denys Vlasenko · 3 years, 4 months ago
  42. d32ef31 *: remove remains of FEATURE_TOUCH_NODEREF by Denys Vlasenko · 3 years, 4 months ago
  43. 319e20b taskset: disallow "taskset -p 0" by Denys Vlasenko · 3 years, 4 months ago
  44. ac2d4d8 touch: fix SEGV if !ENABLE_FEATURE_TOUCH_SUSV3 by Denys Vlasenko · 3 years, 4 months ago
  45. eaa8ee4 cut: fix testsuite by Denys Vlasenko · 3 years, 4 months ago
  46. 21afdde hush: fix "error: invalid preprocessing directive ##" by Denys Vlasenko · 3 years, 4 months ago
  47. 2a1ce6b traceroute: fix compile error due to FreeBSD compat by Denys Vlasenko · 3 years, 4 months ago
  48. 98cb561 cp: fix build failure with long options disabled by Ron Yorston · 3 years, 4 months ago
  49. 8ae6a43 tar: exclude files before updating hardlink info list by Harald van Dijk · 3 years, 5 months ago
  50. 3d40dfa tar: simplify addition of --exclude=GLOB to the expansion of -X EXCLFILE by Denys Vlasenko · 3 years, 4 months ago
  51. 37460f5 hush: tweak ${var/pattern/repl} optimization by Denys Vlasenko · 3 years, 4 months ago
  52. 49cc3ca hush: optimize ${var/pattern/repl} for trivial patterns by Denys Vlasenko · 3 years, 4 months ago
  53. c450437 shell: update psubst testcases by Denys Vlasenko · 3 years, 4 months ago
  54. 8dd676c hush: add missed "undef" by Denys Vlasenko · 3 years, 4 months ago
  55. b278d82 hush: implement $'str' bashism by Denys Vlasenko · 3 years, 4 months ago
  56. 05c5d74 ahell: update testsuite by Denys Vlasenko · 3 years, 4 months ago
  57. 53d45c9 ash: speed up ${v//pattern/repl} by Denys Vlasenko · 3 years, 4 months ago
  58. 1310d7b ash: speed up ${v//pattern/repl} if !ASH_OPTIMIZE_FOR_SIZE by Denys Vlasenko · 3 years, 5 months ago
  59. 0068ce2 cut: add toybox-compatible options -O OUTSEP, -D, -F LIST by Rob Landley · 3 years, 5 months ago
  60. dabbeeb awk: whitespace and debugging tweaks by Denys Vlasenko · 3 years, 5 months ago
  61. 95fffd8 vi: remove redundant assignment by Denys Vlasenko · 3 years, 5 months ago
  62. d3480dd awk: disallow break/continue outside of loops by Denys Vlasenko · 3 years, 5 months ago
  63. d626274 awk: tighten parsing - disallow extra semicolons by Denys Vlasenko · 3 years, 5 months ago
  64. e6f4145 vi: fix regex search compilation error by Ron Yorston · 3 years, 5 months ago
  65. 36feb26 vi: somewhat more readable code, no logic changes by Denys Vlasenko · 3 years, 5 months ago
  66. 2759201 vi: allow delimiter in ':s' to be escaped by Ron Yorston · 3 years, 5 months ago
  67. 95ac4a4 vi: allow regular expressions in ':s' commands by Denys Vlasenko · 3 years, 5 months ago
  68. c76c787 vi: improve handling of anchored searches by Ron Yorston · 3 years, 5 months ago
  69. 2916443 vi: use basic regular expressions for search by Ron Yorston · 3 years, 5 months ago
  70. b50ac07 vi: allow 'gg' to specify a range by Ron Yorston · 3 years, 5 months ago
  71. ab755e3 awk: in parsing, remove superfluous NEWLINE check; optimize builtin arg evaluation by Denys Vlasenko · 3 years, 5 months ago
  72. 8d269ef awk: fix printf "%-10c", 0 by Denys Vlasenko · 3 years, 5 months ago
  73. caa93ec awk: fix corner case in awk_printf by Denys Vlasenko · 3 years, 5 months ago
  74. f5f336e tc: fix for parsing of "dev IFACE" and printing of "class list" by Denys Vlasenko · 3 years, 5 months ago
  75. 39aabfe awk: unbreak "cmd" | getline by Denys Vlasenko · 3 years, 5 months ago
  76. 4ef8841 awk: unbreak "printf('%c') can output NUL" testcase by Denys Vlasenko · 3 years, 5 months ago
  77. 3d57a84 awk: undo TI_PRINT, it introduced a bug (print with any redirect acting as printf) by Denys Vlasenko · 3 years, 5 months ago
  78. 49c3ce6 awk: rollback_token() + chain_group() == chain_until_rbrace() by Denys Vlasenko · 3 years, 5 months ago
  79. e2e3802 awk: fix printf buffer overflow by Denys Vlasenko · 3 years, 5 months ago
  80. 08ca313 awk: simplify tests for operation class by Denys Vlasenko · 3 years, 5 months ago
  81. cb042b0 awk: restore strdup elision optimization in assignment by Denys Vlasenko · 3 years, 5 months ago
  82. 90404ed awk: match(): code shrink by Denys Vlasenko · 3 years, 5 months ago
  83. 0e3ef4e awk: rand(): 64-bit constants should be ULL by Denys Vlasenko · 3 years, 5 months ago
  84. 2211fa7 awk: do not use a copy of g_progname for node->l.new_progname by Denys Vlasenko · 3 years, 5 months ago
  85. e1e7ad6 awk: support %F %a %A in printf by Denys Vlasenko · 3 years, 5 months ago
  86. 1f76570 awk: open-code TS_OPTERM, no logic changes by Denys Vlasenko · 3 years, 5 months ago
  87. 2b65e73 awk: tighten rules in action parsing by Denys Vlasenko · 3 years, 5 months ago
  88. 717200e awk: rename GRPSTART/END to L/RBRACE, no code changes by Denys Vlasenko · 3 years, 5 months ago
  89. b705bf5 awk: move match() code out-of-line by Denys Vlasenko · 3 years, 5 months ago
  90. 646429e awk: use smaller regmatch_t arrays, they had 2 elements for no apparent reason by Denys Vlasenko · 3 years, 5 months ago
  91. a5d7b0f awk: fix detection of VAR=VAL arguments by Denys Vlasenko · 3 years, 5 months ago
  92. 4d902ea awk: fix beavior of "exit" without parameter by Denys Vlasenko · 3 years, 5 months ago
  93. 8bb03da awk: rand() could return 1.0, fix this - should be in [0,1) by Denys Vlasenko · 3 years, 5 months ago
  94. 37ae8cd awk: beautify builtins table, no code changes by Denys Vlasenko · 3 years, 5 months ago
  95. 47d9133 awk: enforce simple builtins' argument number by Denys Vlasenko · 3 years, 5 months ago
  96. 786ca19 awk: make builtin definitions more understandable, no code changes by Denys Vlasenko · 3 years, 5 months ago
  97. 640212a awk: do not special-case "delete" by Denys Vlasenko · 3 years, 5 months ago
  98. ef5463c awk: shuffle globals for smaller offsets by Denys Vlasenko · 3 years, 5 months ago
  99. 966cafc awk: use "static" tmpvars in main and exit by Denys Vlasenko · 3 years, 5 months ago
  100. 1193c68 awk: when parsing length(), simplify eating of LPAREN by Denys Vlasenko · 3 years, 5 months ago