1. 4e039ba ash: improve --help by Denys Vlasenko · 4 years ago
  2. 85158b6 ash: code shrink by Denys Vlasenko · 4 years ago
  3. 3f8ec00 ash: make a strdup copy of $HISTFILE for line editing by Denys Vlasenko · 4 years ago
  4. 3c13da3 libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in shells by Denys Vlasenko · 4 years ago
  5. 51a471d ash: change "clear ungetc counter on syntax errors" fix to match dash by Denys Vlasenko · 4 years, 1 month ago
  6. 93e2a22 shell: for signal exitcode, use 128 | sig, not 128 + sig - MIPS has signal 128 by Denys Vlasenko · 4 years, 1 month ago
  7. 00eb23b bc: do not allocate line editing state until needed by Denys Vlasenko · 4 years, 1 month ago
  8. 2124c0e ash: clear ungetc counter on syntax errors by Denys Vlasenko · 4 years, 1 month ago
  9. 31df5a3 ash: reset SIGHUP earlier: allows HUP traps in .profile, closes 13371 by Denys Vlasenko · 4 years, 1 month ago
  10. 965b795 decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly by Denys Vlasenko · 4 years, 1 month ago
  11. ddfdf68 fix warning: label 'out1' defined but not used by Cristian Ionescu-Idbohrn · 4 years, 2 months ago
  12. 4ac35a3 ash: make interactive ^C break out of PS2 mode by Denys Vlasenko · 4 years, 2 months ago
  13. a7c0653 shell: update comments on the status of [[ ]] compat by Denys Vlasenko · 4 years, 2 months ago
  14. d2241f5 shell: better support of [[ ]] bashism by Denys Vlasenko · 4 years, 2 months ago
  15. 2496616 avoid using strok - eliminates use of hidden global variable by Denys Vlasenko · 4 years, 3 months ago
  16. 91e11eb ash: jobs: Fix waitcmd busy loop by Denys Vlasenko · 4 years, 3 months ago
  17. 8d5f465 ash: jobs: Fix infinite loop in waitproc by Denys Vlasenko · 4 years, 3 months ago
  18. 777a635 ash: remove a tentative TODO, it's a wrong idea by Denys Vlasenko · 4 years, 3 months ago
  19. 67e1529 nologin: make it possible to build it as single applet by Denys Vlasenko · 4 years, 7 months ago
  20. 9f3b410 ash,hush: drop pointer check before calls to show_history by Ron Yorston · 5 years ago
  21. da7a6db ash: fix build failure when command built-in is disabled by Ron Yorston · 4 years, 11 months ago
  22. 1555895 ash: expand: Fix multiple issues with EXP_DISCARD in evalvar by Denys Vlasenko · 4 years, 11 months ago
  23. 8233188 ash: expand: Do not reprocess data when expanding words by Denys Vlasenko · 4 years, 11 months ago
  24. 6cda0b0 ash: move TRACE statement in evalcommand() by Ron Yorston · 4 years, 11 months ago
  25. 7f19848 ash: rename some function parameters to match dash by Denys Vlasenko · 4 years, 11 months ago
  26. 538ee41 ash: rename stack_nputstr() back to stnputs() to match dash by Denys Vlasenko · 4 years, 11 months ago
  27. c2058ec ash: Expand here-documents in the current shell environment by Denys Vlasenko · 4 years, 11 months ago
  28. c08993f ash: parser: Do not push token back before parseheredoc by Denys Vlasenko · 4 years, 11 months ago
  29. 9a1a659 ash: parser: Fix old-style command substitution here-document crash by Denys Vlasenko · 4 years, 11 months ago
  30. 45dd87a ash: expand: Ensure result is escaped in cvtnum by Denys Vlasenko · 4 years, 11 months ago
  31. da2e46d ash: memalloc: Avoid looping in growstackto by Denys Vlasenko · 4 years, 11 months ago
  32. f977e00 ash: eval: Only restore exit status on exit/return by Denys Vlasenko · 5 years ago
  33. cd24a50 ash: Return without arguments in a trap should use status outside traps by Denys Vlasenko · 5 years ago
  34. d5bfe26 ash: return exit status of nofork applets (again) by Ron Yorston · 5 years ago
  35. ecc8583 ash: expand: Merge syntax/quotes in memtodest with flags by Denys Vlasenko · 5 years ago
  36. e2dd2af ash: eval: Always set localvar_stop by Denys Vlasenko · 5 years ago
  37. 3e72910 ash: eval: Replace with listsetvar with mklocal/setvareq by Denys Vlasenko · 5 years ago
  38. 54bef2a ash: eval: Fail immediately with redirections errors for simple command by Denys Vlasenko · 5 years ago
  39. 7eb8eec ash: eval: Add assignment built-in support again by Denys Vlasenko · 5 years ago
  40. 23bc562 ash,hush: add comment about masked SIGCHLD, handle SIG_IGNed SIGHUP as in bash by Denys Vlasenko · 5 years ago
  41. 47eb979 ash: jobs: Only clear gotsigchld when waiting for everything by Denys Vlasenko · 5 years ago
  42. 97edfc4 ash: jobs - Do not block when waiting on SIGCHLD by Denys Vlasenko · 5 years ago
  43. d81af72 ash: eval: Reap zombies after built-in commands and functions by Denys Vlasenko · 5 years ago
  44. 22c7592 ash: exec: Never rehash regular built-ins by Denys Vlasenko · 5 years ago
  45. 6c4f87e ash: exec: Stricter pathopt parsing by Denys Vlasenko · 5 years ago
  46. b0d2dc7 ash: exec: Do not allocate stack string in padvance by Denys Vlasenko · 5 years ago
  47. c55847f ash: memalloc: Add growstackto helper by Denys Vlasenko · 5 years ago
  48. 74aaf05 ash: parser: Save/restore here-documents in command substitution by Denys Vlasenko · 5 years ago
  49. afc91fa ash: mkinit: Split reset into exitreset and reset by Denys Vlasenko · 5 years ago
  50. 9ee5892 ash: expand: Fix trailing newlines processing in backquote expanding by Denys Vlasenko · 5 years ago
  51. c2ce888 ash: parser: Only accept single-digit parameter expansion outside of braces by Denys Vlasenko · 5 years ago
  52. 3f4847b ash: shell: Fix clang warnings about "string plus integer" by Denys Vlasenko · 5 years ago
  53. e368d85 ash: eval: Use the correct expansion mode for fd redirection by Denys Vlasenko · 5 years ago
  54. 4ace385 ash: expand: Fix skipping of command substitution when trimming in evalvar by Denys Vlasenko · 5 years ago
  55. 226b8a1 ash: main: Print \n upon EOF (CTRL-D) when run interactively by Denys Vlasenko · 5 years ago
  56. e880b1f ash: expand: Use HOME in tilde expansion when it is empty by Denys Vlasenko · 5 years ago
  57. a7b97e3 ash: builtin: Mark more regular built-ins by Denys Vlasenko · 5 years ago
  58. 2bad3a3 ash: jobs: Replace some uses of fmtstr with stpcpy/stpncpy by Denys Vlasenko · 5 years ago
  59. 3f7fb2c ash: output: Fix fmtstr return value by Denys Vlasenko · 5 years ago
  60. 970470e ash: main: Only set savestatus in exitcmd by Denys Vlasenko · 5 years ago
  61. 4ccddc8 ash: [BUILTIN] Exit without arguments in a trap should use status outside traps by Denys Vlasenko · 5 years ago
  62. f7eea8c ash: parser: Fix incorrect eating of backslash newlines by Denys Vlasenko · 5 years ago
  63. acf79f9 ash: use pgetc_eatbnl() in more places, take 2 by Denys Vlasenko · 5 years ago
  64. 9e2a566 ash,hush: allow builtins to be tab-completed, closes 7532 by Ron Yorston · 5 years ago
  65. b0c711e ash: improve expandstr() by Ron Yorston · 5 years ago
  66. af7169b clang/llvm 9 fix - do not eliminate a store to a fake "const" by Denys Vlasenko · 5 years ago
  67. 35e349d ash: add a FIXME comment by Denys Vlasenko · 5 years ago
  68. 2f9c124 ash: fix set -o to not show "nameless" options by Denys Vlasenko · 5 years ago
  69. 943e81f ash: only catch unexpected exceptions in PS1 expansion by Ron Yorston · 5 years ago
  70. f363458 ash,hush: show 'c' in $- if run in "sh -c CMD" by Denys Vlasenko · 6 years ago
  71. 897475a ash: allocate line editing structure only if needed by Denys Vlasenko · 6 years ago
  72. d1a2fa2 ash: catch error in arithmetic expansion in PS1 by Ron Yorston · 6 years ago
  73. 48645b8 ash: prevent error in backquotes in PS1 from exiting shell by Ron Yorston · 6 years ago
  74. 1d37186 ash: add bash-compatible EPOCH variables by Ron Yorston · 6 years ago
  75. d96c69d ash: an unset dynamic variable should not be dynamic by Ron Yorston · 6 years ago
  76. e48559e ash: distinguish 'wait -n' from other bashisms by Ron Yorston · 6 years ago
  77. 966f087 ash: add "wait -n" bashism by Denys Vlasenko · 6 years ago
  78. f55161a ash: eval: avoid leaking memory associated with redirections. Closes 7748 by Ron Yorston · 6 years ago
  79. b097a84 config: update size information by Denys Vlasenko · 6 years ago
  80. b437df1 inetd: suppress aliasing warning by Denys Vlasenko · 6 years ago
  81. 136fe9b suppress gcc 8 aliasing warnings by Denys Vlasenko · 6 years ago
  82. 71df2d3 hush: allow hush to run embedded scripts by Ron Yorston · 6 years ago
  83. 03ad7ae ash: reset tokpushback before prompting while parsing heredoc by Christoph Schulz · 6 years ago
  84. 3778898 Treat custom and applet scripts as applets by Ron Yorston · 6 years ago
  85. e6a63bf ash: ensure variables are fully initialised when unset by Ron Yorston · 6 years ago
  86. 8767c12 ash: minor fixes by Ron Yorston · 6 years ago
  87. b0df5af ash: fix thinko in last commit by Denys Vlasenko · 6 years ago
  88. ca82b53 ash: in tryexec(), ensure we don't try to run embedded scripts as applets by Ron Yorston · 6 years ago
  89. 151de44 ash: recognize embedded scripts in SH_STANDALONE mode by Ron Yorston · 6 years ago
  90. aa2959c claenups for previous commit by Denys Vlasenko · 6 years ago
  91. 4f2ef4a ash: allow shell scripts to be embedded in the binary by Denys Vlasenko · 6 years ago
  92. eb54ca8 ash: expand: Do not quote backslashes in unquoted parameter expansion by Denys Vlasenko · 6 years ago
  93. 2596f41 ash: exec: Return 126 on most errors in shellexec by Denys Vlasenko · 6 years ago
  94. 1c5eb88 ash: eval: Restore input files in evalcommand by Denys Vlasenko · 6 years ago
  95. 58eb805 ash: parser: Fix parsing of ${} by Denys Vlasenko · 6 years ago
  96. 19358cc ash,hush: fold shell_builtin_read() way-too-many params into a struct param by Denys Vlasenko · 6 years ago
  97. 440da97 ash: expand: Fix ghost fields with unquoted $@/$* by Denys Vlasenko · 6 years ago
  98. 67dae15 ash: var: Set IFS to fixed value at start time by Denys Vlasenko · 6 years ago
  99. 9abf53b ash: eval: Variable assignments on functions are no longer persistent by Denys Vlasenko · 6 years ago
  100. c2aa218 ash,hush: properly handle ${v//pattern/repl} if pattern starts with / by Denys Vlasenko · 6 years ago