1. 23bc562 ash,hush: add comment about masked SIGCHLD, handle SIG_IGNed SIGHUP as in bash by Denys Vlasenko · 4 years, 10 months ago
  2. 47eb979 ash: jobs: Only clear gotsigchld when waiting for everything by Denys Vlasenko · 4 years, 10 months ago
  3. 97edfc4 ash: jobs - Do not block when waiting on SIGCHLD by Denys Vlasenko · 4 years, 10 months ago
  4. d81af72 ash: eval: Reap zombies after built-in commands and functions by Denys Vlasenko · 4 years, 10 months ago
  5. 22c7592 ash: exec: Never rehash regular built-ins by Denys Vlasenko · 4 years, 10 months ago
  6. 6c4f87e ash: exec: Stricter pathopt parsing by Denys Vlasenko · 4 years, 10 months ago
  7. b0d2dc7 ash: exec: Do not allocate stack string in padvance by Denys Vlasenko · 4 years, 10 months ago
  8. c55847f ash: memalloc: Add growstackto helper by Denys Vlasenko · 4 years, 10 months ago
  9. 74aaf05 ash: parser: Save/restore here-documents in command substitution by Denys Vlasenko · 4 years, 10 months ago
  10. afc91fa ash: mkinit: Split reset into exitreset and reset by Denys Vlasenko · 4 years, 10 months ago
  11. 9ee5892 ash: expand: Fix trailing newlines processing in backquote expanding by Denys Vlasenko · 4 years, 10 months ago
  12. c2ce888 ash: parser: Only accept single-digit parameter expansion outside of braces by Denys Vlasenko · 4 years, 10 months ago
  13. 3f4847b ash: shell: Fix clang warnings about "string plus integer" by Denys Vlasenko · 4 years, 10 months ago
  14. e368d85 ash: eval: Use the correct expansion mode for fd redirection by Denys Vlasenko · 4 years, 10 months ago
  15. 4ace385 ash: expand: Fix skipping of command substitution when trimming in evalvar by Denys Vlasenko · 4 years, 10 months ago
  16. 226b8a1 ash: main: Print \n upon EOF (CTRL-D) when run interactively by Denys Vlasenko · 4 years, 10 months ago
  17. e880b1f ash: expand: Use HOME in tilde expansion when it is empty by Denys Vlasenko · 4 years, 10 months ago
  18. a7b97e3 ash: builtin: Mark more regular built-ins by Denys Vlasenko · 4 years, 10 months ago
  19. 2bad3a3 ash: jobs: Replace some uses of fmtstr with stpcpy/stpncpy by Denys Vlasenko · 4 years, 10 months ago
  20. 3f7fb2c ash: output: Fix fmtstr return value by Denys Vlasenko · 4 years, 10 months ago
  21. 970470e ash: main: Only set savestatus in exitcmd by Denys Vlasenko · 4 years, 10 months ago
  22. 4ccddc8 ash: [BUILTIN] Exit without arguments in a trap should use status outside traps by Denys Vlasenko · 4 years, 10 months ago
  23. f7eea8c ash: parser: Fix incorrect eating of backslash newlines by Denys Vlasenko · 4 years, 10 months ago
  24. acf79f9 ash: use pgetc_eatbnl() in more places, take 2 by Denys Vlasenko · 4 years, 10 months ago
  25. 9e2a566 ash,hush: allow builtins to be tab-completed, closes 7532 by Ron Yorston · 5 years ago
  26. b0c711e ash: improve expandstr() by Ron Yorston · 5 years ago
  27. af7169b clang/llvm 9 fix - do not eliminate a store to a fake "const" by Denys Vlasenko · 5 years ago
  28. 35e349d ash: add a FIXME comment by Denys Vlasenko · 5 years ago
  29. 2f9c124 ash: fix set -o to not show "nameless" options by Denys Vlasenko · 5 years ago
  30. 943e81f ash: only catch unexpected exceptions in PS1 expansion by Ron Yorston · 5 years ago
  31. f363458 ash,hush: show 'c' in $- if run in "sh -c CMD" by Denys Vlasenko · 6 years ago
  32. 897475a ash: allocate line editing structure only if needed by Denys Vlasenko · 6 years ago
  33. d1a2fa2 ash: catch error in arithmetic expansion in PS1 by Ron Yorston · 6 years ago
  34. 48645b8 ash: prevent error in backquotes in PS1 from exiting shell by Ron Yorston · 6 years ago
  35. 1d37186 ash: add bash-compatible EPOCH variables by Ron Yorston · 6 years ago
  36. d96c69d ash: an unset dynamic variable should not be dynamic by Ron Yorston · 6 years ago
  37. e48559e ash: distinguish 'wait -n' from other bashisms by Ron Yorston · 6 years ago
  38. 966f087 ash: add "wait -n" bashism by Denys Vlasenko · 6 years ago
  39. f55161a ash: eval: avoid leaking memory associated with redirections. Closes 7748 by Ron Yorston · 6 years ago
  40. b097a84 config: update size information by Denys Vlasenko · 6 years ago
  41. b437df1 inetd: suppress aliasing warning by Denys Vlasenko · 6 years ago
  42. 136fe9b suppress gcc 8 aliasing warnings by Denys Vlasenko · 6 years ago
  43. 71df2d3 hush: allow hush to run embedded scripts by Ron Yorston · 6 years ago
  44. 03ad7ae ash: reset tokpushback before prompting while parsing heredoc by Christoph Schulz · 6 years ago
  45. 3778898 Treat custom and applet scripts as applets by Ron Yorston · 6 years ago
  46. e6a63bf ash: ensure variables are fully initialised when unset by Ron Yorston · 6 years ago
  47. 8767c12 ash: minor fixes by Ron Yorston · 6 years ago
  48. b0df5af ash: fix thinko in last commit by Denys Vlasenko · 6 years ago
  49. ca82b53 ash: in tryexec(), ensure we don't try to run embedded scripts as applets by Ron Yorston · 6 years ago
  50. 151de44 ash: recognize embedded scripts in SH_STANDALONE mode by Ron Yorston · 6 years ago
  51. aa2959c claenups for previous commit by Denys Vlasenko · 6 years ago
  52. 4f2ef4a ash: allow shell scripts to be embedded in the binary by Denys Vlasenko · 6 years ago
  53. eb54ca8 ash: expand: Do not quote backslashes in unquoted parameter expansion by Denys Vlasenko · 6 years ago
  54. 2596f41 ash: exec: Return 126 on most errors in shellexec by Denys Vlasenko · 6 years ago
  55. 1c5eb88 ash: eval: Restore input files in evalcommand by Denys Vlasenko · 6 years ago
  56. 58eb805 ash: parser: Fix parsing of ${} by Denys Vlasenko · 6 years ago
  57. 19358cc ash,hush: fold shell_builtin_read() way-too-many params into a struct param by Denys Vlasenko · 6 years ago
  58. 440da97 ash: expand: Fix ghost fields with unquoted $@/$* by Denys Vlasenko · 6 years ago
  59. 67dae15 ash: var: Set IFS to fixed value at start time by Denys Vlasenko · 6 years ago
  60. 9abf53b ash: eval: Variable assignments on functions are no longer persistent by Denys Vlasenko · 6 years ago
  61. c2aa218 ash,hush: properly handle ${v//pattern/repl} if pattern starts with / by Denys Vlasenko · 6 years ago
  62. 63c42af hush: add "heredoc.tests" from ash, tweak ash "is a function" message by Denys Vlasenko · 6 years ago
  63. d5f5045 ash: expand: Fix buffer overflow in expandmeta by Denys Vlasenko · 7 years ago
  64. 680c301 ash: parser: Allow newlines within parameter substitution by Denys Vlasenko · 7 years ago
  65. 89e9d55 hush: do not drop backslash from eval 'echo ok\' by Denys Vlasenko · 7 years ago
  66. 3632cb1 shell: add comments about [[, no code changes by Denys Vlasenko · 7 years ago
  67. e93031e ash: if "[[" bashism is not supported, do not handle it anywhere by Denys Vlasenko · 7 years ago
  68. 57b7efb ash: trivial code shrink by Denys Vlasenko · 7 years ago
  69. 38ccd6a bzip2: fix two crashes on corrupted archives by Denys Vlasenko · 7 years ago
  70. f2ed39b hush: implement "hush -s" by Denys Vlasenko · 7 years ago
  71. ee1fd12 ash: unbreak PS1 parsing after "ash: parser: Add syntax stack..." commit by Denys Vlasenko · 7 years ago
  72. f50e146 ash: parser: Fix parameter expansion inside inner double quotes by Denys Vlasenko · 7 years ago
  73. 9a95df9 ash: expand: Fix bugs with words connected to the right of $@ by Denys Vlasenko · 7 years ago
  74. 355ec35 ash: redir: Fix typo in noclobber code by Denys Vlasenko · 7 years ago
  75. c4c2012 ash: parser: Fix single-quoted patterns in here-documents by Denys Vlasenko · 7 years ago
  76. 216913c ash: parser: Add syntax stack for recursive parsing by Denys Vlasenko · 7 years ago
  77. 41fddb4 parser: Fix backquote support in here-document EOF mark by Denys Vlasenko · 7 years ago
  78. 1e5111b ash,hush: handle a few more bkslash-newline cases by Denys Vlasenko · 7 years ago
  79. 220be53 ash: use pgetc_eatbnl() in more places by Denys Vlasenko · 7 years ago
  80. ad4e961 ash: 'nolog' and 'debug' options cause "$-" to wreak havoc by Martijn Dekker · 7 years ago
  81. ac61f44 ash: fix "char == CTLfoo" comparison signedness bug by Denys Vlasenko · 7 years ago
  82. 60fb98e ash: use F_DUPFD_CLOEXEC and O_CLOEXEC by Denys Vlasenko · 7 years ago
  83. 9acd63c ash,hush: fix "saved" redirected fds still visible in children by Denys Vlasenko · 7 years ago
  84. 8de5b9f ash : fix double-quoted "\z" handling by Denys Vlasenko · 7 years ago
  85. 6f9442f ash: make it possible to disable "const global ptr" optimization by Denys Vlasenko · 7 years ago
  86. 675d24a ash: add LINENO support by Denys Vlasenko · 7 years ago
  87. 54c2111 hush: add HUSH_BASH_SOURCE_CURDIR config option, to be on par with ash by Denys Vlasenko · 7 years ago
  88. 01f7b9e ash: introduce a config option to search current directory for sourced files by Denys Vlasenko · 7 years ago
  89. d8fd88a ash: add support for command_not_found_handle hook function (bashism) by William Pitcock · 7 years ago
  90. 1750d3a ash: a bit of NOFORK code should only be active if FEATURE_SH_STANDALONE=y by Denys Vlasenko · 7 years ago
  91. 03c36e0 ash: ALWAYS_INLINE grabstackblock() by Denys Vlasenko · 7 years ago
  92. baa41c7 ash: make ${v:N:M} more robust for very large M by clamping to MIN/MAX_INT by Denys Vlasenko · 7 years ago
  93. d1df1a7 ash: add comment explaining last change by Denys Vlasenko · 7 years ago
  94. 740058b ash: fix var_bash5.tests - ${VAR/pattern/repl} construct by Denys Vlasenko · 7 years ago
  95. 9c8e94b ash: fail if 'shift' operand is out of range by Ingo van Lil · 7 years ago
  96. 82d1c1f randomconfig fixes by Denys Vlasenko · 7 years ago
  97. a5060b8 ash: fix nofork bug where environment is not properly passed to a command by Denys Vlasenko · 7 years ago
  98. 9c143ce ash: retain envvars with bad names in initial environment. Closes 10231 by Denys Vlasenko · 7 years ago
  99. 14c85eb whitespace fixes by Denys Vlasenko · 7 years ago
  100. 3c183a8 typo fix by Denys Vlasenko · 7 years ago