1. 215b0ca hush: fix a bug in FEATURE_SH_STANDALONE=y config. Closes 9186 by Denys Vlasenko · 8 years ago
  2. bcf1fa8 hush: add tests for interrupting read by Denys Vlasenko · 14 years ago
  3. dbfa45b hust test: complain if busybox binary can't be found by Denys Vlasenko · 15 years ago
  4. cbfe6ad hush: fix \<newline> handling on NOMMU by Denys Vlasenko · 15 years ago
  5. 1967978 hush tests: remove the requirement that .config is in ../.. by Denys Vlasenko · 15 years ago
  6. eab40e5 hush_test: stop mixing tabs/spaces for indentation by Mike Frysinger · 16 years ago
  7. ff64fb9 hush_test: filter test output to avoid C lib differences by Mike Frysinger · 16 years ago
  8. 20300d0 source the .config so tests can signal they need to be skipped due to feature disable by Mike Frysinger · 16 years ago
  9. cd418a2 hush: fix a bunch of obscure while/until/continue bugs by Denis Vlasenko · 16 years ago
  10. a36258f trim trailing slashes from specified subdir so we output to the right place by Mike Frysinger · 16 years ago
  11. e61f07f remove ((expr)) bash'ism by Denis Vlasenko · 16 years ago
  12. 42ab865 make sure we exit based on test failure rather than always exiting with 0 by Mike Frysinger · 16 years ago
  13. 30c9cc5 hush: continue fixing quoting and subst: fix glob_and_assign.tests. by Denis Vlasenko · 17 years ago
  14. a844200 hush: support "! cmd | cmd" negation by Denis Vlasenko · 17 years ago
  15. 05743d7 hush: reinstate `cmd` handling for NOMMU (with fat big warning). by Denis Vlasenko · 17 years ago
  16. cccdc4e hush: fix $ expansion in redirections, add testcase for that by Denis Vlasenko · 17 years ago
  17. f962a03 hush: plug memory leak by Denis Vlasenko · 17 years ago
  18. 119b995 hush: reinstate hush_test, add testcases for process subst by Denis Vlasenko · 18 years ago
  19. 3e9aaae hush: fix bug in interactive shell introduced yesterday by Denis Vlasenko · 18 years ago
  20. e0a3367 hush: fix "unterminated last line loops forever" bug by Denis Vlasenko · 18 years ago