1. 5b026d1 ash: fix compile breakage in !ENABLE_ASH_ALIAS config by Denys Vlasenko · 3 years, 3 months ago
  2. 1be73dd shell: fix parsing of $(( (v)++ + NUM )) by Denys Vlasenko · 3 years, 3 months ago
  3. 62e4331 shell: enable more tests which are passing now by Denys Vlasenko · 3 years, 3 months ago
  4. d84a604 shell: fix arithmentic evaluation of "++7" and such (it is + + 7, i.e. 7) by Denys Vlasenko · 3 years, 3 months ago
  5. 704c596 ash: introduce bash-like $FUNCNAME by Denys Vlasenko · 3 years, 3 months ago
  6. 5726df5 ash: let ignoreeof only affect interactive shells by Ron Yorston · 3 years, 3 months ago
  7. 50239a6 ash: stopped jobs should only prevent exit from interactive shell by Ron Yorston · 3 years, 3 months ago
  8. 0beee20 ash: fix ignoreeof option by Ron Yorston · 3 years, 3 months ago
  9. eb60777 ash: eval: Prevent recursive PS4 expansion by Denys Vlasenko · 3 years, 3 months ago
  10. 48cb983 ash: parser: Get rid of PEOA by Denys Vlasenko · 3 years, 3 months ago
  11. 8c68ae8 ash: parser: Fix alias expansion after heredoc or newlines by Denys Vlasenko · 3 years, 3 months ago
  12. c540256 ash: use pgetc_eatbnl() in more places, take 3 by Denys Vlasenko · 3 years, 3 months ago
  13. 1c06ddd ash: parser: Save and restore heredoclist in expandstr by Denys Vlasenko · 3 years, 3 months ago
  14. 30af593 ash: parser: Fix handling of empty aliases by Denys Vlasenko · 3 years, 3 months ago
  15. 574b9c4 hush: fix var_LINENO3.tests failure by Denys Vlasenko · 3 years, 3 months ago
  16. bcff3a7 shell/ash_test/run-all: unset locale/language variables by Denys Vlasenko · 3 years, 3 months ago
  17. 64aa86b ash: LINENO starts from 0 in -c SCRIPT mode by Denys Vlasenko · 3 years, 3 months ago
  18. d6c9cbc ash: fix LINENO in functions by Denys Vlasenko · 3 years, 3 months ago
  19. 0d7dfa9 ash: support testsuite for !FEATURE_SUID_CONFIG_QUIET configs by Denys Vlasenko · 3 years, 3 months ago
  20. e53c7db hush: fix set -n to act immediately, not just after run_list() by Denys Vlasenko · 3 years, 3 months ago
  21. f415e21 ash: eval: Do not cache value of eflag in evaltree by Denys Vlasenko · 3 years, 3 months ago
  22. 41beb53 ash: eval: Check nflag in evaltree instead of cmdloop by Denys Vlasenko · 3 years, 3 months ago
  23. e0bf3df ash: add bash-like ERR trap and set -E by Roberto A. Foglietta · 3 years, 3 months ago
  24. 4a36ef1 ash: regressions in process substitution by Ron Yorston · 3 years, 4 months ago
  25. 21afdde hush: fix "error: invalid preprocessing directive ##" by Denys Vlasenko · 3 years, 4 months ago
  26. 37460f5 hush: tweak ${var/pattern/repl} optimization by Denys Vlasenko · 3 years, 5 months ago
  27. 49cc3ca hush: optimize ${var/pattern/repl} for trivial patterns by Denys Vlasenko · 3 years, 5 months ago
  28. c450437 shell: update psubst testcases by Denys Vlasenko · 3 years, 5 months ago
  29. 8dd676c hush: add missed "undef" by Denys Vlasenko · 3 years, 5 months ago
  30. b278d82 hush: implement $'str' bashism by Denys Vlasenko · 3 years, 5 months ago
  31. 05c5d74 ahell: update testsuite by Denys Vlasenko · 3 years, 5 months ago
  32. 53d45c9 ash: speed up ${v//pattern/repl} by Denys Vlasenko · 3 years, 5 months ago
  33. 1310d7b ash: speed up ${v//pattern/repl} if !ASH_OPTIMIZE_FOR_SIZE by Denys Vlasenko · 3 years, 5 months ago
  34. 53a7a9c ash: parser: Fix VSLENGTH parsing with trailing garbage by Denys Vlasenko · 3 years, 6 months ago
  35. ad57e4e ash: revert accidental change (should have been separate) by Denys Vlasenko · 3 years, 6 months ago
  36. 96436fb e2fsprogs/*: remove ioctl calling obfuscation by Denys Vlasenko · 3 years, 6 months ago
  37. 97c3b5e hush: fix bkslash+newline handling and number validation in ${NN} and ${#NN} by Denys Vlasenko · 3 years, 6 months ago
  38. 83a4967 hush: fix handling of "cmd && &" by Denys Vlasenko · 3 years, 6 months ago
  39. 1b7a9b6 hush: fix handling of \^C and "^C" by Denys Vlasenko · 3 years, 6 months ago
  40. 1f60d88 *: more --help tweaks by Denys Vlasenko · 3 years, 6 months ago
  41. e2b9215 *: --help tweaks by Denys Vlasenko · 3 years, 6 months ago
  42. 4c4b02c ash: save Ron's patch from oblivion by Denys Vlasenko · 3 years, 6 months ago
  43. 457825f shells: do not allow bare "read" in non-bash compat configs by Denys Vlasenko · 3 years, 6 months ago
  44. a1b0d38 ash: add process substitution in bash-compatibility mode by Ron Yorston · 4 years, 5 months ago
  45. 1b30c63 shell: also do word splitting when -d DELIM is used by Eicke Herbertz · 3 years, 6 months ago
  46. f0c0c56 hush: beautify ^D handling to match ash / bash by Denys Vlasenko · 3 years, 8 months ago
  47. cbfdeba hush: make LINENO selectable without BASH-COMPAT by Denys Vlasenko · 3 years, 9 months ago
  48. 33745b1 ash: placate -Werror=format-security by Denys Vlasenko · 3 years, 10 months ago
  49. cad3fc7 libbb: introduce and use fputs_stdout by Ron Yorston · 3 years, 10 months ago
  50. 2b7c1aa ash: match bash behavior for ${empty_var/*/repl} by Denys Vlasenko · 4 years ago
  51. 883cdb7 ash: fix ${unset_var/pattern/repl} by Denys Vlasenko · 4 years ago
  52. 4e039ba ash: improve --help by Denys Vlasenko · 4 years ago
  53. 3b05305 hush: code shrink by Denys Vlasenko · 4 years ago
  54. 85158b6 ash: code shrink by Denys Vlasenko · 4 years ago
  55. 3f8ec00 ash: make a strdup copy of $HISTFILE for line editing by Denys Vlasenko · 4 years ago
  56. 3c13da3 libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in shells by Denys Vlasenko · 4 years ago
  57. 77a51a2 randomconfig fixes by Denys Vlasenko · 4 years ago
  58. c7ef818 hush: make comment more clear by Denys Vlasenko · 4 years ago
  59. cad20ce typo fix by Denys Vlasenko · 4 years ago
  60. 1237d62 hush: fix this case: echo "SCRIPT" | hush by Denys Vlasenko · 4 years ago
  61. 46a71dc hush: if !EDITING, do not regenerate prompt for every input char by Denys Vlasenko · 4 years ago
  62. 51a471d ash: change "clear ungetc counter on syntax errors" fix to match dash by Denys Vlasenko · 4 years ago
  63. 521220e hush: fix ^C in INTERACTIVE, !EDITING config by Denys Vlasenko · 4 years ago
  64. 18bcaf3 hush: revert "make interactive ^C break out of PS2 mode" by Denys Vlasenko · 4 years ago
  65. 649acb9 hush: fix PS1 prompth in !EDITING config by Denys Vlasenko · 4 years ago
  66. a7b52d2 hush: fix fallout from tweaking ${var:START:LEN} code by Denys Vlasenko · 4 years ago
  67. 93e2a22 shell: for signal exitcode, use 128 | sig, not 128 + sig - MIPS has signal 128 by Denys Vlasenko · 4 years ago
  68. 0ab2dd4 hush: fix comment by Denys Vlasenko · 4 years ago
  69. 00eb23b bc: do not allocate line editing state until needed by Denys Vlasenko · 4 years ago
  70. 07abc7c hush: deal with FIXMEs for corner cases in parameter expansion by Denys Vlasenko · 4 years ago
  71. bb4e32b hush: remove one redundant getpid() on every startup by Denys Vlasenko · 4 years ago
  72. 2124c0e ash: clear ungetc counter on syntax errors by Denys Vlasenko · 4 years ago
  73. 91e330a shells: a fix for systems without RLIMIT_NICE by Denys Vlasenko · 4 years ago
  74. a8e1960 hush: code shrink by Denys Vlasenko · 4 years ago
  75. 63139b5 hush: if login shell, also source ~/.profile by Denys Vlasenko · 4 years ago
  76. 49142d4 hush: NOMMU fix for hush-psubst/tick6.tests by Denys Vlasenko · 4 years ago
  77. 9cabd17 hush: fix -c SCRIPT handling by Denys Vlasenko · 4 years ago
  78. 31df5a3 ash: reset SIGHUP earlier: allows HUP traps in .profile, closes 13371 by Denys Vlasenko · 4 years ago
  79. 965b795 decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly by Denys Vlasenko · 4 years ago
  80. ddfdf68 fix warning: label 'out1' defined but not used by Cristian Ionescu-Idbohrn · 4 years, 1 month ago
  81. 4ac35a3 ash: make interactive ^C break out of PS2 mode by Denys Vlasenko · 4 years, 1 month ago
  82. dc9c10a hush: make interactive ^C break out of PS2 mode by Denys Vlasenko · 4 years, 1 month ago
  83. 64981b4 hush: document bugs in [[ =~ ]] comparison by Denys Vlasenko · 4 years, 1 month ago
  84. a7c0653 shell: update comments on the status of [[ ]] compat by Denys Vlasenko · 4 years, 1 month ago
  85. b259e97 hush: add tests for unquoted < > in [[ ]] by Denys Vlasenko · 4 years, 1 month ago
  86. d2241f5 shell: better support of [[ ]] bashism by Denys Vlasenko · 4 years, 1 month ago
  87. e16f7eb hush: output bash-compat killing signal names by Denys Vlasenko · 4 years, 2 months ago
  88. b65d6cb hush: do not print killing signal name in `cmd_whihc_dies_on_signal` by Denys Vlasenko · 4 years, 2 months ago
  89. 2496616 avoid using strok - eliminates use of hidden global variable by Denys Vlasenko · 4 years, 2 months ago
  90. 841878e shell: remove FAST_FUNC from a static function by Denys Vlasenko · 4 years, 3 months ago
  91. d4dd48f shell: add testsuite for "wait $pid" waiting for other tasks by Denys Vlasenko · 4 years, 3 months ago
  92. 91e11eb ash: jobs: Fix waitcmd busy loop by Denys Vlasenko · 4 years, 3 months ago
  93. 8d5f465 ash: jobs: Fix infinite loop in waitproc by Denys Vlasenko · 4 years, 3 months ago
  94. 777a635 ash: remove a tentative TODO, it's a wrong idea by Denys Vlasenko · 4 years, 3 months ago
  95. 3992502 shell: Fix "read -d ''" behavior by Christian Eggers · 4 years, 6 months ago
  96. 67e1529 nologin: make it possible to build it as single applet by Denys Vlasenko · 4 years, 6 months ago
  97. d5314e7 suppress a few compile warnings by Denys Vlasenko · 4 years, 6 months ago
  98. 9f3b410 ash,hush: drop pointer check before calls to show_history by Ron Yorston · 5 years ago
  99. da7a6db ash: fix build failure when command built-in is disabled by Ron Yorston · 4 years, 10 months ago
  100. 9aa751b shells: fix exitcode_trapN tests to avoid races by Denys Vlasenko · 4 years, 10 months ago