1. 3e3bfb8 ash: fix corruption of ${#var} if $var contains UTF-8 characters by Ron Yorston · 9 years ago
  2. 5230067 testsuite: add some tests for ash by Ron Yorston · 10 years ago
  3. 549deab ash: move parse-time quote flag detection to run-time by Ron Yorston · 10 years ago
  4. ad88bde ash: remove arithmetic expansion collapsing at parse time by Ron Yorston · 10 years ago
  5. 3df47f9 ash: do not expand tilde in parameter expansion within quotes by Ron Yorston · 10 years ago
  6. eb6b48b ash: perform tilde expansion in all parameter expansion words by Ron Yorston · 10 years ago
  7. 0a0acb5 ash: fix handling of duplicate "local" by Denys Vlasenko · 10 years ago
  8. 36f774a hush: add support for ${var/pattern/repl}, conditional on bash compat by Denys Vlasenko · 14 years ago
  9. e298ce6 hush: fix handling of backslashes in variable assignment by Denys Vlasenko · 14 years ago
  10. f7a8433 ash: add another ${v/a/b} test we currently fail by Denys Vlasenko · 14 years ago
  11. 33bbb27 ash: fix another bit of var_bash4 bug by Denys Vlasenko · 14 years ago
  12. c8d305d var_bash4.tests: better wording in comment by Denys Vlasenko · 14 years ago
  13. f56fe82 update var_bash4 test. one more bug revealed by it now... by Denys Vlasenko · 14 years ago
  14. 6814cbc ash: extend var_bash4.tests; nocode changes by Denys Vlasenko · 14 years ago
  15. b0fbe4b ash: add a testcase for bug 2281 (currently fails). Small code cleanups. by Denys Vlasenko · 14 years ago
  16. 42c4b2e ash: fix var_leak.tests so that it actually catches the NOFORK bug by Denys Vlasenko · 15 years ago
  17. 51b4a9e ash: fix var_leak testcase by Denys Vlasenko · 15 years ago
  18. 2659c63 ash: fix ${var/s/r} handling, add testcase. by Denis Vlasenko · 17 years ago
  19. 6d1ebec ash: add another testsuite entry ("leaking variables" bug) by Denis Vlasenko · 17 years ago
  20. f78a656 ash: a bit more complete POSIX subst testsuite entry by Denis Vlasenko · 17 years ago
  21. 033424a ash: add testsuite entry for POSIX-mandated ${var#word} ${var##word} by Denis Vlasenko · 17 years ago
  22. 80591b0 ash: support for && and || in [[ expr ]]; add testsuite checks by Denis Vlasenko · 17 years ago
  23. 0e6f661 ash: handle "A=1 A=2 B=$A; echo $B". closes bug 947. by Denis Vlasenko · 17 years ago