1. 6e42b89 hush: fix remaining known two bugs with IFS expansion. Closes 4027. by Denys Vlasenko · 13 years ago
  2. 7b4c0fd hush: fix improper handling of newline and hash chars in few corner cases by Denys Vlasenko · 14 years ago
  3. 3227d3f hush: fix hush-bugs/parse_err.tests by Denys Vlasenko · 15 years ago
  4. f3e2818 hush: improve HUSH_BRACE_EXP code (still disabled). ~0 bytes by Denys Vlasenko · 15 years ago
  5. d8389ad hush: fix handling of words with braces. +65 bytes by Denys Vlasenko · 15 years ago
  6. 0951606 hush: do not use ps -o in leak_argv1; do not hardcode path in negate by Denys Vlasenko · 15 years ago
  7. e640cb4 hush: fix bug 353 (wrong handling of \x in assignments) by Denys Vlasenko · 16 years ago
  8. e19e193 hush: fix \<newline> handling by Denys Vlasenko · 16 years ago
  9. bf25fbc hush: fix handling of } which is not a closing one in { cmd; } by Denis Vlasenko · 16 years ago
  10. bb92951 hush: fix "if { echo foo; } then { echo bar; } fi" parsing by Denis Vlasenko · 16 years ago
  11. 327fd47 skip some tests when fancy echo support is turned off by Mike Frysinger · 16 years ago
  12. c3d9195 we arent testing `echo -n` here so use printf instead by Mike Frysinger · 16 years ago
  13. 715f712 move hush-parsing/and-or.tests to hush-misc/* by Denis Vlasenko · 16 years ago
  14. 3a64833 add some brute force logic tests by Mike Frysinger · 16 years ago
  15. feecc7b hush: tweak testsuite by Denis Vlasenko · 16 years ago
  16. a8b6dff hush: fix bug 207 and "hush -c" parameter passing. by Denis Vlasenko · 16 years ago
  17. afdcd12 hush: fix a case where "$@" must expand to no word at all by Denis Vlasenko · 16 years ago
  18. ab876cd hush: add testsuite for "no globbing in redirection" rule. by Denis Vlasenko · 17 years ago
  19. 985de15 hush: expand quote3.tests and move from hush-bugs to hush-parsing by Denis Vlasenko · 17 years ago
  20. a844200 hush: support "! cmd | cmd" negation by Denis Vlasenko · 17 years ago
  21. 43360e5 hush: fix escaping of \[*?; add testsuites for these and for globbing by Denis Vlasenko · 17 years ago
  22. 90e485c hush: make syntax error messages a bit more useful by Denis Vlasenko · 18 years ago
  23. 1a73586 hush: fix a bit different instance of "No EOL" bug, by Denis Vlasenko · 18 years ago
  24. 8805eeb shells: update README and testsuite. environment memory leak by Denis Vlasenko · 18 years ago
  25. 1f4cf51 hush: fix expansion of quoted $VAR, $* and $@ by Denis Vlasenko · 18 years ago
  26. 8f6bdb4 hush: fix incorrect processing of echo "'$var'". by Denis Vlasenko · 18 years ago
  27. d605094 hush: move testsuite files from hush-bugs to hush-parsing by Denis Vlasenko · 18 years ago
  28. 119b995 hush: reinstate hush_test, add testcases for process subst by Denis Vlasenko · 18 years ago
  29. 3e9aaae hush: fix bug in interactive shell introduced yesterday by Denis Vlasenko · 18 years ago
  30. e0a3367 hush: fix "unterminated last line loops forever" bug by Denis Vlasenko · 18 years ago