1. af7169b clang/llvm 9 fix - do not eliminate a store to a fake "const" by Denys Vlasenko · 5 years ago
  2. 7427406 shell: better comments in BASE#nn code by Denys Vlasenko · 5 years ago
  3. 3ef513e shell/ulimit: code shrink by Denys Vlasenko · 5 years ago
  4. c58d785 ash: fix BASE###nn bashism for bases 36..64 by Denys Vlasenko · 5 years ago
  5. ca1ce4b ash: fix BASE###nn bashism to accept letter 'digits' for bases > 9 by Denys Vlasenko · 5 years ago
  6. 35e349d ash: add a FIXME comment by Denys Vlasenko · 5 years ago
  7. 18a90ec hush: fix "set -o INVALID" affecting -e flag state by Denys Vlasenko · 5 years ago
  8. 2f9c124 ash: fix set -o to not show "nameless" options by Denys Vlasenko · 5 years ago
  9. 943e81f ash: only catch unexpected exceptions in PS1 expansion by Ron Yorston · 5 years ago
  10. 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
  11. f363458 ash,hush: show 'c' in $- if run in "sh -c CMD" by Denys Vlasenko · 6 years ago
  12. 897475a ash: allocate line editing structure only if needed by Denys Vlasenko · 6 years ago
  13. 8b35f20 shell: move all definitions of strto_arith_t() together by Denys Vlasenko · 6 years ago
  14. d8740b2 hush: show 's' in $- by Denys Vlasenko · 6 years ago
  15. 76a4e83 hush: allocate line edit buffer only for interactive shell by Denys Vlasenko · 6 years ago
  16. 9edd268 shell: implement optional "BASE#nnnn" numeric literals by Denys Vlasenko · 6 years ago
  17. 30a4c32 hush: remove test for "echo ${-}" errorring out - now it works by Denys Vlasenko · 6 years ago
  18. ef8985c hush: implement $-, set default PATH if it is not set on startup by Denys Vlasenko · 6 years ago
  19. 0c36019 hush: set default PS1/2 only if we interactive by Denys Vlasenko · 6 years ago
  20. 08fb82c hush: handle LINENO the same way as RANDOM: variable is "ephemeral" by Denys Vlasenko · 6 years ago
  21. 4ebcdf7 hush: remove code to track PS1/2 values dynamically - it's too much work by Denys Vlasenko · 6 years ago
  22. 0ee0b65 hush: small speedup in handle_changed_special_names() by Denys Vlasenko · 6 years ago
  23. 9bf6780 shell: add TODO comment about BASE#nnn literals by Denys Vlasenko · 6 years ago
  24. 9e0adb9 hush: fix quoted "${notexist-}" expansion to not disappear by Denys Vlasenko · 6 years ago
  25. 63d765e shells: add tests for backslashes in export VAR=VAL by Denys Vlasenko · 6 years ago
  26. d8bd701 hush: fix "export PS1=xyz" and "local PS1=xyz" messing up prompt by Denys Vlasenko · 6 years ago
  27. 93f0b39 ash,hush: ulimit: add -i RLIMIT_SIGPENDING, -q RLIMIT_MSGQUEUE by Denys Vlasenko · 6 years ago
  28. 57e1b0a ash,hush: bash compat for ulimit: reorder to match by Denys Vlasenko · 6 years ago
  29. a92a960 ash,hush: bash compat for ulimit: -w => -x, -p => -u by Denys Vlasenko · 6 years ago
  30. a4d76ea ash,hush: fix ulimit to be more bash-compat, closes 11791 by Denys Vlasenko · 6 years ago
  31. 1c35694 httpd: use full size of iobuf[] when piping CGI data by Denys Vlasenko · 6 years ago
  32. d1a2fa2 ash: catch error in arithmetic expansion in PS1 by Ron Yorston · 6 years ago
  33. 48645b8 ash: prevent error in backquotes in PS1 from exiting shell by Ron Yorston · 6 years ago
  34. 1d37186 ash: add bash-compatible EPOCH variables by Ron Yorston · 6 years ago
  35. d96c69d ash: an unset dynamic variable should not be dynamic by Ron Yorston · 6 years ago
  36. a81700b hush: add bash-compatible EPOCH variables by Ron Yorston · 6 years ago
  37. e48559e ash: distinguish 'wait -n' from other bashisms by Ron Yorston · 6 years ago
  38. e6f51ac hush: fix "wait -n" to wait for a _job_, not a _process_ by Denys Vlasenko · 6 years ago
  39. 966f087 ash: add "wait -n" bashism by Denys Vlasenko · 6 years ago
  40. 4d1c514 hush: add "wait -n" bashism by Denys Vlasenko · 6 years ago
  41. f55161a ash: eval: avoid leaking memory associated with redirections. Closes 7748 by Ron Yorston · 6 years ago
  42. b097a84 config: update size information by Denys Vlasenko · 6 years ago
  43. 3d27d43 randomconfig fixes by Denys Vlasenko · 6 years ago
  44. b437df1 inetd: suppress aliasing warning by Denys Vlasenko · 6 years ago
  45. 136fe9b suppress gcc 8 aliasing warnings by Denys Vlasenko · 6 years ago
  46. 71df2d3 hush: allow hush to run embedded scripts by Ron Yorston · 6 years ago
  47. 03ad7ae ash: reset tokpushback before prompting while parsing heredoc by Christoph Schulz · 6 years ago
  48. 3778898 Treat custom and applet scripts as applets by Ron Yorston · 6 years ago
  49. e6a63bf ash: ensure variables are fully initialised when unset by Ron Yorston · 6 years ago
  50. 060f0a0 hush: correct description for HUSH_TICK config option by Ron Yorston · 6 years ago
  51. 8767c12 ash: minor fixes by Ron Yorston · 6 years ago
  52. b0df5af ash: fix thinko in last commit by Denys Vlasenko · 6 years ago
  53. ca82b53 ash: in tryexec(), ensure we don't try to run embedded scripts as applets by Ron Yorston · 6 years ago
  54. 151de44 ash: recognize embedded scripts in SH_STANDALONE mode by Ron Yorston · 6 years ago
  55. aa2959c claenups for previous commit by Denys Vlasenko · 6 years ago
  56. 4f2ef4a ash: allow shell scripts to be embedded in the binary by Denys Vlasenko · 6 years ago
  57. c97df29 hush: tweak comment, no code changes by Denys Vlasenko · 6 years ago
  58. 4bf0854 hush: add a comment on how globbing (should) work by Denys Vlasenko · 6 years ago
  59. eb54ca8 ash: expand: Do not quote backslashes in unquoted parameter expansion by Denys Vlasenko · 6 years ago
  60. 77c1849 hush: adopt ash's quote_in_varexp1.tests by Denys Vlasenko · 6 years ago
  61. 2596f41 ash: exec: Return 126 on most errors in shellexec by Denys Vlasenko · 6 years ago
  62. 1c5eb88 ash: eval: Restore input files in evalcommand by Denys Vlasenko · 6 years ago
  63. 58eb805 ash: parser: Fix parsing of ${} by Denys Vlasenko · 6 years ago
  64. 19358cc ash,hush: fold shell_builtin_read() way-too-many params into a struct param by Denys Vlasenko · 6 years ago
  65. fd6f295 hush: set IFS to default on startup by Denys Vlasenko · 6 years ago
  66. e9dccab hush: fix fallout from FILE->HFILE conversion by Denys Vlasenko · 6 years ago
  67. 440da97 ash: expand: Fix ghost fields with unquoted $@/$* by Denys Vlasenko · 6 years ago
  68. 67dae15 ash: var: Set IFS to fixed value at start time by Denys Vlasenko · 6 years ago
  69. 9abf53b ash: eval: Variable assignments on functions are no longer persistent by Denys Vlasenko · 6 years ago
  70. c2aa218 ash,hush: properly handle ${v//pattern/repl} if pattern starts with / by Denys Vlasenko · 6 years ago
  71. 54fdabd hush: speed up ${var:+ARG} for literal ARGs by Denys Vlasenko · 6 years ago
  72. a5db1d7 hush: fix another case where empty "for" wasn't setting exitcode to 0 by Denys Vlasenko · 6 years ago
  73. a8e7441 hush: disable debug_indent increment/decrement for HUSH_DEBUG < 2 builds by Denys Vlasenko · 6 years ago
  74. aa449c9 hush: make "set -x" output don't redirectable when fd#2 redirected by Denys Vlasenko · 6 years ago
  75. 4b70c92 hush: make "set -x" output closer to bash by Denys Vlasenko · 6 years ago
  76. 9dda927 hush: fix "set -x" output prefix overlapping for v="..`cmd`.." case by Denys Vlasenko · 6 years ago
  77. 186cf49 hush: in some cases, expand_on_ifs() relied of uninitialized memory by Denys Vlasenko · 6 years ago
  78. 7c5f18a hush: improve set -x: make "+++" indent level increase in `cmd` and eval. by Denys Vlasenko · 6 years ago
  79. 945e9b0 hush: fix/explain corner cases of redirection colliding with script fd by Denys Vlasenko · 6 years ago
  80. 63c42af hush: add "heredoc.tests" from ash, tweak ash "is a function" message by Denys Vlasenko · 6 years ago
  81. 41ef41b hush: fix nested redirects colliding with script fds by Denys Vlasenko · 6 years ago
  82. dfc7394 hush: handle backslash-newline in heredoc terminators by Denys Vlasenko · 6 years ago
  83. 474cb20 hush: fix handling of heredocs not enclosed in groups where they are "declared" by Denys Vlasenko · 6 years ago
  84. 3675c37 hush: fix heredoc handling in the "cmd <<EOF ;<newline>" case by Denys Vlasenko · 6 years ago
  85. d73cdbf hush: fix handling of heredocs starting with empty lines by Denys Vlasenko · 6 years ago
  86. f36caa4 hush: never glob result of dquoted "${v:+/bin/c*}" by Denys Vlasenko · 6 years ago
  87. 4c3c8a1 hush: tidy up code after previous commits by Denys Vlasenko · 6 years ago
  88. 1856740 hush: better names for o_free_unsafe() / o_free(), no logic changes by Denys Vlasenko · 6 years ago
  89. 83e434d hush: fix handling of '' in ${var:+ARG} by Denys Vlasenko · 6 years ago
  90. 294eb46 hush: fix word splitting in ${v:+ARG} - dollar_altvalue1 test by Denys Vlasenko · 6 years ago
  91. 57235be hush: expand_vars_to_list() should not assume it starts new word by Denys Vlasenko · 6 years ago
  92. 18e8b61 hush: remove pointless "next" var, simplify expand_vars_to_list() by Denys Vlasenko · 6 years ago
  93. 168579a hush: store "ended_in_ifs" flag in o_string by Denys Vlasenko · 6 years ago
  94. 8a6a461 hush: propagate (output,n) parameters into expand_one_var() by Denys Vlasenko · 6 years ago
  95. 116b50a hush: make expand_vars_to_list() a bit more sane by Denys Vlasenko · 6 years ago
  96. e36a589 hush: reduce indentation, no code changes by Denys Vlasenko · 6 years ago
  97. 2e71101 hush: fix 'x=; echo ${x:-"$@"}' producing 'BUG in varexp2' message by Denys Vlasenko · 6 years ago
  98. 8b08d5a hush: smaller code to set o_string to "" by Denys Vlasenko · 6 years ago
  99. 4c201c0 whitespace fixes by Denys Vlasenko · 6 years ago
  100. 0d2e0de hush: faster/smaller code to check for presense of multiple chars in string by Denys Vlasenko · 6 years ago