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