1. 1856740 hush: better names for o_free_unsafe() / o_free(), no logic changes by Denys Vlasenko · 6 years ago
  2. 83e434d hush: fix handling of '' in ${var:+ARG} by Denys Vlasenko · 6 years ago
  3. 294eb46 hush: fix word splitting in ${v:+ARG} - dollar_altvalue1 test by Denys Vlasenko · 6 years ago
  4. 57235be hush: expand_vars_to_list() should not assume it starts new word by Denys Vlasenko · 6 years ago
  5. 18e8b61 hush: remove pointless "next" var, simplify expand_vars_to_list() by Denys Vlasenko · 6 years ago
  6. 168579a hush: store "ended_in_ifs" flag in o_string by Denys Vlasenko · 6 years ago
  7. 8a6a461 hush: propagate (output,n) parameters into expand_one_var() by Denys Vlasenko · 6 years ago
  8. 116b50a hush: make expand_vars_to_list() a bit more sane by Denys Vlasenko · 6 years ago
  9. e36a589 hush: reduce indentation, no code changes by Denys Vlasenko · 6 years ago
  10. 2e71101 hush: fix 'x=; echo ${x:-"$@"}' producing 'BUG in varexp2' message by Denys Vlasenko · 6 years ago
  11. 8b08d5a hush: smaller code to set o_string to "" by Denys Vlasenko · 6 years ago
  12. 4c201c0 whitespace fixes by Denys Vlasenko · 6 years ago
  13. 0d2e0de hush: faster/smaller code to check for presense of multiple chars in string by Denys Vlasenko · 6 years ago
  14. b762c78 hush: improve ${var#...}, ${var:+...} and ${var/.../...} - handle quoting by Denys Vlasenko · 6 years ago
  15. b0441a7 hush: shrink code in builtin_eval by Denys Vlasenko · 6 years ago
  16. 35a017c hush: unset_local_var_len is only used by unset_local_var by Denys Vlasenko · 6 years ago
  17. b2b14cb hush: fix compile problem found by randomconfig by Denys Vlasenko · 6 years ago
  18. d1a8323 hush: fix dup_CLOEXEC() call without "avoid_fd" parameter by Denys Vlasenko · 6 years ago
  19. c96bb2c hush: fix for !ENABLE_HUSH_MODE_X configuration by Denys Vlasenko · 6 years ago
  20. 99496dc hush: variable nesting code is used also if HUSH_FUNCTIONS is not enabled by Denys Vlasenko · 6 years ago
  21. 817a202 randomconfig fixes by Denys Vlasenko · 6 years ago
  22. f693b60 hush: fix recent breakage from parse_stream() changes by Denys Vlasenko · 7 years ago
  23. 9678636 hush: IFS fixes by Denys Vlasenko · 7 years ago
  24. 3417995 hush: fix "$v" expansion in case patterns when v='[a]' by Denys Vlasenko · 7 years ago
  25. 0403bed hush: optimize parse_stream() by Denys Vlasenko · 7 years ago
  26. 89e9d55 hush: do not drop backslash from eval 'echo ok\' by Denys Vlasenko · 7 years ago
  27. 3632cb1 shell: add comments about [[, no code changes by Denys Vlasenko · 7 years ago
  28. 4709df0 hush: fix handling of \<eof> in double-quoted strings by Denys Vlasenko · 7 years ago
  29. bcf5611 hush: fix eval 'echo ok\' by Denys Vlasenko · 7 years ago
  30. 92a930b hush: simplify \<newline> code, part 3 by Denys Vlasenko · 7 years ago
  31. e8b1bc0 hush: simplify \<newline> code, part 2 by Denys Vlasenko · 7 years ago
  32. 1c57269 hush: simplify \<newline> code, part 1 by Denys Vlasenko · 7 years ago
  33. 09b7a7e hush: put "current word" structure into parsing context by Denys Vlasenko · 7 years ago
  34. 9db344a hush: fix var_leaks.tests and var_preserved.tests on NOMMU by Denys Vlasenko · 7 years ago
  35. eb0de05 hush: fix func_return2.tests on NOMMU by Denys Vlasenko · 7 years ago
  36. 8d6eab3 hush: fix prompt in multi-line $(()) by Denys Vlasenko · 7 years ago
  37. f5018da hush: fix "unset PS1/PS2", and put them into initial variable set by Denys Vlasenko · 7 years ago
  38. 00bd767 hush: if we did match "LINENO" or "OPTIND", stop further comparisons by Denys Vlasenko · 7 years ago
  39. cf079ff hush: consolidate handling of setting/unsetting of PSn, LINENO, OPTIND by Denys Vlasenko · 7 years ago
  40. de02625 hush: update to correctly handle changed var_bash[346].tests by Denys Vlasenko · 7 years ago
  41. f2ed39b hush: implement "hush -s" by Denys Vlasenko · 7 years ago
  42. 21b7f1b hush: fix a few more corner cases with empty-expanding `cmds` by Denys Vlasenko · 7 years ago
  43. 41d8f10 hush: fix corner cases with exec in empty expansions by Denys Vlasenko · 7 years ago
  44. 929a41d hush: less mind-bending set_vars_and_save_old() by Denys Vlasenko · 7 years ago
  45. 4e1dc53 hush: "no logic changes" in last commit was not true, fix it up by Denys Vlasenko · 7 years ago
  46. 34f6b12 hush: make run_pipe code simpler to understand, no logic changes by Denys Vlasenko · 7 years ago
  47. d358b0b hush: fix a bug where we don't properly handle f() { a=A; b=B; }; a= f by Denys Vlasenko · 7 years ago
  48. 332e411 hush: make var nesting code independent of "local" support by Denys Vlasenko · 7 years ago
  49. 6140780 hush: fix for readonly vars in "ro=A ro=B cmd" case by Denys Vlasenko · 7 years ago
  50. fbf4485 hush: support "f() (cmd)" functions by Denys Vlasenko · 7 years ago
  51. 49015a6 hush: fix mishandling of "true | f() { echo QWE; }" by Denys Vlasenko · 7 years ago
  52. 5fa0505 hush: fix "set -e; false || x=1; echo OK" by Denys Vlasenko · 7 years ago
  53. 11752d4 hush: one-word, no-globbing handling of local/export/readonly args by Denys Vlasenko · 7 years ago
  54. abf7556 hush: fix a backslash-removal bug in case by Denys Vlasenko · 7 years ago
  55. 8b536eb hush: remove stray debugging printout by Denys Vlasenko · 7 years ago
  56. e84212f hush: update information comment about heredoc discrepancy by Denys Vlasenko · 7 years ago
  57. 899ae53 libbb: new function bb_die_memory_exhausted by Denys Vlasenko · 7 years ago
  58. bb6f573 hush: add a comment where we differ from bash wrt heredoc EOF mark handling by Denys Vlasenko · 7 years ago
  59. 1e5111b ash,hush: handle a few more bkslash-newline cases by Denys Vlasenko · 7 years ago
  60. a94eeb0 hush: fix heredoc_bkslash_newline1.tests failure by Denys Vlasenko · 7 years ago
  61. 6ffaa00 hush: fix a signedness bug by Denys Vlasenko · 7 years ago
  62. d1b8457 hush: add a FIXME comment by Denys Vlasenko · 7 years ago
  63. 9acd63c ash,hush: fix "saved" redirected fds still visible in children by Denys Vlasenko · 7 years ago
  64. 33f7c8f hush: code shrink by Denys Vlasenko · 7 years ago
  65. d4802c6 hush: fix a='a\\'; echo "${a%\\\\}" by Denys Vlasenko · 7 years ago
  66. 55f8133 shell: tweak bkslash_in_varexp.tests, add bkslash_in_varexp1.tests by Denys Vlasenko · 7 years ago
  67. aa617ac hush: simplify process_command_subs() by Denys Vlasenko · 7 years ago
  68. f786901 hush: probably fixing a bug in last LINENO fix by Denys Vlasenko · 7 years ago
  69. 5807e18 hush: LINENO fix by Denys Vlasenko · 7 years ago
  70. 749575d hush: protect against self-modifying trap code by Denys Vlasenko · 7 years ago
  71. 54c2111 hush: add HUSH_BASH_SOURCE_CURDIR config option, to be on par with ash by Denys Vlasenko · 7 years ago
  72. f7e0fea hush: fix dot builtin to not search current directory by Denys Vlasenko · 7 years ago
  73. cba79a8 hush: fix two corner cases in ${v/pattern/repl}. Closes 10686 by Denys Vlasenko · 7 years ago
  74. 0ca3198 hush: fix handling of $_ (so far it's an ordinary variable, no special meaning) by Denys Vlasenko · 7 years ago
  75. 46f839c hush: fix a case where EXIT trap may modify its code mid-flight by Denys Vlasenko · 7 years ago
  76. b8d076b hush: fix build if !BASH_LINENO_VAR by Denys Vlasenko · 7 years ago
  77. 6aad1dd hush: implement $LINENO bashism by Denys Vlasenko · 7 years ago
  78. 9809a82 hush: fix raw ^C handlisg in single-quoted strings by Denys Vlasenko · 7 years ago
  79. afb73a2 hush: tweak command -vV printing code, no logic changes by Denys Vlasenko · 7 years ago
  80. 5700029 hush: implement "command -v -V" by Denys Vlasenko · 7 years ago
  81. 3bb3e1d hush: implement "command" builtin (no options are supported yet) by Denys Vlasenko · 7 years ago
  82. 1f19112 hush: fix handling of ^C in eval by Denys Vlasenko · 7 years ago
  83. 932b997 hush: fix handling of raw ^C in scripts: "echo ^C" by Denys Vlasenko · 7 years ago
  84. aaf7a2e hush: remove dead code by Denys Vlasenko · 7 years ago
  85. 82d1c1f randomconfig fixes by Denys Vlasenko · 7 years ago
  86. 25f3b73 hush: fix comment parsing in `cmd`, closes 10421 by Denys Vlasenko · 7 years ago
  87. 6016181 hush: GETOPT_RESET() _after_ getopts too. by Denys Vlasenko · 7 years ago
  88. 55af51c hush: reuse "OPTIND=..." string by Denys Vlasenko · 7 years ago
  89. 238ff98 hush: fix "getopts" builtin to not be upset by other builtins calling getopt() by Denys Vlasenko · 7 years ago
  90. 048491f hush: trivial code shrink in builtin_getopts by Denys Vlasenko · 7 years ago
  91. 4476c70 ash,hush: comment and debug tweaks, no code changes by Denys Vlasenko · 7 years ago
  92. 419db03 hush: implement "silent" optstrings of ":opts" by Denys Vlasenko · 7 years ago
  93. d16e612 hush: fix redirect code (was using uninitialized variables) by Denys Vlasenko · 7 years ago
  94. 9a7d0a0 shell: add OPTARG poisoning to getopt_optarg.tests by Denys Vlasenko · 7 years ago
  95. 81f962f hush: teach getopts to set/unset OPTARG by Denys Vlasenko · 7 years ago
  96. 74d4058 hush: getopts builtin by Denys Vlasenko · 7 years ago
  97. 11f2e99 hush: optional times builtin by Denys Vlasenko · 7 years ago
  98. 1f41c88 hush: implement -d DELIM option for 'read' by Denys Vlasenko · 7 years ago
  99. 80e8e3c noexec: consolidate code by Denys Vlasenko · 7 years ago
  100. c9c1ccc noexec: do GETOPT_RESET() before entering APPLET_main() by Denys Vlasenko · 7 years ago