1. cbfdeba hush: make LINENO selectable without BASH-COMPAT by Denys Vlasenko · 3 years, 9 months ago
  2. 33745b1 ash: placate -Werror=format-security by Denys Vlasenko · 3 years, 10 months ago
  3. cad3fc7 libbb: introduce and use fputs_stdout by Ron Yorston · 3 years, 10 months ago
  4. 2b7c1aa ash: match bash behavior for ${empty_var/*/repl} by Denys Vlasenko · 4 years ago
  5. 883cdb7 ash: fix ${unset_var/pattern/repl} by Denys Vlasenko · 4 years ago
  6. 4e039ba ash: improve --help by Denys Vlasenko · 4 years ago
  7. 3b05305 hush: code shrink by Denys Vlasenko · 4 years ago
  8. 85158b6 ash: code shrink by Denys Vlasenko · 4 years ago
  9. 3f8ec00 ash: make a strdup copy of $HISTFILE for line editing by Denys Vlasenko · 4 years ago
  10. 3c13da3 libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in shells by Denys Vlasenko · 4 years ago
  11. 77a51a2 randomconfig fixes by Denys Vlasenko · 4 years ago
  12. c7ef818 hush: make comment more clear by Denys Vlasenko · 4 years ago
  13. cad20ce typo fix by Denys Vlasenko · 4 years ago
  14. 1237d62 hush: fix this case: echo "SCRIPT" | hush by Denys Vlasenko · 4 years ago
  15. 46a71dc hush: if !EDITING, do not regenerate prompt for every input char by Denys Vlasenko · 4 years ago
  16. 51a471d ash: change "clear ungetc counter on syntax errors" fix to match dash by Denys Vlasenko · 4 years ago
  17. 521220e hush: fix ^C in INTERACTIVE, !EDITING config by Denys Vlasenko · 4 years ago
  18. 18bcaf3 hush: revert "make interactive ^C break out of PS2 mode" by Denys Vlasenko · 4 years ago
  19. 649acb9 hush: fix PS1 prompth in !EDITING config by Denys Vlasenko · 4 years ago
  20. a7b52d2 hush: fix fallout from tweaking ${var:START:LEN} code by Denys Vlasenko · 4 years ago
  21. 93e2a22 shell: for signal exitcode, use 128 | sig, not 128 + sig - MIPS has signal 128 by Denys Vlasenko · 4 years ago
  22. 0ab2dd4 hush: fix comment by Denys Vlasenko · 4 years ago
  23. 00eb23b bc: do not allocate line editing state until needed by Denys Vlasenko · 4 years ago
  24. 07abc7c hush: deal with FIXMEs for corner cases in parameter expansion by Denys Vlasenko · 4 years ago
  25. bb4e32b hush: remove one redundant getpid() on every startup by Denys Vlasenko · 4 years ago
  26. 2124c0e ash: clear ungetc counter on syntax errors by Denys Vlasenko · 4 years ago
  27. 91e330a shells: a fix for systems without RLIMIT_NICE by Denys Vlasenko · 4 years ago
  28. a8e1960 hush: code shrink by Denys Vlasenko · 4 years ago
  29. 63139b5 hush: if login shell, also source ~/.profile by Denys Vlasenko · 4 years ago
  30. 49142d4 hush: NOMMU fix for hush-psubst/tick6.tests by Denys Vlasenko · 4 years ago
  31. 9cabd17 hush: fix -c SCRIPT handling by Denys Vlasenko · 4 years ago
  32. 31df5a3 ash: reset SIGHUP earlier: allows HUP traps in .profile, closes 13371 by Denys Vlasenko · 4 years ago
  33. 965b795 decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly by Denys Vlasenko · 4 years ago
  34. ddfdf68 fix warning: label 'out1' defined but not used by Cristian Ionescu-Idbohrn · 4 years, 1 month ago
  35. 4ac35a3 ash: make interactive ^C break out of PS2 mode by Denys Vlasenko · 4 years, 1 month ago
  36. dc9c10a hush: make interactive ^C break out of PS2 mode by Denys Vlasenko · 4 years, 1 month ago
  37. 64981b4 hush: document bugs in [[ =~ ]] comparison by Denys Vlasenko · 4 years, 1 month ago
  38. a7c0653 shell: update comments on the status of [[ ]] compat by Denys Vlasenko · 4 years, 1 month ago
  39. b259e97 hush: add tests for unquoted < > in [[ ]] by Denys Vlasenko · 4 years, 1 month ago
  40. d2241f5 shell: better support of [[ ]] bashism by Denys Vlasenko · 4 years, 1 month ago
  41. e16f7eb hush: output bash-compat killing signal names by Denys Vlasenko · 4 years, 2 months ago
  42. b65d6cb hush: do not print killing signal name in `cmd_whihc_dies_on_signal` by Denys Vlasenko · 4 years, 2 months ago
  43. 2496616 avoid using strok - eliminates use of hidden global variable by Denys Vlasenko · 4 years, 2 months ago
  44. 841878e shell: remove FAST_FUNC from a static function by Denys Vlasenko · 4 years, 2 months ago
  45. d4dd48f shell: add testsuite for "wait $pid" waiting for other tasks by Denys Vlasenko · 4 years, 2 months ago
  46. 91e11eb ash: jobs: Fix waitcmd busy loop by Denys Vlasenko · 4 years, 2 months ago
  47. 8d5f465 ash: jobs: Fix infinite loop in waitproc by Denys Vlasenko · 4 years, 2 months ago
  48. 777a635 ash: remove a tentative TODO, it's a wrong idea by Denys Vlasenko · 4 years, 2 months ago
  49. 3992502 shell: Fix "read -d ''" behavior by Christian Eggers · 4 years, 6 months ago
  50. 67e1529 nologin: make it possible to build it as single applet by Denys Vlasenko · 4 years, 6 months ago
  51. d5314e7 suppress a few compile warnings by Denys Vlasenko · 4 years, 6 months ago
  52. 9f3b410 ash,hush: drop pointer check before calls to show_history by Ron Yorston · 5 years ago
  53. da7a6db ash: fix build failure when command built-in is disabled by Ron Yorston · 4 years, 10 months ago
  54. 9aa751b shells: fix exitcode_trapN tests to avoid races by Denys Vlasenko · 4 years, 10 months ago
  55. 1555895 ash: expand: Fix multiple issues with EXP_DISCARD in evalvar by Denys Vlasenko · 4 years, 10 months ago
  56. 8233188 ash: expand: Do not reprocess data when expanding words by Denys Vlasenko · 4 years, 10 months ago
  57. 6cda0b0 ash: move TRACE statement in evalcommand() by Ron Yorston · 4 years, 10 months ago
  58. 7f19848 ash: rename some function parameters to match dash by Denys Vlasenko · 4 years, 10 months ago
  59. 538ee41 ash: rename stack_nputstr() back to stnputs() to match dash by Denys Vlasenko · 4 years, 10 months ago
  60. c2058ec ash: Expand here-documents in the current shell environment by Denys Vlasenko · 4 years, 10 months ago
  61. c08993f ash: parser: Do not push token back before parseheredoc by Denys Vlasenko · 4 years, 10 months ago
  62. 9a1a659 ash: parser: Fix old-style command substitution here-document crash by Denys Vlasenko · 4 years, 10 months ago
  63. e4a0612 hush: fix negative_arith.tests: glob-protect dash in "$((arith))" by Denys Vlasenko · 4 years, 10 months ago
  64. 45dd87a ash: expand: Ensure result is escaped in cvtnum by Denys Vlasenko · 4 years, 10 months ago
  65. da2e46d ash: memalloc: Avoid looping in growstackto by Denys Vlasenko · 4 years, 10 months ago
  66. 3ced804 hush: make "exit" in trap use pre-trap exitcode - fix for nested trap by Denys Vlasenko · 4 years, 10 months ago
  67. cc9ecd9 hush: make "exit" in trap use pre-trap exitcode by Denys Vlasenko · 4 years, 10 months ago
  68. f977e00 ash: eval: Only restore exit status on exit/return by Denys Vlasenko · 4 years, 10 months ago
  69. cd24a50 ash: Return without arguments in a trap should use status outside traps by Denys Vlasenko · 4 years, 10 months ago
  70. bb095f4 hush: implement "return NUM in trap sets $? after trap" by Denys Vlasenko · 4 years, 10 months ago
  71. d5bfe26 ash: return exit status of nofork applets (again) by Ron Yorston · 4 years, 10 months ago
  72. ecc8583 ash: expand: Merge syntax/quotes in memtodest with flags by Denys Vlasenko · 4 years, 10 months ago
  73. e2dd2af ash: eval: Always set localvar_stop by Denys Vlasenko · 4 years, 10 months ago
  74. 3e72910 ash: eval: Replace with listsetvar with mklocal/setvareq by Denys Vlasenko · 4 years, 10 months ago
  75. 54bef2a ash: eval: Fail immediately with redirections errors for simple command by Denys Vlasenko · 4 years, 10 months ago
  76. 7eb8eec ash: eval: Add assignment built-in support again by Denys Vlasenko · 4 years, 10 months ago
  77. c91950f ash,hush: testcase for "exit" without arguments in a trap by Denys Vlasenko · 4 years, 10 months ago
  78. 23bc562 ash,hush: add comment about masked SIGCHLD, handle SIG_IGNed SIGHUP as in bash by Denys Vlasenko · 4 years, 10 months ago
  79. 47eb979 ash: jobs: Only clear gotsigchld when waiting for everything by Denys Vlasenko · 4 years, 10 months ago
  80. 97edfc4 ash: jobs - Do not block when waiting on SIGCHLD by Denys Vlasenko · 4 years, 10 months ago
  81. d81af72 ash: eval: Reap zombies after built-in commands and functions by Denys Vlasenko · 4 years, 10 months ago
  82. 22c7592 ash: exec: Never rehash regular built-ins by Denys Vlasenko · 4 years, 10 months ago
  83. 6c4f87e ash: exec: Stricter pathopt parsing by Denys Vlasenko · 4 years, 10 months ago
  84. b0d2dc7 ash: exec: Do not allocate stack string in padvance by Denys Vlasenko · 4 years, 10 months ago
  85. c55847f ash: memalloc: Add growstackto helper by Denys Vlasenko · 4 years, 10 months ago
  86. 74aaf05 ash: parser: Save/restore here-documents in command substitution by Denys Vlasenko · 4 years, 10 months ago
  87. afc91fa ash: mkinit: Split reset into exitreset and reset by Denys Vlasenko · 4 years, 10 months ago
  88. 9ee5892 ash: expand: Fix trailing newlines processing in backquote expanding by Denys Vlasenko · 4 years, 10 months ago
  89. c2ce888 ash: parser: Only accept single-digit parameter expansion outside of braces by Denys Vlasenko · 4 years, 10 months ago
  90. 3f4847b ash: shell: Fix clang warnings about "string plus integer" by Denys Vlasenko · 4 years, 10 months ago
  91. e368d85 ash: eval: Use the correct expansion mode for fd redirection by Denys Vlasenko · 4 years, 10 months ago
  92. 4ace385 ash: expand: Fix skipping of command substitution when trimming in evalvar by Denys Vlasenko · 4 years, 10 months ago
  93. 226b8a1 ash: main: Print \n upon EOF (CTRL-D) when run interactively by Denys Vlasenko · 4 years, 10 months ago
  94. e880b1f ash: expand: Use HOME in tilde expansion when it is empty by Denys Vlasenko · 4 years, 10 months ago
  95. a7b97e3 ash: builtin: Mark more regular built-ins by Denys Vlasenko · 4 years, 10 months ago
  96. 2bad3a3 ash: jobs: Replace some uses of fmtstr with stpcpy/stpncpy by Denys Vlasenko · 4 years, 10 months ago
  97. 3f7fb2c ash: output: Fix fmtstr return value by Denys Vlasenko · 4 years, 10 months ago
  98. 970470e ash: main: Only set savestatus in exitcmd by Denys Vlasenko · 4 years, 10 months ago
  99. 4ccddc8 ash: [BUILTIN] Exit without arguments in a trap should use status outside traps by Denys Vlasenko · 4 years, 10 months ago
  100. f7eea8c ash: parser: Fix incorrect eating of backslash newlines by Denys Vlasenko · 4 years, 10 months ago