1. 7426920 fix bug 1087. Fix by Leonid (lly.dev AT gmail.com) by Denys Vlasenko · 15 years ago
  2. 7306727 shell: split read builtin from ash by Denys Vlasenko · 15 years ago
  3. 8cd04d1 ash: fix for read $IFS splitting. Closes bug 235 by Denys Vlasenko · 15 years ago
  4. e3c6e19 laguage and copyright date corrections, no code changes by Denys Vlasenko · 15 years ago
  5. 3dc4a3e ash: make one testsuite entry more robust by Denys Vlasenko · 15 years ago
  6. e74aaf9 ash,hush: make trap output short signal names, without SIG prefix by Denys Vlasenko · 15 years ago
  7. 21d87d4 ash: better handling of EXIT trap in `trap` hack by Denys Vlasenko · 15 years ago
  8. 844f990 ash: fix `trap` by Denys Vlasenko · 15 years ago
  9. 7956334 add a testcase for reopened bug 585 (not fixed yet) by Denys Vlasenko · 15 years ago
  10. 9f2e82a ash: add testsuite for bug 585 by Denys Vlasenko · 15 years ago
  11. 82a6fb3 ash: fix . builtin by Denys Vlasenko · 16 years ago
  12. 46aeab9 ash: fix $IFS handling in read. closes bug 235 by Denis Vlasenko · 16 years ago
  13. 727752d ash: better fix for ash -c 'echo 5&' and ash -c 'sleep 5&' with testcase by Denis Vlasenko · 16 years ago
  14. 6214941 ash: add testcase for bug 5304 by Denis Vlasenko · 16 years ago
  15. 0783230 dc: conditionalize parts which require libm by Denis Vlasenko · 16 years ago
  16. b730474 ash: fix NOEXEC mode - we were forgetting to pass environment! by Denis Vlasenko · 16 years ago
  17. d1660cb ash: fix a bug in standalone mode (corrupted getopt() state) by Denis Vlasenko · 16 years ago
  18. 34c73c4 ash: fix "(cat < file)" hang introduced by rev 22944. by Denis Vlasenko · 16 years ago
  19. c90e1be ash: bash compat: "shift $BIGNUM" is equivalent to "shift 1" by Denis Vlasenko · 16 years ago
  20. 8dbea7d ash: add slightly different testcase by Denis Vlasenko · 16 years ago
  21. 5c13270 ash: fix testcase to not sleep for whole 10 seconds, by Denis Vlasenko · 16 years ago
  22. 4e19a9c ash: hopefully close bug 4324. With testcase. by Denis Vlasenko · 16 years ago
  23. 2b2e267 ash: testsuite entries for last change by Denis Vlasenko · 16 years ago
  24. 22f7414 ash: prevent exec NN>&- from closing fd used for script reading by Denis Vlasenko · 16 years ago
  25. 5a86731 ash: fix a bug where redirection fds were not closed afterwards. by Denis Vlasenko · 16 years ago
  26. ef527f5 ash: optional support for $'...\t...\n...' bashism by Denis Vlasenko · 16 years ago
  27. 2659c63 ash: fix ${var/s/r} handling, add testcase. by Denis Vlasenko · 17 years ago
  28. 66d56c5 ash testsuite: modify it so that it can run hush and msh tests by Denis Vlasenko · 17 years ago
  29. 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  30. 6d1ebec ash: add another testsuite entry ("leaking variables" bug) by Denis Vlasenko · 17 years ago
  31. f78a656 ash: a bit more complete POSIX subst testsuite entry by Denis Vlasenko · 17 years ago
  32. 033424a ash: add testsuite entry for POSIX-mandated ${var#word} ${var##word} by Denis Vlasenko · 17 years ago
  33. 80591b0 ash: support for && and || in [[ expr ]]; add testsuite checks by Denis Vlasenko · 17 years ago
  34. 59f351c ash: add read -u; fix read -t and read -n; add testsuite entries. by Denis Vlasenko · 17 years ago
  35. 0e6f661 ash: handle "A=1 A=2 B=$A; echo $B". closes bug 947. by Denis Vlasenko · 17 years ago
  36. 65eb550 reinstate redir.tests with correct perms by Denis Vlasenko · 17 years ago
  37. 81887e2 ash: add a testcase for recently fixed signal bug by Denis Vlasenko · 17 years ago
  38. 7d75a96 ash: fix bug where redirection of closed fd was leaving it open afterwards. by Denis Vlasenko · 17 years ago
  39. c86e052 fix accumulated whitespace and indentation damage by Denis Vlasenko · 18 years ago
  40. 8e858e2 clean up accumulated whitespace damage by Denis Vlasenko · 18 years ago
  41. 9431e56 ash: "here document" testcases by Denis Vlasenko · 18 years ago
  42. 140644d add ash testcases by Denis Vlasenko · 18 years ago
  43. 1c660b4 small ash testsuite, adapted from bash (only a small part of it, actually) by Denis Vlasenko · 18 years ago