1. 64aa86b ash: LINENO starts from 0 in -c SCRIPT mode by Denys Vlasenko · 3 years, 3 months ago
  2. e53c7db hush: fix set -n to act immediately, not just after run_list() by Denys Vlasenko · 3 years, 3 months ago
  3. f415e21 ash: eval: Do not cache value of eflag in evaltree by Denys Vlasenko · 3 years, 3 months ago
  4. 41beb53 ash: eval: Check nflag in evaltree instead of cmdloop by Denys Vlasenko · 3 years, 3 months ago
  5. 1b7a9b6 hush: fix handling of \^C and "^C" by Denys Vlasenko · 3 years, 6 months ago
  6. cad20ce typo fix by Denys Vlasenko · 4 years ago
  7. 1237d62 hush: fix this case: echo "SCRIPT" | hush by Denys Vlasenko · 4 years ago
  8. d4dd48f shell: add testsuite for "wait $pid" waiting for other tasks by Denys Vlasenko · 4 years, 3 months ago
  9. 9aa751b shells: fix exitcode_trapN tests to avoid races by Denys Vlasenko · 4 years, 10 months ago
  10. 3ced804 hush: make "exit" in trap use pre-trap exitcode - fix for nested trap by Denys Vlasenko · 4 years, 10 months ago
  11. bb095f4 hush: implement "return NUM in trap sets $? after trap" by Denys Vlasenko · 4 years, 10 months ago
  12. c91950f ash,hush: testcase for "exit" without arguments in a trap by Denys Vlasenko · 4 years, 10 months ago
  13. 4ccddc8 ash: [BUILTIN] Exit without arguments in a trap should use status outside traps by Denys Vlasenko · 4 years, 10 months ago
  14. 63d765e shells: add tests for backslashes in export VAR=VAL by Denys Vlasenko · 6 years ago
  15. 9abf53b ash: eval: Variable assignments on functions are no longer persistent by Denys Vlasenko · 6 years ago
  16. a5db1d7 hush: fix another case where empty "for" wasn't setting exitcode to 0 by Denys Vlasenko · 6 years ago
  17. fbf4485 hush: support "f() (cmd)" functions by Denys Vlasenko · 7 years ago
  18. 5fa0505 hush: fix "set -e; false || x=1; echo OK" by Denys Vlasenko · 7 years ago
  19. 9809a82 hush: fix raw ^C handlisg in single-quoted strings by Denys Vlasenko · 7 years ago
  20. 1f19112 hush: fix handling of ^C in eval by Denys Vlasenko · 7 years ago
  21. 932b997 hush: fix handling of raw ^C in scripts: "echo ^C" by Denys Vlasenko · 7 years ago
  22. 5b3d2eb hush: fix "true | func_with_return" not allowing return. by Denys Vlasenko · 7 years ago
  23. 75481d3 hush: functions have priority over builtins (!) by Denys Vlasenko · 7 years ago
  24. ca50caa shell: some additions to *sh-misc/* tests by Denys Vlasenko · 7 years ago
  25. 840a435 hush: fix "(sleep 1; exit 3) & sleep 2; echo $?; wait $!; echo $?" by Denys Vlasenko · 7 years ago
  26. e59591a hush: Print error messages on shift -1 by Denys Vlasenko · 7 years ago
  27. b18b04c shell: remove duplicate sigint1.tests (another copies are in signals/) by Denys Vlasenko · 7 years ago
  28. cafb2d1 hush: add tickquote1.tests from ash testsuite by Denys Vlasenko · 7 years ago
  29. 10ad622 Spelling fixes in comments, documentation, tests and examples by Denys Vlasenko · 8 years ago
  30. 2b15590 hush: fix a bug in argv restoration after sourcing a file by Denys Vlasenko · 8 years ago
  31. ea7d2f6 ash: fix error code regression by Ron Yorston · 8 years ago
  32. 02affb4 hush: rework "wait %jobspec" to work in non-interactive shells too by Denys Vlasenko · 8 years ago
  33. 672a55e hush: allow { cmd } to not be terminated by semicolon in some cases by Denys Vlasenko · 8 years ago
  34. d43be87 ash testsuite: fix false positives by Denys Vlasenko · 8 years ago
  35. c775f82 sh testsuite: add tests for exitcode on failure to exec by Denys Vlasenko · 8 years ago
  36. a62bc80 ash testsuite: add most of hust tests which pass for ash by Denys Vlasenko · 8 years ago
  37. c7a774d sh testsuite: sync ash-misc/source* and hush-misc/source* by Denys Vlasenko · 8 years ago
  38. 35ec818 ash: fix "return N" not setting $? in loop conditionals by Denys Vlasenko · 8 years ago
  39. 78c9c73 hush: fix 'eval ""' handling by Denys Vlasenko · 8 years ago
  40. 992e0ff hush: fix ". EMPTY_LINE" not setting $? to 0 by Denys Vlasenko · 8 years ago
  41. 928e2a7 ash: [EVAL] Make eval with empty arguments return 0 by Denys Vlasenko · 8 years ago
  42. eb17b6f ash: eval: Return status in eval functions by Denys Vlasenko · 8 years ago
  43. 204c7fb ash: exit after subshell error when errexit option is set by Rostislav Skudnov · 8 years ago
  44. 95ebcf7 ash: add support for bash 'function' keyword by Ron Yorston · 9 years ago
  45. bc9bee0 hush-misc/func_args1.tests: remove "UNFIXED BUG", it does not fail by Denys Vlasenko · 9 years ago
  46. 85405c8 ash: copy function tests from hush testsuite by Ron Yorston · 9 years ago
  47. e939856 ash: add tests for failures of the exec and command builtins by Ron Yorston · 9 years ago
  48. ef2386b ash: only allow local variables in functions by Ron Yorston · 9 years ago
  49. 3f22111 ash: respect -p flag when command builtin is run with -v/-V by Ron Yorston · 9 years ago
  50. ab80e01 ash: allow newline after variable name in for loop by Ron Yorston · 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. 109ee5d ash: make "locak VAR" unset VAR (bash does that) by Denys Vlasenko · 11 years ago
  54. 8ee2ada echo: do not retry on write errors by Denys Vlasenko · 14 years ago
  55. cd10dc4 ash: fix ". empty_file" exitcode. +5 bytes by Denys Vlasenko · 15 years ago
  56. 27ff681 ash: add two testcases for (not yet fixed) ash bugs by Denys Vlasenko · 15 years ago
  57. 7426920 fix bug 1087. Fix by Leonid (lly.dev AT gmail.com) by Denys Vlasenko · 15 years ago
  58. 82a6fb3 ash: fix . builtin by Denys Vlasenko · 16 years ago
  59. 727752d ash: better fix for ash -c 'echo 5&' and ash -c 'sleep 5&' with testcase by Denis Vlasenko · 16 years ago
  60. c90e1be ash: bash compat: "shift $BIGNUM" is equivalent to "shift 1" by Denis Vlasenko · 16 years ago