1. 05c5d74 ahell: update testsuite by Denys Vlasenko · 3 years, 5 months ago
  2. 97c3b5e hush: fix bkslash+newline handling and number validation in ${NN} and ${#NN} by Denys Vlasenko · 3 years, 6 months ago
  3. 1b7a9b6 hush: fix handling of \^C and "^C" by Denys Vlasenko · 3 years, 6 months ago
  4. a1b0d38 ash: add process substitution in bash-compatibility mode by Ron Yorston · 4 years, 5 months ago
  5. 2b7c1aa ash: match bash behavior for ${empty_var/*/repl} by Denys Vlasenko · 4 years ago
  6. 883cdb7 ash: fix ${unset_var/pattern/repl} by Denys Vlasenko · 4 years ago
  7. cad20ce typo fix by Denys Vlasenko · 4 years ago
  8. 1237d62 hush: fix this case: echo "SCRIPT" | hush by Denys Vlasenko · 4 years ago
  9. e16f7eb hush: output bash-compat killing signal names by Denys Vlasenko · 4 years, 2 months ago
  10. d4dd48f shell: add testsuite for "wait $pid" waiting for other tasks by Denys Vlasenko · 4 years, 3 months ago
  11. 3992502 shell: Fix "read -d ''" behavior by Christian Eggers · 4 years, 6 months ago
  12. 9aa751b shells: fix exitcode_trapN tests to avoid races by Denys Vlasenko · 4 years, 10 months ago
  13. c2058ec ash: Expand here-documents in the current shell environment by Denys Vlasenko · 4 years, 10 months ago
  14. 45dd87a ash: expand: Ensure result is escaped in cvtnum by Denys Vlasenko · 4 years, 10 months ago
  15. 3ced804 hush: make "exit" in trap use pre-trap exitcode - fix for nested trap by Denys Vlasenko · 4 years, 10 months ago
  16. bb095f4 hush: implement "return NUM in trap sets $? after trap" by Denys Vlasenko · 4 years, 10 months ago
  17. 54bef2a ash: eval: Fail immediately with redirections errors for simple command by Denys Vlasenko · 4 years, 10 months ago
  18. c91950f ash,hush: testcase for "exit" without arguments in a trap by Denys Vlasenko · 4 years, 10 months ago
  19. 9ee5892 ash: expand: Fix trailing newlines processing in backquote expanding by Denys Vlasenko · 4 years, 10 months ago
  20. c2ce888 ash: parser: Only accept single-digit parameter expansion outside of braces by Denys Vlasenko · 4 years, 10 months ago
  21. 4ccddc8 ash: [BUILTIN] Exit without arguments in a trap should use status outside traps by Denys Vlasenko · 4 years, 10 months ago
  22. 2180656 hush: restore redirected stdin by Denys Vlasenko · 5 years ago
  23. 30a4c32 hush: remove test for "echo ${-}" errorring out - now it works by Denys Vlasenko · 6 years ago
  24. 9e0adb9 hush: fix quoted "${notexist-}" expansion to not disappear by Denys Vlasenko · 6 years ago
  25. 63d765e shells: add tests for backslashes in export VAR=VAL by Denys Vlasenko · 6 years ago
  26. eb54ca8 ash: expand: Do not quote backslashes in unquoted parameter expansion by Denys Vlasenko · 6 years ago
  27. 440da97 ash: expand: Fix ghost fields with unquoted $@/$* by Denys Vlasenko · 6 years ago
  28. 9abf53b ash: eval: Variable assignments on functions are no longer persistent by Denys Vlasenko · 6 years ago
  29. c2aa218 ash,hush: properly handle ${v//pattern/repl} if pattern starts with / by Denys Vlasenko · 6 years ago
  30. a5db1d7 hush: fix another case where empty "for" wasn't setting exitcode to 0 by Denys Vlasenko · 6 years ago
  31. 63c42af hush: add "heredoc.tests" from ash, tweak ash "is a function" message by Denys Vlasenko · 6 years ago
  32. 41ef41b hush: fix nested redirects colliding with script fds by Denys Vlasenko · 6 years ago
  33. dfc7394 hush: handle backslash-newline in heredoc terminators by Denys Vlasenko · 6 years ago
  34. 474cb20 hush: fix handling of heredocs not enclosed in groups where they are "declared" by Denys Vlasenko · 6 years ago
  35. 3675c37 hush: fix heredoc handling in the "cmd <<EOF ;<newline>" case by Denys Vlasenko · 6 years ago
  36. d73cdbf hush: fix handling of heredocs starting with empty lines by Denys Vlasenko · 6 years ago
  37. f36caa4 hush: never glob result of dquoted "${v:+/bin/c*}" by Denys Vlasenko · 6 years ago
  38. 83e434d hush: fix handling of '' in ${var:+ARG} by Denys Vlasenko · 6 years ago
  39. 294eb46 hush: fix word splitting in ${v:+ARG} - dollar_altvalue1 test by Denys Vlasenko · 6 years ago
  40. b762c78 hush: improve ${var#...}, ${var:+...} and ${var/.../...} - handle quoting by Denys Vlasenko · 6 years ago
  41. 46158dc shell: add 6856 $IFS tests to testsuites by Denys Vlasenko · 7 years ago
  42. f693b60 hush: fix recent breakage from parse_stream() changes by Denys Vlasenko · 7 years ago
  43. 9678636 hush: IFS fixes by Denys Vlasenko · 7 years ago
  44. 3417995 hush: fix "$v" expansion in case patterns when v='[a]' by Denys Vlasenko · 7 years ago
  45. 680c301 ash: parser: Allow newlines within parameter substitution by Denys Vlasenko · 7 years ago
  46. 89e9d55 hush: do not drop backslash from eval 'echo ok\' by Denys Vlasenko · 7 years ago
  47. 41d8f10 hush: fix corner cases with exec in empty expansions by Denys Vlasenko · 7 years ago
  48. fbf4485 hush: support "f() (cmd)" functions by Denys Vlasenko · 7 years ago
  49. 5fa0505 hush: fix "set -e; false || x=1; echo OK" by Denys Vlasenko · 7 years ago
  50. f50e146 ash: parser: Fix parameter expansion inside inner double quotes by Denys Vlasenko · 7 years ago
  51. abf7556 hush: fix a backslash-removal bug in case by Denys Vlasenko · 7 years ago
  52. 9a95df9 ash: expand: Fix bugs with words connected to the right of $@ by Denys Vlasenko · 7 years ago
  53. c4c2012 ash: parser: Fix single-quoted patterns in here-documents by Denys Vlasenko · 7 years ago
  54. 216913c ash: parser: Add syntax stack for recursive parsing by Denys Vlasenko · 7 years ago
  55. 41fddb4 parser: Fix backquote support in here-document EOF mark by Denys Vlasenko · 7 years ago
  56. 1e5111b ash,hush: handle a few more bkslash-newline cases by Denys Vlasenko · 7 years ago
  57. 32e183e shells: fix var_LINENO1.tests false positive, add it to ash tests too by Denys Vlasenko · 7 years ago
  58. 220be53 ash: use pgetc_eatbnl() in more places by Denys Vlasenko · 7 years ago
  59. 7352307 ash,hush: new test dollar_repl_slash_bash2.tests by Denys Vlasenko · 7 years ago
  60. 9acd63c ash,hush: fix "saved" redirected fds still visible in children by Denys Vlasenko · 7 years ago
  61. d4802c6 hush: fix a='a\\'; echo "${a%\\\\}" by Denys Vlasenko · 7 years ago
  62. 55f8133 shell: tweak bkslash_in_varexp.tests, add bkslash_in_varexp1.tests by Denys Vlasenko · 7 years ago
  63. 744a20d shell: two new tests, both fail for ash and hush by Denys Vlasenko · 7 years ago
  64. 8de5b9f ash : fix double-quoted "\z" handling by Denys Vlasenko · 7 years ago
  65. f19e3c1 shell: handle $((NUM++...) like bash does. Closes 10706 by Denys Vlasenko · 7 years ago
  66. 675d24a ash: add LINENO support by Denys Vlasenko · 7 years ago
  67. 043be55 ash testsuite: add two hush tests from last commit by Denys Vlasenko · 7 years ago
  68. aea52e7 shell: echo ${?:0} was fixed sometime ago, enable it in tests by Denys Vlasenko · 7 years ago
  69. 9809a82 hush: fix raw ^C handlisg in single-quoted strings by Denys Vlasenko · 7 years ago
  70. 1f19112 hush: fix handling of ^C in eval by Denys Vlasenko · 7 years ago
  71. 932b997 hush: fix handling of raw ^C in scripts: "echo ^C" by Denys Vlasenko · 7 years ago
  72. a5060b8 ash: fix nofork bug where environment is not properly passed to a command by Denys Vlasenko · 7 years ago
  73. 25f3b73 hush: fix comment parsing in `cmd`, closes 10421 by Denys Vlasenko · 7 years ago
  74. 238ff98 hush: fix "getopts" builtin to not be upset by other builtins calling getopt() by Denys Vlasenko · 7 years ago
  75. c2aea02 ash: update testsuite (we now error out on ${#=}) by Denys Vlasenko · 7 years ago
  76. 007ce9f shell: tweak getopts tests, no code changes by Denys Vlasenko · 7 years ago
  77. 419db03 hush: implement "silent" optstrings of ":opts" by Denys Vlasenko · 7 years ago
  78. 129e1ce hush: add a test which fails due to uclibc bug in getopt() by Denys Vlasenko · 7 years ago
  79. 9a7d0a0 shell: add OPTARG poisoning to getopt_optarg.tests by Denys Vlasenko · 7 years ago
  80. 81f962f hush: teach getopts to set/unset OPTARG by Denys Vlasenko · 7 years ago
  81. 74d4058 hush: getopts builtin by Denys Vlasenko · 7 years ago
  82. 4628945 ash: fix "unset OPTIND" throwing an error message by Denys Vlasenko · 7 years ago
  83. 3970120 hush: do not accept "if() { echo; }" function def by Denys Vlasenko · 7 years ago
  84. 95f7953 do not use `a' quoting style in comments by Denys Vlasenko · 7 years ago
  85. 5b3d2eb hush: fix "true | func_with_return" not allowing return. by Denys Vlasenko · 7 years ago
  86. 75481d3 hush: functions have priority over builtins (!) by Denys Vlasenko · 7 years ago
  87. 035486c ash: significant overhaul of redirect saving logic by Denys Vlasenko · 7 years ago
  88. 0f018b3 hush: fix handling of empty heredoc EOF marker by Denys Vlasenko · 7 years ago
  89. a732898 ash: [PARSER] Removed noexpand/length check on eofmark by Denys Vlasenko · 7 years ago
  90. b0648b0 shell: remove ${#+} tests, it is not a valid construct by Denys Vlasenko · 7 years ago
  91. 2093ad2 hush: fix ${##}, ${#?}, ${#!} handling by Denys Vlasenko · 7 years ago
  92. b28d4c3 ash: [VAR] Move unsetvar functionality into setvareq by Denys Vlasenko · 7 years ago
  93. be669fa ash: import param_expand_default.tests from hush by Denys Vlasenko · 7 years ago
  94. 645c697 hush: treat ${#?} as "length of $?" by Denys Vlasenko · 7 years ago
  95. 6492538 ash: add a few tests from hush-vars/* by Denys Vlasenko · 7 years ago
  96. 8d2191c ash: copy three tests from hush_test/hush-signals/* by Denys Vlasenko · 7 years ago
  97. ca50caa shell: some additions to *sh-misc/* tests by Denys Vlasenko · 7 years ago
  98. 4a1d8f6 ash: add most of hush process subst tests by Denys Vlasenko · 7 years ago
  99. e34dbc4 ash: add all hush parsing tests to ast tests by Denys Vlasenko · 7 years ago
  100. 0eed355 ash: suppress readonly1.tests false positive; add readonly0.tests by Denys Vlasenko · 7 years ago