1. 521220e hush: fix ^C in INTERACTIVE, !EDITING config by Denys Vlasenko · 4 years ago
  2. 18bcaf3 hush: revert "make interactive ^C break out of PS2 mode" by Denys Vlasenko · 4 years ago
  3. 649acb9 hush: fix PS1 prompth in !EDITING config by Denys Vlasenko · 4 years ago
  4. a7b52d2 hush: fix fallout from tweaking ${var:START:LEN} code by Denys Vlasenko · 4 years ago
  5. 93e2a22 shell: for signal exitcode, use 128 | sig, not 128 + sig - MIPS has signal 128 by Denys Vlasenko · 4 years ago
  6. 0ab2dd4 hush: fix comment by Denys Vlasenko · 4 years ago
  7. 00eb23b bc: do not allocate line editing state until needed by Denys Vlasenko · 4 years ago
  8. 07abc7c hush: deal with FIXMEs for corner cases in parameter expansion by Denys Vlasenko · 4 years ago
  9. bb4e32b hush: remove one redundant getpid() on every startup by Denys Vlasenko · 4 years ago
  10. a8e1960 hush: code shrink by Denys Vlasenko · 4 years ago
  11. 63139b5 hush: if login shell, also source ~/.profile by Denys Vlasenko · 4 years ago
  12. 49142d4 hush: NOMMU fix for hush-psubst/tick6.tests by Denys Vlasenko · 4 years ago
  13. 9cabd17 hush: fix -c SCRIPT handling by Denys Vlasenko · 4 years ago
  14. 965b795 decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly by Denys Vlasenko · 4 years ago
  15. dc9c10a hush: make interactive ^C break out of PS2 mode by Denys Vlasenko · 4 years, 1 month ago
  16. a7c0653 shell: update comments on the status of [[ ]] compat by Denys Vlasenko · 4 years, 1 month ago
  17. d2241f5 shell: better support of [[ ]] bashism by Denys Vlasenko · 4 years, 1 month ago
  18. e16f7eb hush: output bash-compat killing signal names by Denys Vlasenko · 4 years, 2 months ago
  19. b65d6cb hush: do not print killing signal name in `cmd_whihc_dies_on_signal` by Denys Vlasenko · 4 years, 2 months ago
  20. 67e1529 nologin: make it possible to build it as single applet by Denys Vlasenko · 4 years, 6 months ago
  21. d5314e7 suppress a few compile warnings by Denys Vlasenko · 4 years, 6 months ago
  22. 9f3b410 ash,hush: drop pointer check before calls to show_history by Ron Yorston · 5 years ago
  23. e4a0612 hush: fix negative_arith.tests: glob-protect dash in "$((arith))" by Denys Vlasenko · 4 years, 10 months ago
  24. 3ced804 hush: make "exit" in trap use pre-trap exitcode - fix for nested trap by Denys Vlasenko · 4 years, 10 months ago
  25. cc9ecd9 hush: make "exit" in trap use pre-trap exitcode by Denys Vlasenko · 4 years, 10 months ago
  26. bb095f4 hush: implement "return NUM in trap sets $? after trap" by Denys Vlasenko · 4 years, 10 months ago
  27. 23bc562 ash,hush: add comment about masked SIGCHLD, handle SIG_IGNed SIGHUP as in bash by Denys Vlasenko · 4 years, 10 months ago
  28. 9e2a566 ash,hush: allow builtins to be tab-completed, closes 7532 by Ron Yorston · 5 years ago
  29. 259747c hush: fix preprocessor directives indentation by Denys Vlasenko · 5 years ago
  30. 2180656 hush: restore redirected stdin by Denys Vlasenko · 5 years ago
  31. 18a90ec hush: fix "set -o INVALID" affecting -e flag state by Denys Vlasenko · 5 years ago
  32. 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
  33. f363458 ash,hush: show 'c' in $- if run in "sh -c CMD" by Denys Vlasenko · 6 years ago
  34. d8740b2 hush: show 's' in $- by Denys Vlasenko · 6 years ago
  35. 76a4e83 hush: allocate line edit buffer only for interactive shell by Denys Vlasenko · 6 years ago
  36. ef8985c hush: implement $-, set default PATH if it is not set on startup by Denys Vlasenko · 6 years ago
  37. 0c36019 hush: set default PS1/2 only if we interactive by Denys Vlasenko · 6 years ago
  38. 08fb82c hush: handle LINENO the same way as RANDOM: variable is "ephemeral" by Denys Vlasenko · 6 years ago
  39. 4ebcdf7 hush: remove code to track PS1/2 values dynamically - it's too much work by Denys Vlasenko · 6 years ago
  40. 0ee0b65 hush: small speedup in handle_changed_special_names() by Denys Vlasenko · 6 years ago
  41. 9e0adb9 hush: fix quoted "${notexist-}" expansion to not disappear by Denys Vlasenko · 6 years ago
  42. d8bd701 hush: fix "export PS1=xyz" and "local PS1=xyz" messing up prompt by Denys Vlasenko · 6 years ago
  43. 1c35694 httpd: use full size of iobuf[] when piping CGI data by Denys Vlasenko · 6 years ago
  44. a81700b hush: add bash-compatible EPOCH variables by Ron Yorston · 6 years ago
  45. e6f51ac hush: fix "wait -n" to wait for a _job_, not a _process_ by Denys Vlasenko · 6 years ago
  46. 4d1c514 hush: add "wait -n" bashism by Denys Vlasenko · 6 years ago
  47. b097a84 config: update size information by Denys Vlasenko · 6 years ago
  48. 3d27d43 randomconfig fixes by Denys Vlasenko · 6 years ago
  49. b437df1 inetd: suppress aliasing warning by Denys Vlasenko · 6 years ago
  50. 136fe9b suppress gcc 8 aliasing warnings by Denys Vlasenko · 6 years ago
  51. 71df2d3 hush: allow hush to run embedded scripts by Ron Yorston · 6 years ago
  52. 060f0a0 hush: correct description for HUSH_TICK config option by Ron Yorston · 6 years ago
  53. c97df29 hush: tweak comment, no code changes by Denys Vlasenko · 6 years ago
  54. 4bf0854 hush: add a comment on how globbing (should) work by Denys Vlasenko · 6 years ago
  55. 19358cc ash,hush: fold shell_builtin_read() way-too-many params into a struct param by Denys Vlasenko · 6 years ago
  56. fd6f295 hush: set IFS to default on startup by Denys Vlasenko · 6 years ago
  57. e9dccab hush: fix fallout from FILE->HFILE conversion by Denys Vlasenko · 6 years ago
  58. c2aa218 ash,hush: properly handle ${v//pattern/repl} if pattern starts with / by Denys Vlasenko · 6 years ago
  59. 54fdabd hush: speed up ${var:+ARG} for literal ARGs by Denys Vlasenko · 6 years ago
  60. a5db1d7 hush: fix another case where empty "for" wasn't setting exitcode to 0 by Denys Vlasenko · 6 years ago
  61. a8e7441 hush: disable debug_indent increment/decrement for HUSH_DEBUG < 2 builds by Denys Vlasenko · 6 years ago
  62. aa449c9 hush: make "set -x" output don't redirectable when fd#2 redirected by Denys Vlasenko · 6 years ago
  63. 4b70c92 hush: make "set -x" output closer to bash by Denys Vlasenko · 6 years ago
  64. 9dda927 hush: fix "set -x" output prefix overlapping for v="..`cmd`.." case by Denys Vlasenko · 6 years ago
  65. 186cf49 hush: in some cases, expand_on_ifs() relied of uninitialized memory by Denys Vlasenko · 6 years ago
  66. 7c5f18a hush: improve set -x: make "+++" indent level increase in `cmd` and eval. by Denys Vlasenko · 6 years ago
  67. 945e9b0 hush: fix/explain corner cases of redirection colliding with script fd by Denys Vlasenko · 6 years ago
  68. 41ef41b hush: fix nested redirects colliding with script fds by Denys Vlasenko · 6 years ago
  69. dfc7394 hush: handle backslash-newline in heredoc terminators by Denys Vlasenko · 6 years ago
  70. 474cb20 hush: fix handling of heredocs not enclosed in groups where they are "declared" by Denys Vlasenko · 6 years ago
  71. 3675c37 hush: fix heredoc handling in the "cmd <<EOF ;<newline>" case by Denys Vlasenko · 6 years ago
  72. d73cdbf hush: fix handling of heredocs starting with empty lines by Denys Vlasenko · 6 years ago
  73. f36caa4 hush: never glob result of dquoted "${v:+/bin/c*}" by Denys Vlasenko · 6 years ago
  74. 4c3c8a1 hush: tidy up code after previous commits by Denys Vlasenko · 6 years ago
  75. 1856740 hush: better names for o_free_unsafe() / o_free(), no logic changes by Denys Vlasenko · 6 years ago
  76. 83e434d hush: fix handling of '' in ${var:+ARG} by Denys Vlasenko · 6 years ago
  77. 294eb46 hush: fix word splitting in ${v:+ARG} - dollar_altvalue1 test by Denys Vlasenko · 6 years ago
  78. 57235be hush: expand_vars_to_list() should not assume it starts new word by Denys Vlasenko · 6 years ago
  79. 18e8b61 hush: remove pointless "next" var, simplify expand_vars_to_list() by Denys Vlasenko · 6 years ago
  80. 168579a hush: store "ended_in_ifs" flag in o_string by Denys Vlasenko · 6 years ago
  81. 8a6a461 hush: propagate (output,n) parameters into expand_one_var() by Denys Vlasenko · 6 years ago
  82. 116b50a hush: make expand_vars_to_list() a bit more sane by Denys Vlasenko · 6 years ago
  83. e36a589 hush: reduce indentation, no code changes by Denys Vlasenko · 6 years ago
  84. 2e71101 hush: fix 'x=; echo ${x:-"$@"}' producing 'BUG in varexp2' message by Denys Vlasenko · 6 years ago
  85. 8b08d5a hush: smaller code to set o_string to "" by Denys Vlasenko · 6 years ago
  86. 4c201c0 whitespace fixes by Denys Vlasenko · 6 years ago
  87. 0d2e0de hush: faster/smaller code to check for presense of multiple chars in string by Denys Vlasenko · 6 years ago
  88. b762c78 hush: improve ${var#...}, ${var:+...} and ${var/.../...} - handle quoting by Denys Vlasenko · 6 years ago
  89. b0441a7 hush: shrink code in builtin_eval by Denys Vlasenko · 6 years ago
  90. 35a017c hush: unset_local_var_len is only used by unset_local_var by Denys Vlasenko · 6 years ago
  91. b2b14cb hush: fix compile problem found by randomconfig by Denys Vlasenko · 6 years ago
  92. d1a8323 hush: fix dup_CLOEXEC() call without "avoid_fd" parameter by Denys Vlasenko · 6 years ago
  93. c96bb2c hush: fix for !ENABLE_HUSH_MODE_X configuration by Denys Vlasenko · 6 years ago
  94. 99496dc hush: variable nesting code is used also if HUSH_FUNCTIONS is not enabled by Denys Vlasenko · 6 years ago
  95. 817a202 randomconfig fixes by Denys Vlasenko · 6 years ago
  96. f693b60 hush: fix recent breakage from parse_stream() changes by Denys Vlasenko · 7 years ago
  97. 9678636 hush: IFS fixes by Denys Vlasenko · 7 years ago
  98. 3417995 hush: fix "$v" expansion in case patterns when v='[a]' by Denys Vlasenko · 7 years ago
  99. 0403bed hush: optimize parse_stream() by Denys Vlasenko · 7 years ago
  100. 89e9d55 hush: do not drop backslash from eval 'echo ok\' by Denys Vlasenko · 7 years ago