1. 9809a82 hush: fix raw ^C handlisg in single-quoted strings by Denys Vlasenko · 7 years ago
  2. 1f19112 hush: fix handling of ^C in eval by Denys Vlasenko · 7 years ago
  3. 932b997 hush: fix handling of raw ^C in scripts: "echo ^C" by Denys Vlasenko · 7 years ago
  4. a5060b8 ash: fix nofork bug where environment is not properly passed to a command by Denys Vlasenko · 7 years ago
  5. 25f3b73 hush: fix comment parsing in `cmd`, closes 10421 by Denys Vlasenko · 7 years ago
  6. 238ff98 hush: fix "getopts" builtin to not be upset by other builtins calling getopt() by Denys Vlasenko · 7 years ago
  7. c2aea02 ash: update testsuite (we now error out on ${#=}) by Denys Vlasenko · 7 years ago
  8. 007ce9f shell: tweak getopts tests, no code changes by Denys Vlasenko · 7 years ago
  9. 419db03 hush: implement "silent" optstrings of ":opts" by Denys Vlasenko · 7 years ago
  10. 129e1ce hush: add a test which fails due to uclibc bug in getopt() by Denys Vlasenko · 7 years ago
  11. 9a7d0a0 shell: add OPTARG poisoning to getopt_optarg.tests by Denys Vlasenko · 7 years ago
  12. 81f962f hush: teach getopts to set/unset OPTARG by Denys Vlasenko · 7 years ago
  13. 74d4058 hush: getopts builtin by Denys Vlasenko · 7 years ago
  14. 4628945 ash: fix "unset OPTIND" throwing an error message by Denys Vlasenko · 7 years ago
  15. 3970120 hush: do not accept "if() { echo; }" function def by Denys Vlasenko · 7 years ago
  16. 95f7953 do not use `a' quoting style in comments by Denys Vlasenko · 7 years ago
  17. 5b3d2eb hush: fix "true | func_with_return" not allowing return. by Denys Vlasenko · 7 years ago
  18. 75481d3 hush: functions have priority over builtins (!) by Denys Vlasenko · 7 years ago
  19. 035486c ash: significant overhaul of redirect saving logic by Denys Vlasenko · 7 years ago
  20. 0f018b3 hush: fix handling of empty heredoc EOF marker by Denys Vlasenko · 7 years ago
  21. a732898 ash: [PARSER] Removed noexpand/length check on eofmark by Denys Vlasenko · 7 years ago
  22. b0648b0 shell: remove ${#+} tests, it is not a valid construct by Denys Vlasenko · 7 years ago
  23. 2093ad2 hush: fix ${##}, ${#?}, ${#!} handling by Denys Vlasenko · 7 years ago
  24. b28d4c3 ash: [VAR] Move unsetvar functionality into setvareq by Denys Vlasenko · 7 years ago
  25. be669fa ash: import param_expand_default.tests from hush by Denys Vlasenko · 7 years ago
  26. 645c697 hush: treat ${#?} as "length of $?" by Denys Vlasenko · 7 years ago
  27. 6492538 ash: add a few tests from hush-vars/* by Denys Vlasenko · 7 years ago
  28. 8d2191c ash: copy three tests from hush_test/hush-signals/* by Denys Vlasenko · 7 years ago
  29. ca50caa shell: some additions to *sh-misc/* tests by Denys Vlasenko · 7 years ago
  30. 4a1d8f6 ash: add most of hush process subst tests by Denys Vlasenko · 7 years ago
  31. e34dbc4 ash: add all hush parsing tests to ast tests by Denys Vlasenko · 7 years ago
  32. 0eed355 ash: suppress readonly1.tests false positive; add readonly0.tests by Denys Vlasenko · 7 years ago
  33. 42ba757 ash: improve set -x to quote strings as necessary by Denys Vlasenko · 7 years ago
  34. eae1268 shell: optional support for read -t N.NNN, closes 10101 by Denys Vlasenko · 7 years ago
  35. 826360f ash: more general format ${var:EXPR:EXPR} by Denys Vlasenko · 7 years ago
  36. 9f904a2 shell: and_or_and_backgrounding.tests is no longer "UNFIXED BUG" by Denys Vlasenko · 7 years ago
  37. ee553b9 hush: fix and_or_and_backgrounding.tests failure by Denys Vlasenko · 7 years ago
  38. 840a435 hush: fix "(sleep 1; exit 3) & sleep 2; echo $?; wait $!; echo $?" by Denys Vlasenko · 7 years ago
  39. 111cdcf shell: sync redir/* tests by Denys Vlasenko · 7 years ago
  40. 1ff1a75 ash: rename redir5.tests (hush has redir5.tests which is different) by Denys Vlasenko · 7 years ago
  41. e59591a hush: Print error messages on shift -1 by Denys Vlasenko · 7 years ago
  42. 74d20e6 typo fix by Denys Vlasenko · 7 years ago
  43. 5dad7bd hush: implement negative start in the ${v: -n[:m]} idiom by Denys Vlasenko · 7 years ago
  44. 3234045 hush: "adopt" ash var-utf8-length.tests by Denys Vlasenko · 7 years ago
  45. b18b04c shell: remove duplicate sigint1.tests (another copies are in signals/) by Denys Vlasenko · 7 years ago
  46. cafb2d1 hush: add tickquote1.tests from ash testsuite by Denys Vlasenko · 7 years ago
  47. bb963bd shell: syncronize ash and hush heredoc3.tests by Denys Vlasenko · 7 years ago
  48. 959cb67 shell: syncronize ash and hush heredoc1.tests by Denys Vlasenko · 7 years ago
  49. 9a8ece5 shell: syncronize ash_test/run-all and hush_test/run-all a bit by Denys Vlasenko · 7 years ago
  50. 4142f01 ash: fix escaping of a few characters (broken by last commits) by Denys Vlasenko · 7 years ago
  51. fda9faf ash: fix matching of unicode greek letter rho (cf 81) and similar cases by Denys Vlasenko · 7 years ago
  52. 2e989ef msh: delete this applet by Denys Vlasenko · 7 years ago
  53. f547041 ash,hush: fix SIGCHLD interrupting read builtin by Denys Vlasenko · 8 years ago
  54. 10ad622 Spelling fixes in comments, documentation, tests and examples by Denys Vlasenko · 8 years ago
  55. 2b15590 hush: fix a bug in argv restoration after sourcing a file by Denys Vlasenko · 8 years ago
  56. 86584e1 ash: fix open fds leaking in redirects. Closes 9561 by Denys Vlasenko · 8 years ago
  57. ea7d2f6 ash: fix error code regression by Ron Yorston · 8 years ago
  58. 02affb4 hush: rework "wait %jobspec" to work in non-interactive shells too by Denys Vlasenko · 8 years ago
  59. 672a55e hush: allow { cmd } to not be terminated by semicolon in some cases by Denys Vlasenko · 8 years ago
  60. d81e9f5 ash: fix interactive "command eval STRING" exiting on errors. by Denys Vlasenko · 8 years ago
  61. 350e686 ash: [PARSER] Recognise here-doc delimiters terminated by EOF by Denys Vlasenko · 8 years ago
  62. f15aa57 ash: [PARSER] Fix parsing of ${##1} by Denys Vlasenko · 8 years ago
  63. 4135a75 typo fixes by Denys Vlasenko · 8 years ago
  64. d43be87 ash testsuite: fix false positives by Denys Vlasenko · 8 years ago
  65. c775f82 sh testsuite: add tests for exitcode on failure to exec by Denys Vlasenko · 8 years ago
  66. a62bc80 ash testsuite: add most of hust tests which pass for ash by Denys Vlasenko · 8 years ago
  67. df303ae sh testsuite: sync ash-redir/ and hush-redir/ by Denys Vlasenko · 8 years ago
  68. c7a774d sh testsuite: sync ash-misc/source* and hush-misc/source* by Denys Vlasenko · 8 years ago
  69. 0ba9970 sh testsuite: sync ash-vars/ and hush-vars/ by Denys Vlasenko · 8 years ago
  70. e3354bc ash testsuite: update some of variable tests with newer versions from hush by Denys Vlasenko · 8 years ago
  71. c4cf542 sh testsuite: create hush-redir/* and move files around by Denys Vlasenko · 8 years ago
  72. 1b73f84 sh testsuite: create hush-heredoc/* and move files around by Denys Vlasenko · 8 years ago
  73. 5d6b872 hush testsuite: add many tests from ash testsuite by Denys Vlasenko · 8 years ago
  74. 8e2c9cc ash: fix globbing bugs when using glibc glob() by Denys Vlasenko · 8 years ago
  75. 0aaaa50 ash: expand: Fixed "$@" expansion when EXP_FULL is false by Denys Vlasenko · 8 years ago
  76. ff59b7b ash,hush: add a test that "continue" does not cripple traps by Denys Vlasenko · 8 years ago
  77. 3ed7e27 ash testsuite: add return_in_trap1.tests by Denys Vlasenko · 8 years ago
  78. 88ac97d ash: [EXPAND] Do not split quoted VSLENGTH and VSTRIM by Denys Vlasenko · 8 years ago
  79. c4d4380 ash: [EXPAND] Split unquoted $@/$* correctly when IFS is set but empty by Denys Vlasenko · 8 years ago
  80. 35ec818 ash: fix "return N" not setting $? in loop conditionals by Denys Vlasenko · 8 years ago
  81. 1b8e0e8 ash testsuite: remove two more inadvertent bashisms by Denys Vlasenko · 8 years ago
  82. cc0056d ash testsuite: remove two inadvertent bashisms by Denys Vlasenko · 8 years ago
  83. 7a24e8f shell testsuite: add trailing newline to var_unbackslash1.tests by Denys Vlasenko · 8 years ago
  84. 459293b ash: fix arithmetic closing )) split by backslash-newline by Denys Vlasenko · 8 years ago
  85. 8286513 hush: rework input char buffering to allow more than one-deep peek by Denys Vlasenko · 8 years ago
  86. 78c9c73 hush: fix 'eval ""' handling by Denys Vlasenko · 8 years ago
  87. 992e0ff hush: fix ". EMPTY_LINE" not setting $? to 0 by Denys Vlasenko · 8 years ago
  88. 928e2a7 ash: [EVAL] Make eval with empty arguments return 0 by Denys Vlasenko · 8 years ago
  89. eb17b6f ash: eval: Return status in eval functions by Denys Vlasenko · 8 years ago
  90. 13f2091 ash: fix handling of NULs in $'abc\000def\x00asd'. Closes 9286 by Denys Vlasenko · 8 years ago
  91. 204c7fb ash: exit after subshell error when errexit option is set by Rostislav Skudnov · 8 years ago
  92. f8ddbe1 ash: fix handling of ${VAR: -2} by Denys Vlasenko · 8 years ago
  93. e5814a5 ash: do not leave SIGQUIT ignored on "exec CMD" by Denys Vlasenko · 8 years ago
  94. 84ba50c ash: bash-compatible $'...' shouldn't expand in double quotes by Ron Yorston · 9 years ago
  95. b9b7aa1 ash_test: ignore generated files by Mike Frysinger · 9 years ago
  96. 787972f ash_test: printenv: fix missing includes by Mike Frysinger · 9 years ago
  97. 3e3bfb8 ash: fix corruption of ${#var} if $var contains UTF-8 characters by Ron Yorston · 9 years ago
  98. 95ebcf7 ash: add support for bash 'function' keyword by Ron Yorston · 9 years ago
  99. bc9bee0 hush-misc/func_args1.tests: remove "UNFIXED BUG", it does not fail by Denys Vlasenko · 9 years ago
  100. 85405c8 ash: copy function tests from hush testsuite by Ron Yorston · 9 years ago