1. 713f07d ash: fix error during recursive processing of here document by Ron Yorston · 9 years ago
  2. 7b14ede ash tests: make test print test name before it is run by Denys Vlasenko · 9 years ago
  3. ef2386b ash: only allow local variables in functions by Ron Yorston · 9 years ago
  4. 3f22111 ash: respect -p flag when command builtin is run with -v/-V by Ron Yorston · 9 years ago
  5. ab80e01 ash: allow newline after variable name in for loop by Ron Yorston · 9 years ago
  6. 9121510 ash: add test for issue with here document by Ron Yorston · 9 years ago
  7. 26c423d ash,hush: add a test which fails for ash since commit 549deab by Denys Vlasenko · 9 years ago
  8. 66a781a ash: add tests adapted from hush glob tests. glob2.tests currently fails by Denys Vlasenko · 9 years ago
  9. f54a487 fix file mode by Denys Vlasenko · 9 years ago
  10. 0e056f7 ash: remove parsebackquote flag by Ron Yorston · 9 years ago
  11. 5230067 testsuite: add some tests for ash by Ron Yorston · 10 years ago
  12. 549deab ash: move parse-time quote flag detection to run-time by Ron Yorston · 10 years ago
  13. ad88bde ash: remove arithmetic expansion collapsing at parse time by Ron Yorston · 10 years ago
  14. 3df47f9 ash: do not expand tilde in parameter expansion within quotes by Ron Yorston · 10 years ago
  15. eb6b48b ash: perform tilde expansion in all parameter expansion words by Ron Yorston · 10 years ago
  16. 0a0acb5 ash: fix handling of duplicate "local" by Denys Vlasenko · 10 years ago
  17. 7e66102 ash: fix a SEGV case in an invalid heredoc by Denys Vlasenko · 10 years ago
  18. 109ee5d ash: make "locak VAR" unset VAR (bash does that) by Denys Vlasenko · 11 years ago
  19. f451b2c ash: fix a bug in >${varexp} handling. Closes 5282 by Denys Vlasenko · 13 years ago
  20. bac0a25 slightly better wording in comments by Denys Vlasenko · 14 years ago
  21. b12553f ash: fix ash-signals/signal8 testcase failure by Denys Vlasenko · 14 years ago
  22. 8ee2ada echo: do not retry on write errors by Denys Vlasenko · 14 years ago
  23. fb132e4 whitespace cleanup by Denys Vlasenko · 14 years ago
  24. b563f62 ash: fix signal and "set -e" interaction by Denys Vlasenko · 14 years ago
  25. bed7c81 shell/math: deconvolute and explain ?: handling. Give better error message by Denys Vlasenko · 14 years ago
  26. 063847d shell/math: return string error indicator, not integer by Denys Vlasenko · 14 years ago
  27. 36f774a hush: add support for ${var/pattern/repl}, conditional on bash compat by Denys Vlasenko · 14 years ago
  28. e298ce6 hush: fix handling of backslashes in variable assignment by Denys Vlasenko · 14 years ago
  29. f7a8433 ash: add another ${v/a/b} test we currently fail by Denys Vlasenko · 14 years ago
  30. 33bbb27 ash: fix another bit of var_bash4 bug by Denys Vlasenko · 14 years ago
  31. c8d305d var_bash4.tests: better wording in comment by Denys Vlasenko · 14 years ago
  32. f56fe82 update var_bash4 test. one more bug revealed by it now... by Denys Vlasenko · 14 years ago
  33. 6814cbc ash: extend var_bash4.tests; nocode changes by Denys Vlasenko · 14 years ago
  34. b0fbe4b ash: add a testcase for bug 2281 (currently fails). Small code cleanups. by Denys Vlasenko · 14 years ago
  35. ccb9771 ash: fix $! value when traps are set by Alexander Shishkin · 14 years ago
  36. fd33e17 ash: fix obscure case of replacing + globbing + backslashes by Denys Vlasenko · 14 years ago
  37. da75f44 ash: <> redir should not truncate by Andreas Bühmann · 14 years ago
  38. 7df28bb ash: fix unset in standalone mode by Denys Vlasenko · 15 years ago
  39. 08d8b3c ash: fix redirection of fd 0 in scripts are sourced from interactive ash by Denys Vlasenko · 15 years ago
  40. 42c4b2e ash: fix var_leak.tests so that it actually catches the NOFORK bug by Denys Vlasenko · 15 years ago
  41. 238bf18 ash: fix bug which causes signal6.tests to fail by Denys Vlasenko · 15 years ago
  42. 51b4a9e ash: fix var_leak testcase by Denys Vlasenko · 15 years ago
  43. 5e2d572 ash: fix testsuite false positives by Denys Vlasenko · 15 years ago
  44. cd10dc4 ash: fix ". empty_file" exitcode. +5 bytes by Denys Vlasenko · 15 years ago
  45. 786cce1 fix false positive in signal5.tests by Denys Vlasenko · 15 years ago
  46. 0f01b00 add two more tests which currently fail by Denys Vlasenko · 15 years ago
  47. 7c1ed9f ash: fix signal5.tests by Denys Vlasenko · 15 years ago
  48. 27ff681 ash: add two testcases for (not yet fixed) ash bugs by Denys Vlasenko · 15 years ago
  49. 496d5bf ash: trap with bad signal name should not abort by Denys Vlasenko · 15 years ago
  50. 7426920 fix bug 1087. Fix by Leonid (lly.dev AT gmail.com) by Denys Vlasenko · 15 years ago
  51. 7306727 shell: split read builtin from ash by Denys Vlasenko · 15 years ago
  52. 8cd04d1 ash: fix for read $IFS splitting. Closes bug 235 by Denys Vlasenko · 15 years ago
  53. e3c6e19 laguage and copyright date corrections, no code changes by Denys Vlasenko · 15 years ago
  54. 3dc4a3e ash: make one testsuite entry more robust by Denys Vlasenko · 15 years ago
  55. e74aaf9 ash,hush: make trap output short signal names, without SIG prefix by Denys Vlasenko · 15 years ago
  56. 21d87d4 ash: better handling of EXIT trap in `trap` hack by Denys Vlasenko · 15 years ago
  57. 844f990 ash: fix `trap` by Denys Vlasenko · 15 years ago
  58. 7956334 add a testcase for reopened bug 585 (not fixed yet) by Denys Vlasenko · 15 years ago
  59. 9f2e82a ash: add testsuite for bug 585 by Denys Vlasenko · 15 years ago
  60. 82a6fb3 ash: fix . builtin by Denys Vlasenko · 16 years ago
  61. 46aeab9 ash: fix $IFS handling in read. closes bug 235 by Denis Vlasenko · 16 years ago
  62. 727752d ash: better fix for ash -c 'echo 5&' and ash -c 'sleep 5&' with testcase by Denis Vlasenko · 16 years ago
  63. 6214941 ash: add testcase for bug 5304 by Denis Vlasenko · 16 years ago
  64. 0783230 dc: conditionalize parts which require libm by Denis Vlasenko · 16 years ago
  65. b730474 ash: fix NOEXEC mode - we were forgetting to pass environment! by Denis Vlasenko · 16 years ago
  66. d1660cb ash: fix a bug in standalone mode (corrupted getopt() state) by Denis Vlasenko · 16 years ago
  67. 34c73c4 ash: fix "(cat < file)" hang introduced by rev 22944. by Denis Vlasenko · 16 years ago
  68. c90e1be ash: bash compat: "shift $BIGNUM" is equivalent to "shift 1" by Denis Vlasenko · 16 years ago
  69. 8dbea7d ash: add slightly different testcase by Denis Vlasenko · 16 years ago
  70. 5c13270 ash: fix testcase to not sleep for whole 10 seconds, by Denis Vlasenko · 16 years ago
  71. 4e19a9c ash: hopefully close bug 4324. With testcase. by Denis Vlasenko · 16 years ago
  72. 2b2e267 ash: testsuite entries for last change by Denis Vlasenko · 16 years ago
  73. 22f7414 ash: prevent exec NN>&- from closing fd used for script reading by Denis Vlasenko · 16 years ago
  74. 5a86731 ash: fix a bug where redirection fds were not closed afterwards. by Denis Vlasenko · 16 years ago
  75. ef527f5 ash: optional support for $'...\t...\n...' bashism by Denis Vlasenko · 16 years ago
  76. 2659c63 ash: fix ${var/s/r} handling, add testcase. by Denis Vlasenko · 17 years ago
  77. 66d56c5 ash testsuite: modify it so that it can run hush and msh tests by Denis Vlasenko · 17 years ago
  78. 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  79. 6d1ebec ash: add another testsuite entry ("leaking variables" bug) by Denis Vlasenko · 17 years ago
  80. f78a656 ash: a bit more complete POSIX subst testsuite entry by Denis Vlasenko · 17 years ago
  81. 033424a ash: add testsuite entry for POSIX-mandated ${var#word} ${var##word} by Denis Vlasenko · 17 years ago
  82. 80591b0 ash: support for && and || in [[ expr ]]; add testsuite checks by Denis Vlasenko · 17 years ago
  83. 59f351c ash: add read -u; fix read -t and read -n; add testsuite entries. by Denis Vlasenko · 17 years ago
  84. 0e6f661 ash: handle "A=1 A=2 B=$A; echo $B". closes bug 947. by Denis Vlasenko · 17 years ago
  85. 65eb550 reinstate redir.tests with correct perms by Denis Vlasenko · 17 years ago
  86. 81887e2 ash: add a testcase for recently fixed signal bug by Denis Vlasenko · 17 years ago
  87. 7d75a96 ash: fix bug where redirection of closed fd was leaving it open afterwards. by Denis Vlasenko · 17 years ago
  88. c86e052 fix accumulated whitespace and indentation damage by Denis Vlasenko · 18 years ago
  89. 8e858e2 clean up accumulated whitespace damage by Denis Vlasenko · 18 years ago
  90. 9431e56 ash: "here document" testcases by Denis Vlasenko · 18 years ago
  91. 140644d add ash testcases by Denis Vlasenko · 18 years ago
  92. 1c660b4 small ash testsuite, adapted from bash (only a small part of it, actually) by Denis Vlasenko · 18 years ago