1. ddfdf68 fix warning: label 'out1' defined but not used by Cristian Ionescu-Idbohrn · 4 years, 2 months ago
  2. 4ac35a3 ash: make interactive ^C break out of PS2 mode by Denys Vlasenko · 4 years, 2 months ago
  3. dc9c10a hush: make interactive ^C break out of PS2 mode by Denys Vlasenko · 4 years, 2 months ago
  4. 64981b4 hush: document bugs in [[ =~ ]] comparison by Denys Vlasenko · 4 years, 2 months ago
  5. a7c0653 shell: update comments on the status of [[ ]] compat by Denys Vlasenko · 4 years, 2 months ago
  6. b259e97 hush: add tests for unquoted < > in [[ ]] by Denys Vlasenko · 4 years, 2 months ago
  7. d2241f5 shell: better support of [[ ]] bashism by Denys Vlasenko · 4 years, 2 months ago
  8. e16f7eb hush: output bash-compat killing signal names by Denys Vlasenko · 4 years, 3 months ago
  9. b65d6cb hush: do not print killing signal name in `cmd_whihc_dies_on_signal` by Denys Vlasenko · 4 years, 3 months ago
  10. 2496616 avoid using strok - eliminates use of hidden global variable by Denys Vlasenko · 4 years, 3 months ago
  11. 841878e shell: remove FAST_FUNC from a static function by Denys Vlasenko · 4 years, 3 months ago
  12. d4dd48f shell: add testsuite for "wait $pid" waiting for other tasks by Denys Vlasenko · 4 years, 3 months ago
  13. 91e11eb ash: jobs: Fix waitcmd busy loop by Denys Vlasenko · 4 years, 3 months ago
  14. 8d5f465 ash: jobs: Fix infinite loop in waitproc by Denys Vlasenko · 4 years, 3 months ago
  15. 777a635 ash: remove a tentative TODO, it's a wrong idea by Denys Vlasenko · 4 years, 3 months ago
  16. 3992502 shell: Fix "read -d ''" behavior by Christian Eggers · 4 years, 6 months ago
  17. 67e1529 nologin: make it possible to build it as single applet by Denys Vlasenko · 4 years, 7 months ago
  18. d5314e7 suppress a few compile warnings by Denys Vlasenko · 4 years, 7 months ago
  19. 9f3b410 ash,hush: drop pointer check before calls to show_history by Ron Yorston · 5 years ago
  20. da7a6db ash: fix build failure when command built-in is disabled by Ron Yorston · 4 years, 11 months ago
  21. 9aa751b shells: fix exitcode_trapN tests to avoid races by Denys Vlasenko · 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. e4a0612 hush: fix negative_arith.tests: glob-protect dash in "$((arith))" by Denys Vlasenko · 4 years, 11 months ago
  31. 45dd87a ash: expand: Ensure result is escaped in cvtnum by Denys Vlasenko · 4 years, 11 months ago
  32. da2e46d ash: memalloc: Avoid looping in growstackto by Denys Vlasenko · 4 years, 11 months ago
  33. 3ced804 hush: make "exit" in trap use pre-trap exitcode - fix for nested trap by Denys Vlasenko · 4 years, 11 months ago
  34. cc9ecd9 hush: make "exit" in trap use pre-trap exitcode by Denys Vlasenko · 4 years, 11 months ago
  35. f977e00 ash: eval: Only restore exit status on exit/return by Denys Vlasenko · 4 years, 11 months ago
  36. cd24a50 ash: Return without arguments in a trap should use status outside traps by Denys Vlasenko · 4 years, 11 months ago
  37. bb095f4 hush: implement "return NUM in trap sets $? after trap" by Denys Vlasenko · 4 years, 11 months ago
  38. d5bfe26 ash: return exit status of nofork applets (again) by Ron Yorston · 4 years, 11 months ago
  39. ecc8583 ash: expand: Merge syntax/quotes in memtodest with flags by Denys Vlasenko · 4 years, 11 months ago
  40. e2dd2af ash: eval: Always set localvar_stop by Denys Vlasenko · 4 years, 11 months ago
  41. 3e72910 ash: eval: Replace with listsetvar with mklocal/setvareq by Denys Vlasenko · 4 years, 11 months ago
  42. 54bef2a ash: eval: Fail immediately with redirections errors for simple command by Denys Vlasenko · 4 years, 11 months ago
  43. 7eb8eec ash: eval: Add assignment built-in support again by Denys Vlasenko · 4 years, 11 months ago
  44. c91950f ash,hush: testcase for "exit" without arguments in a trap by Denys Vlasenko · 5 years ago
  45. 23bc562 ash,hush: add comment about masked SIGCHLD, handle SIG_IGNed SIGHUP as in bash by Denys Vlasenko · 5 years ago
  46. 47eb979 ash: jobs: Only clear gotsigchld when waiting for everything by Denys Vlasenko · 5 years ago
  47. 97edfc4 ash: jobs - Do not block when waiting on SIGCHLD by Denys Vlasenko · 5 years ago
  48. d81af72 ash: eval: Reap zombies after built-in commands and functions by Denys Vlasenko · 5 years ago
  49. 22c7592 ash: exec: Never rehash regular built-ins by Denys Vlasenko · 5 years ago
  50. 6c4f87e ash: exec: Stricter pathopt parsing by Denys Vlasenko · 5 years ago
  51. b0d2dc7 ash: exec: Do not allocate stack string in padvance by Denys Vlasenko · 5 years ago
  52. c55847f ash: memalloc: Add growstackto helper by Denys Vlasenko · 5 years ago
  53. 74aaf05 ash: parser: Save/restore here-documents in command substitution by Denys Vlasenko · 5 years ago
  54. afc91fa ash: mkinit: Split reset into exitreset and reset by Denys Vlasenko · 5 years ago
  55. 9ee5892 ash: expand: Fix trailing newlines processing in backquote expanding by Denys Vlasenko · 5 years ago
  56. c2ce888 ash: parser: Only accept single-digit parameter expansion outside of braces by Denys Vlasenko · 5 years ago
  57. 3f4847b ash: shell: Fix clang warnings about "string plus integer" by Denys Vlasenko · 5 years ago
  58. e368d85 ash: eval: Use the correct expansion mode for fd redirection by Denys Vlasenko · 5 years ago
  59. 4ace385 ash: expand: Fix skipping of command substitution when trimming in evalvar by Denys Vlasenko · 5 years ago
  60. 226b8a1 ash: main: Print \n upon EOF (CTRL-D) when run interactively by Denys Vlasenko · 5 years ago
  61. e880b1f ash: expand: Use HOME in tilde expansion when it is empty by Denys Vlasenko · 5 years ago
  62. a7b97e3 ash: builtin: Mark more regular built-ins by Denys Vlasenko · 5 years ago
  63. 2bad3a3 ash: jobs: Replace some uses of fmtstr with stpcpy/stpncpy by Denys Vlasenko · 5 years ago
  64. 3f7fb2c ash: output: Fix fmtstr return value by Denys Vlasenko · 5 years ago
  65. 970470e ash: main: Only set savestatus in exitcmd by Denys Vlasenko · 5 years ago
  66. 4ccddc8 ash: [BUILTIN] Exit without arguments in a trap should use status outside traps by Denys Vlasenko · 5 years ago
  67. f7eea8c ash: parser: Fix incorrect eating of backslash newlines by Denys Vlasenko · 5 years ago
  68. acf79f9 ash: use pgetc_eatbnl() in more places, take 2 by Denys Vlasenko · 5 years ago
  69. 9e2a566 ash,hush: allow builtins to be tab-completed, closes 7532 by Ron Yorston · 5 years ago
  70. b0c711e ash: improve expandstr() by Ron Yorston · 5 years ago
  71. 259747c hush: fix preprocessor directives indentation by Denys Vlasenko · 5 years ago
  72. 2180656 hush: restore redirected stdin by Denys Vlasenko · 5 years ago
  73. af7169b clang/llvm 9 fix - do not eliminate a store to a fake "const" by Denys Vlasenko · 5 years ago
  74. 7427406 shell: better comments in BASE#nn code by Denys Vlasenko · 5 years ago
  75. 3ef513e shell/ulimit: code shrink by Denys Vlasenko · 5 years ago
  76. c58d785 ash: fix BASE###nn bashism for bases 36..64 by Denys Vlasenko · 5 years ago
  77. ca1ce4b ash: fix BASE###nn bashism to accept letter 'digits' for bases > 9 by Denys Vlasenko · 5 years ago
  78. 35e349d ash: add a FIXME comment by Denys Vlasenko · 5 years ago
  79. 18a90ec hush: fix "set -o INVALID" affecting -e flag state by Denys Vlasenko · 5 years ago
  80. 2f9c124 ash: fix set -o to not show "nameless" options by Denys Vlasenko · 5 years ago
  81. 943e81f ash: only catch unexpected exceptions in PS1 expansion by Ron Yorston · 5 years ago
  82. 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 6 years ago
  83. f363458 ash,hush: show 'c' in $- if run in "sh -c CMD" by Denys Vlasenko · 6 years ago
  84. 897475a ash: allocate line editing structure only if needed by Denys Vlasenko · 6 years ago
  85. 8b35f20 shell: move all definitions of strto_arith_t() together by Denys Vlasenko · 6 years ago
  86. d8740b2 hush: show 's' in $- by Denys Vlasenko · 6 years ago
  87. 76a4e83 hush: allocate line edit buffer only for interactive shell by Denys Vlasenko · 6 years ago
  88. 9edd268 shell: implement optional "BASE#nnnn" numeric literals by Denys Vlasenko · 6 years ago
  89. 30a4c32 hush: remove test for "echo ${-}" errorring out - now it works by Denys Vlasenko · 6 years ago
  90. ef8985c hush: implement $-, set default PATH if it is not set on startup by Denys Vlasenko · 6 years ago
  91. 0c36019 hush: set default PS1/2 only if we interactive by Denys Vlasenko · 6 years ago
  92. 08fb82c hush: handle LINENO the same way as RANDOM: variable is "ephemeral" by Denys Vlasenko · 6 years ago
  93. 4ebcdf7 hush: remove code to track PS1/2 values dynamically - it's too much work by Denys Vlasenko · 6 years ago
  94. 0ee0b65 hush: small speedup in handle_changed_special_names() by Denys Vlasenko · 6 years ago
  95. 9bf6780 shell: add TODO comment about BASE#nnn literals by Denys Vlasenko · 6 years ago
  96. 9e0adb9 hush: fix quoted "${notexist-}" expansion to not disappear by Denys Vlasenko · 6 years ago
  97. 63d765e shells: add tests for backslashes in export VAR=VAL by Denys Vlasenko · 6 years ago
  98. d8bd701 hush: fix "export PS1=xyz" and "local PS1=xyz" messing up prompt by Denys Vlasenko · 6 years ago
  99. 93f0b39 ash,hush: ulimit: add -i RLIMIT_SIGPENDING, -q RLIMIT_MSGQUEUE by Denys Vlasenko · 6 years ago
  100. 57e1b0a ash,hush: bash compat for ulimit: reorder to match by Denys Vlasenko · 6 years ago