1. a62bc80 ash testsuite: add most of hust tests which pass for ash by Denys Vlasenko · 8 years ago
  2. 0ba9970 sh testsuite: sync ash-vars/ and hush-vars/ by Denys Vlasenko · 8 years ago
  3. e3354bc ash testsuite: update some of variable tests with newer versions from hush by Denys Vlasenko · 8 years ago
  4. 0aaaa50 ash: expand: Fixed "$@" expansion when EXP_FULL is false by Denys Vlasenko · 8 years ago
  5. 88ac97d ash: [EXPAND] Do not split quoted VSLENGTH and VSTRIM by Denys Vlasenko · 8 years ago
  6. c4d4380 ash: [EXPAND] Split unquoted $@/$* correctly when IFS is set but empty by Denys Vlasenko · 8 years ago
  7. 7a24e8f shell testsuite: add trailing newline to var_unbackslash1.tests by Denys Vlasenko · 8 years ago
  8. 459293b ash: fix arithmetic closing )) split by backslash-newline by Denys Vlasenko · 8 years ago
  9. 8286513 hush: rework input char buffering to allow more than one-deep peek by Denys Vlasenko · 8 years ago
  10. f8ddbe1 ash: fix handling of ${VAR: -2} by Denys Vlasenko · 8 years ago
  11. 3e3bfb8 ash: fix corruption of ${#var} if $var contains UTF-8 characters by Ron Yorston · 9 years ago
  12. 5230067 testsuite: add some tests for ash by Ron Yorston · 10 years ago
  13. 549deab ash: move parse-time quote flag detection to run-time by Ron Yorston · 10 years ago
  14. ad88bde ash: remove arithmetic expansion collapsing at parse time by Ron Yorston · 10 years ago
  15. 3df47f9 ash: do not expand tilde in parameter expansion within quotes by Ron Yorston · 10 years ago
  16. eb6b48b ash: perform tilde expansion in all parameter expansion words by Ron Yorston · 10 years ago
  17. 0a0acb5 ash: fix handling of duplicate "local" by Denys Vlasenko · 10 years ago
  18. 36f774a hush: add support for ${var/pattern/repl}, conditional on bash compat by Denys Vlasenko · 14 years ago
  19. e298ce6 hush: fix handling of backslashes in variable assignment by Denys Vlasenko · 14 years ago
  20. f7a8433 ash: add another ${v/a/b} test we currently fail by Denys Vlasenko · 14 years ago
  21. 33bbb27 ash: fix another bit of var_bash4 bug by Denys Vlasenko · 14 years ago
  22. c8d305d var_bash4.tests: better wording in comment by Denys Vlasenko · 14 years ago
  23. f56fe82 update var_bash4 test. one more bug revealed by it now... by Denys Vlasenko · 14 years ago
  24. 6814cbc ash: extend var_bash4.tests; nocode changes by Denys Vlasenko · 14 years ago
  25. b0fbe4b ash: add a testcase for bug 2281 (currently fails). Small code cleanups. by Denys Vlasenko · 14 years ago
  26. 42c4b2e ash: fix var_leak.tests so that it actually catches the NOFORK bug by Denys Vlasenko · 15 years ago
  27. 51b4a9e ash: fix var_leak testcase by Denys Vlasenko · 15 years ago
  28. 2659c63 ash: fix ${var/s/r} handling, add testcase. by Denis Vlasenko · 17 years ago
  29. 6d1ebec ash: add another testsuite entry ("leaking variables" bug) by Denis Vlasenko · 17 years ago
  30. f78a656 ash: a bit more complete POSIX subst testsuite entry by Denis Vlasenko · 17 years ago
  31. 033424a ash: add testsuite entry for POSIX-mandated ${var#word} ${var##word} by Denis Vlasenko · 17 years ago
  32. 80591b0 ash: support for && and || in [[ expr ]]; add testsuite checks by Denis Vlasenko · 17 years ago
  33. 0e6f661 ash: handle "A=1 A=2 B=$A; echo $B". closes bug 947. by Denis Vlasenko · 17 years ago