1. d81e9f5 ash: fix interactive "command eval STRING" exiting on errors. by Denys Vlasenko · 8 years ago
  2. 350e686 ash: [PARSER] Recognise here-doc delimiters terminated by EOF by Denys Vlasenko · 8 years ago
  3. f15aa57 ash: [PARSER] Fix parsing of ${##1} by Denys Vlasenko · 8 years ago
  4. 4135a75 typo fixes by Denys Vlasenko · 8 years ago
  5. d43be87 ash testsuite: fix false positives by Denys Vlasenko · 8 years ago
  6. c775f82 sh testsuite: add tests for exitcode on failure to exec by Denys Vlasenko · 8 years ago
  7. a62bc80 ash testsuite: add most of hust tests which pass for ash by Denys Vlasenko · 8 years ago
  8. df303ae sh testsuite: sync ash-redir/ and hush-redir/ by Denys Vlasenko · 8 years ago
  9. c7a774d sh testsuite: sync ash-misc/source* and hush-misc/source* by Denys Vlasenko · 8 years ago
  10. 0ba9970 sh testsuite: sync ash-vars/ and hush-vars/ by Denys Vlasenko · 8 years ago
  11. e3354bc ash testsuite: update some of variable tests with newer versions from hush by Denys Vlasenko · 8 years ago
  12. c4cf542 sh testsuite: create hush-redir/* and move files around by Denys Vlasenko · 8 years ago
  13. 1b73f84 sh testsuite: create hush-heredoc/* and move files around by Denys Vlasenko · 8 years ago
  14. 5d6b872 hush testsuite: add many tests from ash testsuite by Denys Vlasenko · 8 years ago
  15. 8e2c9cc ash: fix globbing bugs when using glibc glob() by Denys Vlasenko · 8 years ago
  16. 0aaaa50 ash: expand: Fixed "$@" expansion when EXP_FULL is false by Denys Vlasenko · 8 years ago
  17. ff59b7b ash,hush: add a test that "continue" does not cripple traps by Denys Vlasenko · 8 years ago
  18. 3ed7e27 ash testsuite: add return_in_trap1.tests by Denys Vlasenko · 8 years ago
  19. 88ac97d ash: [EXPAND] Do not split quoted VSLENGTH and VSTRIM by Denys Vlasenko · 8 years ago
  20. c4d4380 ash: [EXPAND] Split unquoted $@/$* correctly when IFS is set but empty by Denys Vlasenko · 8 years ago
  21. 35ec818 ash: fix "return N" not setting $? in loop conditionals by Denys Vlasenko · 8 years ago
  22. 1b8e0e8 ash testsuite: remove two more inadvertent bashisms by Denys Vlasenko · 8 years ago
  23. cc0056d ash testsuite: remove two inadvertent bashisms by Denys Vlasenko · 8 years ago
  24. 7a24e8f shell testsuite: add trailing newline to var_unbackslash1.tests by Denys Vlasenko · 8 years ago
  25. 459293b ash: fix arithmetic closing )) split by backslash-newline by Denys Vlasenko · 8 years ago
  26. 8286513 hush: rework input char buffering to allow more than one-deep peek by Denys Vlasenko · 8 years ago
  27. 78c9c73 hush: fix 'eval ""' handling by Denys Vlasenko · 8 years ago
  28. 992e0ff hush: fix ". EMPTY_LINE" not setting $? to 0 by Denys Vlasenko · 8 years ago
  29. 928e2a7 ash: [EVAL] Make eval with empty arguments return 0 by Denys Vlasenko · 8 years ago
  30. eb17b6f ash: eval: Return status in eval functions by Denys Vlasenko · 8 years ago
  31. 13f2091 ash: fix handling of NULs in $'abc\000def\x00asd'. Closes 9286 by Denys Vlasenko · 8 years ago
  32. 204c7fb ash: exit after subshell error when errexit option is set by Rostislav Skudnov · 8 years ago
  33. f8ddbe1 ash: fix handling of ${VAR: -2} by Denys Vlasenko · 8 years ago
  34. e5814a5 ash: do not leave SIGQUIT ignored on "exec CMD" by Denys Vlasenko · 8 years ago
  35. 84ba50c ash: bash-compatible $'...' shouldn't expand in double quotes by Ron Yorston · 9 years ago
  36. b9b7aa1 ash_test: ignore generated files by Mike Frysinger · 9 years ago
  37. 787972f ash_test: printenv: fix missing includes by Mike Frysinger · 9 years ago
  38. 3e3bfb8 ash: fix corruption of ${#var} if $var contains UTF-8 characters by Ron Yorston · 9 years ago
  39. 95ebcf7 ash: add support for bash 'function' keyword by Ron Yorston · 9 years ago
  40. bc9bee0 hush-misc/func_args1.tests: remove "UNFIXED BUG", it does not fail by Denys Vlasenko · 9 years ago
  41. 85405c8 ash: copy function tests from hush testsuite by Ron Yorston · 9 years ago
  42. e939856 ash: add tests for failures of the exec and command builtins by Ron Yorston · 9 years ago
  43. 713f07d ash: fix error during recursive processing of here document by Ron Yorston · 9 years ago
  44. 7b14ede ash tests: make test print test name before it is run by Denys Vlasenko · 9 years ago
  45. ef2386b ash: only allow local variables in functions by Ron Yorston · 9 years ago
  46. 3f22111 ash: respect -p flag when command builtin is run with -v/-V by Ron Yorston · 9 years ago
  47. ab80e01 ash: allow newline after variable name in for loop by Ron Yorston · 9 years ago
  48. 9121510 ash: add test for issue with here document by Ron Yorston · 9 years ago
  49. 26c423d ash,hush: add a test which fails for ash since commit 549deab by Denys Vlasenko · 9 years ago
  50. 66a781a ash: add tests adapted from hush glob tests. glob2.tests currently fails by Denys Vlasenko · 9 years ago
  51. f54a487 fix file mode by Denys Vlasenko · 9 years ago
  52. 0e056f7 ash: remove parsebackquote flag by Ron Yorston · 9 years ago
  53. 5230067 testsuite: add some tests for ash by Ron Yorston · 10 years ago
  54. 549deab ash: move parse-time quote flag detection to run-time by Ron Yorston · 10 years ago
  55. ad88bde ash: remove arithmetic expansion collapsing at parse time by Ron Yorston · 10 years ago
  56. 3df47f9 ash: do not expand tilde in parameter expansion within quotes by Ron Yorston · 10 years ago
  57. eb6b48b ash: perform tilde expansion in all parameter expansion words by Ron Yorston · 10 years ago
  58. 0a0acb5 ash: fix handling of duplicate "local" by Denys Vlasenko · 10 years ago
  59. 7e66102 ash: fix a SEGV case in an invalid heredoc by Denys Vlasenko · 10 years ago
  60. 109ee5d ash: make "locak VAR" unset VAR (bash does that) by Denys Vlasenko · 11 years ago
  61. f451b2c ash: fix a bug in >${varexp} handling. Closes 5282 by Denys Vlasenko · 13 years ago
  62. bac0a25 slightly better wording in comments by Denys Vlasenko · 14 years ago
  63. b12553f ash: fix ash-signals/signal8 testcase failure by Denys Vlasenko · 14 years ago
  64. 8ee2ada echo: do not retry on write errors by Denys Vlasenko · 14 years ago
  65. fb132e4 whitespace cleanup by Denys Vlasenko · 14 years ago
  66. b563f62 ash: fix signal and "set -e" interaction by Denys Vlasenko · 14 years ago
  67. bed7c81 shell/math: deconvolute and explain ?: handling. Give better error message by Denys Vlasenko · 14 years ago
  68. 063847d shell/math: return string error indicator, not integer by Denys Vlasenko · 14 years ago
  69. 36f774a hush: add support for ${var/pattern/repl}, conditional on bash compat by Denys Vlasenko · 14 years ago
  70. e298ce6 hush: fix handling of backslashes in variable assignment by Denys Vlasenko · 14 years ago
  71. f7a8433 ash: add another ${v/a/b} test we currently fail by Denys Vlasenko · 14 years ago
  72. 33bbb27 ash: fix another bit of var_bash4 bug by Denys Vlasenko · 14 years ago
  73. c8d305d var_bash4.tests: better wording in comment by Denys Vlasenko · 14 years ago
  74. f56fe82 update var_bash4 test. one more bug revealed by it now... by Denys Vlasenko · 14 years ago
  75. 6814cbc ash: extend var_bash4.tests; nocode changes by Denys Vlasenko · 14 years ago
  76. b0fbe4b ash: add a testcase for bug 2281 (currently fails). Small code cleanups. by Denys Vlasenko · 14 years ago
  77. ccb9771 ash: fix $! value when traps are set by Alexander Shishkin · 14 years ago
  78. fd33e17 ash: fix obscure case of replacing + globbing + backslashes by Denys Vlasenko · 14 years ago
  79. da75f44 ash: <> redir should not truncate by Andreas Bühmann · 14 years ago
  80. 7df28bb ash: fix unset in standalone mode by Denys Vlasenko · 15 years ago
  81. 08d8b3c ash: fix redirection of fd 0 in scripts are sourced from interactive ash by Denys Vlasenko · 15 years ago
  82. 42c4b2e ash: fix var_leak.tests so that it actually catches the NOFORK bug by Denys Vlasenko · 15 years ago
  83. 238bf18 ash: fix bug which causes signal6.tests to fail by Denys Vlasenko · 15 years ago
  84. 51b4a9e ash: fix var_leak testcase by Denys Vlasenko · 15 years ago
  85. 5e2d572 ash: fix testsuite false positives by Denys Vlasenko · 15 years ago
  86. cd10dc4 ash: fix ". empty_file" exitcode. +5 bytes by Denys Vlasenko · 15 years ago
  87. 786cce1 fix false positive in signal5.tests by Denys Vlasenko · 15 years ago
  88. 0f01b00 add two more tests which currently fail by Denys Vlasenko · 15 years ago
  89. 7c1ed9f ash: fix signal5.tests by Denys Vlasenko · 15 years ago
  90. 27ff681 ash: add two testcases for (not yet fixed) ash bugs by Denys Vlasenko · 15 years ago
  91. 496d5bf ash: trap with bad signal name should not abort by Denys Vlasenko · 15 years ago
  92. 7426920 fix bug 1087. Fix by Leonid (lly.dev AT gmail.com) by Denys Vlasenko · 15 years ago
  93. 7306727 shell: split read builtin from ash by Denys Vlasenko · 15 years ago
  94. 8cd04d1 ash: fix for read $IFS splitting. Closes bug 235 by Denys Vlasenko · 15 years ago
  95. e3c6e19 laguage and copyright date corrections, no code changes by Denys Vlasenko · 15 years ago
  96. 3dc4a3e ash: make one testsuite entry more robust by Denys Vlasenko · 15 years ago
  97. e74aaf9 ash,hush: make trap output short signal names, without SIG prefix by Denys Vlasenko · 15 years ago
  98. 21d87d4 ash: better handling of EXIT trap in `trap` hack by Denys Vlasenko · 15 years ago
  99. 844f990 ash: fix `trap` by Denys Vlasenko · 15 years ago
  100. 7956334 add a testcase for reopened bug 585 (not fixed yet) by Denys Vlasenko · 15 years ago