1. 9678636 hush: IFS fixes by Denys Vlasenko · 7 years ago
  2. 3417995 hush: fix "$v" expansion in case patterns when v='[a]' by Denys Vlasenko · 7 years ago
  3. 680c301 ash: parser: Allow newlines within parameter substitution by Denys Vlasenko · 7 years ago
  4. 0403bed hush: optimize parse_stream() by Denys Vlasenko · 7 years ago
  5. 89e9d55 hush: do not drop backslash from eval 'echo ok\' by Denys Vlasenko · 7 years ago
  6. 3632cb1 shell: add comments about [[, no code changes by Denys Vlasenko · 7 years ago
  7. 4709df0 hush: fix handling of \<eof> in double-quoted strings by Denys Vlasenko · 7 years ago
  8. bcf5611 hush: fix eval 'echo ok\' by Denys Vlasenko · 7 years ago
  9. 92a930b hush: simplify \<newline> code, part 3 by Denys Vlasenko · 7 years ago
  10. e8b1bc0 hush: simplify \<newline> code, part 2 by Denys Vlasenko · 7 years ago
  11. 1c57269 hush: simplify \<newline> code, part 1 by Denys Vlasenko · 7 years ago
  12. 09b7a7e hush: put "current word" structure into parsing context by Denys Vlasenko · 7 years ago
  13. e93031e ash: if "[[" bashism is not supported, do not handle it anywhere by Denys Vlasenko · 7 years ago
  14. 57b7efb ash: trivial code shrink by Denys Vlasenko · 7 years ago
  15. 9db344a hush: fix var_leaks.tests and var_preserved.tests on NOMMU by Denys Vlasenko · 7 years ago
  16. eb0de05 hush: fix func_return2.tests on NOMMU by Denys Vlasenko · 7 years ago
  17. 38ccd6a bzip2: fix two crashes on corrupted archives by Denys Vlasenko · 7 years ago
  18. 7bcde5f libbb.h: always include sys/resource.h by Denys Vlasenko · 7 years ago
  19. 8d6eab3 hush: fix prompt in multi-line $(()) by Denys Vlasenko · 7 years ago
  20. f5018da hush: fix "unset PS1/PS2", and put them into initial variable set by Denys Vlasenko · 7 years ago
  21. 00bd767 hush: if we did match "LINENO" or "OPTIND", stop further comparisons by Denys Vlasenko · 7 years ago
  22. cf079ff hush: consolidate handling of setting/unsetting of PSn, LINENO, OPTIND by Denys Vlasenko · 7 years ago
  23. de02625 hush: update to correctly handle changed var_bash[346].tests by Denys Vlasenko · 7 years ago
  24. f2ed39b hush: implement "hush -s" by Denys Vlasenko · 7 years ago
  25. 21b7f1b hush: fix a few more corner cases with empty-expanding `cmds` by Denys Vlasenko · 7 years ago
  26. 41d8f10 hush: fix corner cases with exec in empty expansions by Denys Vlasenko · 7 years ago
  27. 929a41d hush: less mind-bending set_vars_and_save_old() by Denys Vlasenko · 7 years ago
  28. 4e1dc53 hush: "no logic changes" in last commit was not true, fix it up by Denys Vlasenko · 7 years ago
  29. 34f6b12 hush: make run_pipe code simpler to understand, no logic changes by Denys Vlasenko · 7 years ago
  30. d358b0b hush: fix a bug where we don't properly handle f() { a=A; b=B; }; a= f by Denys Vlasenko · 7 years ago
  31. 332e411 hush: make var nesting code independent of "local" support by Denys Vlasenko · 7 years ago
  32. 6140780 hush: fix for readonly vars in "ro=A ro=B cmd" case by Denys Vlasenko · 7 years ago
  33. ee1fd12 ash: unbreak PS1 parsing after "ash: parser: Add syntax stack..." commit by Denys Vlasenko · 7 years ago
  34. fbf4485 hush: support "f() (cmd)" functions by Denys Vlasenko · 7 years ago
  35. 49015a6 hush: fix mishandling of "true | f() { echo QWE; }" by Denys Vlasenko · 7 years ago
  36. 5fa0505 hush: fix "set -e; false || x=1; echo OK" by Denys Vlasenko · 7 years ago
  37. 11752d4 hush: one-word, no-globbing handling of local/export/readonly args by Denys Vlasenko · 7 years ago
  38. f50e146 ash: parser: Fix parameter expansion inside inner double quotes by Denys Vlasenko · 7 years ago
  39. abf7556 hush: fix a backslash-removal bug in case by Denys Vlasenko · 7 years ago
  40. 9a95df9 ash: expand: Fix bugs with words connected to the right of $@ by Denys Vlasenko · 7 years ago
  41. 355ec35 ash: redir: Fix typo in noclobber code by Denys Vlasenko · 7 years ago
  42. c4c2012 ash: parser: Fix single-quoted patterns in here-documents by Denys Vlasenko · 7 years ago
  43. 8b536eb hush: remove stray debugging printout by Denys Vlasenko · 7 years ago
  44. 216913c ash: parser: Add syntax stack for recursive parsing by Denys Vlasenko · 7 years ago
  45. e84212f hush: update information comment about heredoc discrepancy by Denys Vlasenko · 7 years ago
  46. 899ae53 libbb: new function bb_die_memory_exhausted by Denys Vlasenko · 7 years ago
  47. bb6f573 hush: add a comment where we differ from bash wrt heredoc EOF mark handling by Denys Vlasenko · 7 years ago
  48. 41fddb4 parser: Fix backquote support in here-document EOF mark by Denys Vlasenko · 7 years ago
  49. 1e5111b ash,hush: handle a few more bkslash-newline cases by Denys Vlasenko · 7 years ago
  50. 32e183e shells: fix var_LINENO1.tests false positive, add it to ash tests too by Denys Vlasenko · 7 years ago
  51. a94eeb0 hush: fix heredoc_bkslash_newline1.tests failure by Denys Vlasenko · 7 years ago
  52. 220be53 ash: use pgetc_eatbnl() in more places by Denys Vlasenko · 7 years ago
  53. ad4e961 ash: 'nolog' and 'debug' options cause "$-" to wreak havoc by Martijn Dekker · 7 years ago
  54. 6ffaa00 hush: fix a signedness bug by Denys Vlasenko · 7 years ago
  55. 7352307 ash,hush: new test dollar_repl_slash_bash2.tests by Denys Vlasenko · 7 years ago
  56. ac61f44 ash: fix "char == CTLfoo" comparison signedness bug by Denys Vlasenko · 7 years ago
  57. 60fb98e ash: use F_DUPFD_CLOEXEC and O_CLOEXEC by Denys Vlasenko · 7 years ago
  58. d1b8457 hush: add a FIXME comment by Denys Vlasenko · 7 years ago
  59. 9acd63c ash,hush: fix "saved" redirected fds still visible in children by Denys Vlasenko · 7 years ago
  60. 33f7c8f hush: code shrink by Denys Vlasenko · 7 years ago
  61. d4802c6 hush: fix a='a\\'; echo "${a%\\\\}" by Denys Vlasenko · 7 years ago
  62. 55f8133 shell: tweak bkslash_in_varexp.tests, add bkslash_in_varexp1.tests by Denys Vlasenko · 7 years ago
  63. 744a20d shell: two new tests, both fail for ash and hush by Denys Vlasenko · 7 years ago
  64. aa617ac hush: simplify process_command_subs() by Denys Vlasenko · 7 years ago
  65. 8de5b9f ash : fix double-quoted "\z" handling by Denys Vlasenko · 7 years ago
  66. f786901 hush: probably fixing a bug in last LINENO fix by Denys Vlasenko · 7 years ago
  67. 5807e18 hush: LINENO fix by Denys Vlasenko · 7 years ago
  68. 749575d hush: protect against self-modifying trap code by Denys Vlasenko · 7 years ago
  69. 6f9442f ash: make it possible to disable "const global ptr" optimization by Denys Vlasenko · 7 years ago
  70. f19e3c1 shell: handle $((NUM++...) like bash does. Closes 10706 by Denys Vlasenko · 7 years ago
  71. 675d24a ash: add LINENO support by Denys Vlasenko · 7 years ago
  72. 54c2111 hush: add HUSH_BASH_SOURCE_CURDIR config option, to be on par with ash by Denys Vlasenko · 7 years ago
  73. f7e0fea hush: fix dot builtin to not search current directory by Denys Vlasenko · 7 years ago
  74. 01f7b9e ash: introduce a config option to search current directory for sourced files by Denys Vlasenko · 7 years ago
  75. 043be55 ash testsuite: add two hush tests from last commit by Denys Vlasenko · 7 years ago
  76. cba79a8 hush: fix two corner cases in ${v/pattern/repl}. Closes 10686 by Denys Vlasenko · 7 years ago
  77. 0ca3198 hush: fix handling of $_ (so far it's an ordinary variable, no special meaning) by Denys Vlasenko · 7 years ago
  78. d8fd88a ash: add support for command_not_found_handle hook function (bashism) by William Pitcock · 7 years ago
  79. 46f839c hush: fix a case where EXIT trap may modify its code mid-flight by Denys Vlasenko · 7 years ago
  80. b8d076b hush: fix build if !BASH_LINENO_VAR by Denys Vlasenko · 7 years ago
  81. 6aad1dd hush: implement $LINENO bashism by Denys Vlasenko · 7 years ago
  82. 1750d3a ash: a bit of NOFORK code should only be active if FEATURE_SH_STANDALONE=y by Denys Vlasenko · 7 years ago
  83. aea52e7 shell: echo ${?:0} was fixed sometime ago, enable it in tests by Denys Vlasenko · 7 years ago
  84. 9809a82 hush: fix raw ^C handlisg in single-quoted strings by Denys Vlasenko · 7 years ago
  85. 6606c51 hush: add command2.tests from ash tests by Denys Vlasenko · 7 years ago
  86. afb73a2 hush: tweak command -vV printing code, no logic changes by Denys Vlasenko · 7 years ago
  87. 5700029 hush: implement "command -v -V" by Denys Vlasenko · 7 years ago
  88. 3bb3e1d hush: implement "command" builtin (no options are supported yet) by Denys Vlasenko · 7 years ago
  89. 1f19112 hush: fix handling of ^C in eval by Denys Vlasenko · 7 years ago
  90. 932b997 hush: fix handling of raw ^C in scripts: "echo ^C" by Denys Vlasenko · 7 years ago
  91. aaf7a2e hush: remove dead code by Denys Vlasenko · 7 years ago
  92. 03c36e0 ash: ALWAYS_INLINE grabstackblock() by Denys Vlasenko · 7 years ago
  93. baa41c7 ash: make ${v:N:M} more robust for very large M by clamping to MIN/MAX_INT by Denys Vlasenko · 7 years ago
  94. d1df1a7 ash: add comment explaining last change by Denys Vlasenko · 7 years ago
  95. 740058b ash: fix var_bash5.tests - ${VAR/pattern/repl} construct by Denys Vlasenko · 7 years ago
  96. 9c8e94b ash: fail if 'shift' operand is out of range by Ingo van Lil · 7 years ago
  97. 82d1c1f randomconfig fixes by Denys Vlasenko · 7 years ago
  98. a5060b8 ash: fix nofork bug where environment is not properly passed to a command by Denys Vlasenko · 7 years ago
  99. 9c143ce ash: retain envvars with bad names in initial environment. Closes 10231 by Denys Vlasenko · 7 years ago
  100. 25f3b73 hush: fix comment parsing in `cmd`, closes 10421 by Denys Vlasenko · 7 years ago