1. 7c2a3bd ash: fix use-after-free in bash pattern substitution by Sören Tempel · 2 years, 4 months ago
  2. daa66ed ash: fix use-after-free in pattern substituon code by Denys Vlasenko · 2 years, 4 months ago
  3. 1c54552 ash: fix ifs cleanup on error paths by Denys Vlasenko · 2 years, 4 months ago
  4. 7d1c7d8 ash,hush: use HOME for tab completion and prompts by Ron Yorston · 2 years, 9 months ago
  5. 5fe20cf ash: do not truncate failed tilde expansion on unknown user names by Denys Vlasenko · 2 years, 10 months ago
  6. 7750b5a ash: fix unsafe use of mempcpy by Denys Vlasenko · 2 years, 10 months ago
  7. fa52ac9 ash: don't read past end of var in subvareval for bash substitutions by Sören Tempel · 2 years, 10 months ago
  8. ca466f3 *: slap on a few ALIGN* where appropriate by Denys Vlasenko · 2 years, 10 months ago
  9. 12566e7 ash,hush: fix handling of SIGINT while waiting for interactive input by Denys Vlasenko · 2 years, 11 months ago
  10. a277506 shell: add comments about SIGINT-related problems by Denys Vlasenko · 2 years, 11 months ago
  11. 931c55f libbb: invert the meaning of SETUP_ENV_NO_CHDIR -> SETUP_ENV_CHDIR by Denys Vlasenko · 2 years, 11 months ago
  12. 68b402e ash: ^C with SIG_INGed SIGINT should not exit the shell by Denys Vlasenko · 2 years, 11 months ago
  13. 004cefa reset: better --help text by Denys Vlasenko · 2 years, 11 months ago
  14. db5546c libbb: code shrink: introduce and use [_]exit_SUCCESS() by Denys Vlasenko · 3 years ago
  15. aaf3d5b shell: tweak --help by Denys Vlasenko · 3 years, 2 months ago
  16. 62f1eed hush: in a comment, document what -i might be doing by Denys Vlasenko · 3 years, 2 months ago
  17. 5156b24 Make const ptr assign as function call in clang by YU Jincheng · 3 years, 2 months ago
  18. 5aaeb55 ash: speed up ${x//\*/|} too, make it independent of ASH_OPTIMIZE_FOR_SIZE by Denys Vlasenko · 3 years, 2 months ago
  19. 21e8dbf ash.c: speedup ${s:} substring (no quotes) by Alin Mr · 3 years, 5 months ago
  20. 1f92503 *: generalize "const trick" by YU Jincheng · 3 years, 2 months ago
  21. 5b026d1 ash: fix compile breakage in !ENABLE_ASH_ALIAS config by Denys Vlasenko · 3 years, 2 months ago
  22. 704c596 ash: introduce bash-like $FUNCNAME by Denys Vlasenko · 3 years, 3 months ago
  23. 5726df5 ash: let ignoreeof only affect interactive shells by Ron Yorston · 3 years, 3 months ago
  24. 50239a6 ash: stopped jobs should only prevent exit from interactive shell by Ron Yorston · 3 years, 3 months ago
  25. 0beee20 ash: fix ignoreeof option by Ron Yorston · 3 years, 3 months ago
  26. eb60777 ash: eval: Prevent recursive PS4 expansion by Denys Vlasenko · 3 years, 3 months ago
  27. 48cb983 ash: parser: Get rid of PEOA by Denys Vlasenko · 3 years, 3 months ago
  28. 8c68ae8 ash: parser: Fix alias expansion after heredoc or newlines by Denys Vlasenko · 3 years, 3 months ago
  29. c540256 ash: use pgetc_eatbnl() in more places, take 3 by Denys Vlasenko · 3 years, 3 months ago
  30. 1c06ddd ash: parser: Save and restore heredoclist in expandstr by Denys Vlasenko · 3 years, 3 months ago
  31. 30af593 ash: parser: Fix handling of empty aliases by Denys Vlasenko · 3 years, 3 months ago
  32. 64aa86b ash: LINENO starts from 0 in -c SCRIPT mode by Denys Vlasenko · 3 years, 3 months ago
  33. d6c9cbc ash: fix LINENO in functions by Denys Vlasenko · 3 years, 3 months ago
  34. f415e21 ash: eval: Do not cache value of eflag in evaltree by Denys Vlasenko · 3 years, 3 months ago
  35. 41beb53 ash: eval: Check nflag in evaltree instead of cmdloop by Denys Vlasenko · 3 years, 3 months ago
  36. e0bf3df ash: add bash-like ERR trap and set -E by Roberto A. Foglietta · 3 years, 3 months ago
  37. 4a36ef1 ash: regressions in process substitution by Ron Yorston · 3 years, 3 months ago
  38. 53d45c9 ash: speed up ${v//pattern/repl} by Denys Vlasenko · 3 years, 5 months ago
  39. 1310d7b ash: speed up ${v//pattern/repl} if !ASH_OPTIMIZE_FOR_SIZE by Denys Vlasenko · 3 years, 5 months ago
  40. 53a7a9c ash: parser: Fix VSLENGTH parsing with trailing garbage by Denys Vlasenko · 3 years, 6 months ago
  41. ad57e4e ash: revert accidental change (should have been separate) by Denys Vlasenko · 3 years, 6 months ago
  42. 96436fb e2fsprogs/*: remove ioctl calling obfuscation by Denys Vlasenko · 3 years, 6 months ago
  43. 1f60d88 *: more --help tweaks by Denys Vlasenko · 3 years, 6 months ago
  44. e2b9215 *: --help tweaks by Denys Vlasenko · 3 years, 6 months ago
  45. 457825f shells: do not allow bare "read" in non-bash compat configs by Denys Vlasenko · 3 years, 6 months ago
  46. a1b0d38 ash: add process substitution in bash-compatibility mode by Ron Yorston · 4 years, 5 months ago
  47. 33745b1 ash: placate -Werror=format-security by Denys Vlasenko · 3 years, 10 months ago
  48. 2b7c1aa ash: match bash behavior for ${empty_var/*/repl} by Denys Vlasenko · 4 years ago
  49. 883cdb7 ash: fix ${unset_var/pattern/repl} by Denys Vlasenko · 4 years ago
  50. 4e039ba ash: improve --help by Denys Vlasenko · 4 years ago
  51. 85158b6 ash: code shrink by Denys Vlasenko · 4 years ago
  52. 3f8ec00 ash: make a strdup copy of $HISTFILE for line editing by Denys Vlasenko · 4 years ago
  53. 3c13da3 libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in shells by Denys Vlasenko · 4 years ago
  54. 51a471d ash: change "clear ungetc counter on syntax errors" fix to match dash by Denys Vlasenko · 4 years ago
  55. 93e2a22 shell: for signal exitcode, use 128 | sig, not 128 + sig - MIPS has signal 128 by Denys Vlasenko · 4 years ago
  56. 00eb23b bc: do not allocate line editing state until needed by Denys Vlasenko · 4 years ago
  57. 2124c0e ash: clear ungetc counter on syntax errors by Denys Vlasenko · 4 years ago
  58. 31df5a3 ash: reset SIGHUP earlier: allows HUP traps in .profile, closes 13371 by Denys Vlasenko · 4 years ago
  59. 965b795 decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly by Denys Vlasenko · 4 years ago
  60. ddfdf68 fix warning: label 'out1' defined but not used by Cristian Ionescu-Idbohrn · 4 years, 1 month ago
  61. 4ac35a3 ash: make interactive ^C break out of PS2 mode by Denys Vlasenko · 4 years, 1 month ago
  62. a7c0653 shell: update comments on the status of [[ ]] compat by Denys Vlasenko · 4 years, 1 month ago
  63. d2241f5 shell: better support of [[ ]] bashism by Denys Vlasenko · 4 years, 1 month ago
  64. 2496616 avoid using strok - eliminates use of hidden global variable by Denys Vlasenko · 4 years, 2 months ago
  65. 91e11eb ash: jobs: Fix waitcmd busy loop by Denys Vlasenko · 4 years, 2 months ago
  66. 8d5f465 ash: jobs: Fix infinite loop in waitproc by Denys Vlasenko · 4 years, 2 months ago
  67. 777a635 ash: remove a tentative TODO, it's a wrong idea by Denys Vlasenko · 4 years, 2 months ago
  68. 67e1529 nologin: make it possible to build it as single applet by Denys Vlasenko · 4 years, 6 months ago
  69. 9f3b410 ash,hush: drop pointer check before calls to show_history by Ron Yorston · 5 years ago
  70. da7a6db ash: fix build failure when command built-in is disabled by Ron Yorston · 4 years, 10 months ago
  71. 1555895 ash: expand: Fix multiple issues with EXP_DISCARD in evalvar by Denys Vlasenko · 4 years, 10 months ago
  72. 8233188 ash: expand: Do not reprocess data when expanding words by Denys Vlasenko · 4 years, 10 months ago
  73. 6cda0b0 ash: move TRACE statement in evalcommand() by Ron Yorston · 4 years, 10 months ago
  74. 7f19848 ash: rename some function parameters to match dash by Denys Vlasenko · 4 years, 10 months ago
  75. 538ee41 ash: rename stack_nputstr() back to stnputs() to match dash by Denys Vlasenko · 4 years, 10 months ago
  76. c2058ec ash: Expand here-documents in the current shell environment by Denys Vlasenko · 4 years, 10 months ago
  77. c08993f ash: parser: Do not push token back before parseheredoc by Denys Vlasenko · 4 years, 10 months ago
  78. 9a1a659 ash: parser: Fix old-style command substitution here-document crash by Denys Vlasenko · 4 years, 10 months ago
  79. 45dd87a ash: expand: Ensure result is escaped in cvtnum by Denys Vlasenko · 4 years, 10 months ago
  80. da2e46d ash: memalloc: Avoid looping in growstackto by Denys Vlasenko · 4 years, 10 months ago
  81. f977e00 ash: eval: Only restore exit status on exit/return by Denys Vlasenko · 4 years, 10 months ago
  82. cd24a50 ash: Return without arguments in a trap should use status outside traps by Denys Vlasenko · 4 years, 10 months ago
  83. d5bfe26 ash: return exit status of nofork applets (again) by Ron Yorston · 4 years, 10 months ago
  84. ecc8583 ash: expand: Merge syntax/quotes in memtodest with flags by Denys Vlasenko · 4 years, 10 months ago
  85. e2dd2af ash: eval: Always set localvar_stop by Denys Vlasenko · 4 years, 10 months ago
  86. 3e72910 ash: eval: Replace with listsetvar with mklocal/setvareq by Denys Vlasenko · 4 years, 10 months ago
  87. 54bef2a ash: eval: Fail immediately with redirections errors for simple command by Denys Vlasenko · 4 years, 10 months ago
  88. 7eb8eec ash: eval: Add assignment built-in support again by Denys Vlasenko · 4 years, 10 months ago
  89. 23bc562 ash,hush: add comment about masked SIGCHLD, handle SIG_IGNed SIGHUP as in bash by Denys Vlasenko · 4 years, 10 months ago
  90. 47eb979 ash: jobs: Only clear gotsigchld when waiting for everything by Denys Vlasenko · 4 years, 10 months ago
  91. 97edfc4 ash: jobs - Do not block when waiting on SIGCHLD by Denys Vlasenko · 4 years, 10 months ago
  92. d81af72 ash: eval: Reap zombies after built-in commands and functions by Denys Vlasenko · 4 years, 10 months ago
  93. 22c7592 ash: exec: Never rehash regular built-ins by Denys Vlasenko · 4 years, 10 months ago
  94. 6c4f87e ash: exec: Stricter pathopt parsing by Denys Vlasenko · 4 years, 10 months ago
  95. b0d2dc7 ash: exec: Do not allocate stack string in padvance by Denys Vlasenko · 4 years, 10 months ago
  96. c55847f ash: memalloc: Add growstackto helper by Denys Vlasenko · 4 years, 10 months ago
  97. 74aaf05 ash: parser: Save/restore here-documents in command substitution by Denys Vlasenko · 4 years, 10 months ago
  98. afc91fa ash: mkinit: Split reset into exitreset and reset by Denys Vlasenko · 4 years, 10 months ago
  99. 9ee5892 ash: expand: Fix trailing newlines processing in backquote expanding by Denys Vlasenko · 4 years, 10 months ago
  100. c2ce888 ash: parser: Only accept single-digit parameter expansion outside of braces by Denys Vlasenko · 4 years, 10 months ago