1. 3778898 Treat custom and applet scripts as applets by Ron Yorston · 6 years ago
  2. e6a63bf ash: ensure variables are fully initialised when unset by Ron Yorston · 6 years ago
  3. 060f0a0 hush: correct description for HUSH_TICK config option by Ron Yorston · 6 years ago
  4. 8767c12 ash: minor fixes by Ron Yorston · 6 years ago
  5. b0df5af ash: fix thinko in last commit by Denys Vlasenko · 6 years ago
  6. ca82b53 ash: in tryexec(), ensure we don't try to run embedded scripts as applets by Ron Yorston · 6 years ago
  7. 151de44 ash: recognize embedded scripts in SH_STANDALONE mode by Ron Yorston · 6 years ago
  8. aa2959c claenups for previous commit by Denys Vlasenko · 6 years ago
  9. 4f2ef4a ash: allow shell scripts to be embedded in the binary by Denys Vlasenko · 6 years ago
  10. c97df29 hush: tweak comment, no code changes by Denys Vlasenko · 6 years ago
  11. 4bf0854 hush: add a comment on how globbing (should) work by Denys Vlasenko · 6 years ago
  12. eb54ca8 ash: expand: Do not quote backslashes in unquoted parameter expansion by Denys Vlasenko · 6 years ago
  13. 77c1849 hush: adopt ash's quote_in_varexp1.tests by Denys Vlasenko · 6 years ago
  14. 2596f41 ash: exec: Return 126 on most errors in shellexec by Denys Vlasenko · 6 years ago
  15. 1c5eb88 ash: eval: Restore input files in evalcommand by Denys Vlasenko · 6 years ago
  16. 58eb805 ash: parser: Fix parsing of ${} by Denys Vlasenko · 6 years ago
  17. 19358cc ash,hush: fold shell_builtin_read() way-too-many params into a struct param by Denys Vlasenko · 6 years ago
  18. fd6f295 hush: set IFS to default on startup by Denys Vlasenko · 6 years ago
  19. e9dccab hush: fix fallout from FILE->HFILE conversion by Denys Vlasenko · 6 years ago
  20. 440da97 ash: expand: Fix ghost fields with unquoted $@/$* by Denys Vlasenko · 6 years ago
  21. 67dae15 ash: var: Set IFS to fixed value at start time by Denys Vlasenko · 6 years ago
  22. 9abf53b ash: eval: Variable assignments on functions are no longer persistent by Denys Vlasenko · 6 years ago
  23. c2aa218 ash,hush: properly handle ${v//pattern/repl} if pattern starts with / by Denys Vlasenko · 6 years ago
  24. 54fdabd hush: speed up ${var:+ARG} for literal ARGs by Denys Vlasenko · 6 years ago
  25. a5db1d7 hush: fix another case where empty "for" wasn't setting exitcode to 0 by Denys Vlasenko · 6 years ago
  26. a8e7441 hush: disable debug_indent increment/decrement for HUSH_DEBUG < 2 builds by Denys Vlasenko · 6 years ago
  27. aa449c9 hush: make "set -x" output don't redirectable when fd#2 redirected by Denys Vlasenko · 6 years ago
  28. 4b70c92 hush: make "set -x" output closer to bash by Denys Vlasenko · 6 years ago
  29. 9dda927 hush: fix "set -x" output prefix overlapping for v="..`cmd`.." case by Denys Vlasenko · 6 years ago
  30. 186cf49 hush: in some cases, expand_on_ifs() relied of uninitialized memory by Denys Vlasenko · 6 years ago
  31. 7c5f18a hush: improve set -x: make "+++" indent level increase in `cmd` and eval. by Denys Vlasenko · 6 years ago
  32. 945e9b0 hush: fix/explain corner cases of redirection colliding with script fd by Denys Vlasenko · 6 years ago
  33. 63c42af hush: add "heredoc.tests" from ash, tweak ash "is a function" message by Denys Vlasenko · 6 years ago
  34. 41ef41b hush: fix nested redirects colliding with script fds by Denys Vlasenko · 6 years ago
  35. dfc7394 hush: handle backslash-newline in heredoc terminators by Denys Vlasenko · 6 years ago
  36. 474cb20 hush: fix handling of heredocs not enclosed in groups where they are "declared" by Denys Vlasenko · 6 years ago
  37. 3675c37 hush: fix heredoc handling in the "cmd <<EOF ;<newline>" case by Denys Vlasenko · 6 years ago
  38. d73cdbf hush: fix handling of heredocs starting with empty lines by Denys Vlasenko · 6 years ago
  39. f36caa4 hush: never glob result of dquoted "${v:+/bin/c*}" by Denys Vlasenko · 6 years ago
  40. 4c3c8a1 hush: tidy up code after previous commits by Denys Vlasenko · 6 years ago
  41. 1856740 hush: better names for o_free_unsafe() / o_free(), no logic changes by Denys Vlasenko · 6 years ago
  42. 83e434d hush: fix handling of '' in ${var:+ARG} by Denys Vlasenko · 6 years ago
  43. 294eb46 hush: fix word splitting in ${v:+ARG} - dollar_altvalue1 test by Denys Vlasenko · 6 years ago
  44. 57235be hush: expand_vars_to_list() should not assume it starts new word by Denys Vlasenko · 6 years ago
  45. 18e8b61 hush: remove pointless "next" var, simplify expand_vars_to_list() by Denys Vlasenko · 6 years ago
  46. 168579a hush: store "ended_in_ifs" flag in o_string by Denys Vlasenko · 6 years ago
  47. 8a6a461 hush: propagate (output,n) parameters into expand_one_var() by Denys Vlasenko · 6 years ago
  48. 116b50a hush: make expand_vars_to_list() a bit more sane by Denys Vlasenko · 6 years ago
  49. e36a589 hush: reduce indentation, no code changes by Denys Vlasenko · 6 years ago
  50. 2e71101 hush: fix 'x=; echo ${x:-"$@"}' producing 'BUG in varexp2' message by Denys Vlasenko · 6 years ago
  51. 8b08d5a hush: smaller code to set o_string to "" by Denys Vlasenko · 6 years ago
  52. 4c201c0 whitespace fixes by Denys Vlasenko · 6 years ago
  53. 0d2e0de hush: faster/smaller code to check for presense of multiple chars in string by Denys Vlasenko · 6 years ago
  54. b762c78 hush: improve ${var#...}, ${var:+...} and ${var/.../...} - handle quoting by Denys Vlasenko · 6 years ago
  55. b0441a7 hush: shrink code in builtin_eval by Denys Vlasenko · 6 years ago
  56. 35a017c hush: unset_local_var_len is only used by unset_local_var by Denys Vlasenko · 6 years ago
  57. b2b14cb hush: fix compile problem found by randomconfig by Denys Vlasenko · 6 years ago
  58. d1a8323 hush: fix dup_CLOEXEC() call without "avoid_fd" parameter by Denys Vlasenko · 6 years ago
  59. c96bb2c hush: fix for !ENABLE_HUSH_MODE_X configuration by Denys Vlasenko · 6 years ago
  60. 99496dc hush: variable nesting code is used also if HUSH_FUNCTIONS is not enabled by Denys Vlasenko · 6 years ago
  61. 817a202 randomconfig fixes by Denys Vlasenko · 6 years ago
  62. 43b17b1 restore documentation on the build config language by Kartik Agaram · 7 years ago
  63. d5f5045 ash: expand: Fix buffer overflow in expandmeta by Denys Vlasenko · 7 years ago
  64. 46158dc shell: add 6856 $IFS tests to testsuites by Denys Vlasenko · 7 years ago
  65. f693b60 hush: fix recent breakage from parse_stream() changes by Denys Vlasenko · 7 years ago
  66. 44257ad hush: fix IFS handling in read by Denys Vlasenko · 7 years ago
  67. 9678636 hush: IFS fixes by Denys Vlasenko · 7 years ago
  68. 3417995 hush: fix "$v" expansion in case patterns when v='[a]' by Denys Vlasenko · 7 years ago
  69. 680c301 ash: parser: Allow newlines within parameter substitution by Denys Vlasenko · 7 years ago
  70. 0403bed hush: optimize parse_stream() by Denys Vlasenko · 7 years ago
  71. 89e9d55 hush: do not drop backslash from eval 'echo ok\' by Denys Vlasenko · 7 years ago
  72. 3632cb1 shell: add comments about [[, no code changes by Denys Vlasenko · 7 years ago
  73. 4709df0 hush: fix handling of \<eof> in double-quoted strings by Denys Vlasenko · 7 years ago
  74. bcf5611 hush: fix eval 'echo ok\' by Denys Vlasenko · 7 years ago
  75. 92a930b hush: simplify \<newline> code, part 3 by Denys Vlasenko · 7 years ago
  76. e8b1bc0 hush: simplify \<newline> code, part 2 by Denys Vlasenko · 7 years ago
  77. 1c57269 hush: simplify \<newline> code, part 1 by Denys Vlasenko · 7 years ago
  78. 09b7a7e hush: put "current word" structure into parsing context by Denys Vlasenko · 7 years ago
  79. e93031e ash: if "[[" bashism is not supported, do not handle it anywhere by Denys Vlasenko · 7 years ago
  80. 57b7efb ash: trivial code shrink by Denys Vlasenko · 7 years ago
  81. 9db344a hush: fix var_leaks.tests and var_preserved.tests on NOMMU by Denys Vlasenko · 7 years ago
  82. eb0de05 hush: fix func_return2.tests on NOMMU by Denys Vlasenko · 7 years ago
  83. 38ccd6a bzip2: fix two crashes on corrupted archives by Denys Vlasenko · 7 years ago
  84. 7bcde5f libbb.h: always include sys/resource.h by Denys Vlasenko · 7 years ago
  85. 8d6eab3 hush: fix prompt in multi-line $(()) by Denys Vlasenko · 7 years ago
  86. f5018da hush: fix "unset PS1/PS2", and put them into initial variable set by Denys Vlasenko · 7 years ago
  87. 00bd767 hush: if we did match "LINENO" or "OPTIND", stop further comparisons by Denys Vlasenko · 7 years ago
  88. cf079ff hush: consolidate handling of setting/unsetting of PSn, LINENO, OPTIND by Denys Vlasenko · 7 years ago
  89. de02625 hush: update to correctly handle changed var_bash[346].tests by Denys Vlasenko · 7 years ago
  90. f2ed39b hush: implement "hush -s" by Denys Vlasenko · 7 years ago
  91. 21b7f1b hush: fix a few more corner cases with empty-expanding `cmds` by Denys Vlasenko · 7 years ago
  92. 41d8f10 hush: fix corner cases with exec in empty expansions by Denys Vlasenko · 7 years ago
  93. 929a41d hush: less mind-bending set_vars_and_save_old() by Denys Vlasenko · 7 years ago
  94. 4e1dc53 hush: "no logic changes" in last commit was not true, fix it up by Denys Vlasenko · 7 years ago
  95. 34f6b12 hush: make run_pipe code simpler to understand, no logic changes by Denys Vlasenko · 7 years ago
  96. d358b0b hush: fix a bug where we don't properly handle f() { a=A; b=B; }; a= f by Denys Vlasenko · 7 years ago
  97. 332e411 hush: make var nesting code independent of "local" support by Denys Vlasenko · 7 years ago
  98. 6140780 hush: fix for readonly vars in "ro=A ro=B cmd" case by Denys Vlasenko · 7 years ago
  99. ee1fd12 ash: unbreak PS1 parsing after "ash: parser: Add syntax stack..." commit by Denys Vlasenko · 7 years ago
  100. fbf4485 hush: support "f() (cmd)" functions by Denys Vlasenko · 7 years ago