1. 7956334 add a testcase for reopened bug 585 (not fixed yet) by Denys Vlasenko · 15 years ago
  2. 27726cb hush: make memleak debugging more robust by Denys Vlasenko · 15 years ago
  3. 873273d hush: code shrink by Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
  4. 043b1e5 more C standard compat fixes from Dan Fandrich by Denys Vlasenko · 15 years ago
  5. 90a9904 remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
  6. 6db4784 hush: export PWD by Denys Vlasenko · 15 years ago
  7. a00329c ash: better comment. no code changes by Denys Vlasenko · 15 years ago
  8. 7218af9 ash: revent one place where number() doesn't work by Denys Vlasenko · 15 years ago
  9. ecc2a2e ash: deal with some TODOs (mostly trivial) by Denys Vlasenko · 15 years ago
  10. 9f2e82a ash: add testsuite for bug 585 by Denys Vlasenko · 15 years ago
  11. c8334a4 ash: fix handling of Unicode chars in redirects. Fixes bug 585 by Denys Vlasenko · 15 years ago
  12. b6c8434 ash: trivial simplifications and optimizations by Denys Vlasenko · 15 years ago
  13. a12af2d ash: make "jobs -l" more similar to bash. By Earl Chew. Fixes bug 481 by Denys Vlasenko · 15 years ago
  14. 1cc4b13 msh: aliased to hush by Denys Vlasenko · 15 years ago
  15. 0793491 hush: enable "lash is deprecated, please use hush instead" message by Denys Vlasenko · 15 years ago
  16. a67a962 hush: do not process options after non-option args by Denys Vlasenko · 15 years ago
  17. ffc3920 ash: fix bug 571 (jobs %string misbehaving) by Denys Vlasenko · 15 years ago
  18. dbfa45b hust test: complain if busybox binary can't be found by Denys Vlasenko · 15 years ago
  19. cbfe6ad hush: fix \<newline> handling on NOMMU by Denys Vlasenko · 15 years ago
  20. 1967978 hush tests: remove the requirement that .config is in ../.. by Denys Vlasenko · 15 years ago
  21. 0951606 hush: do not use ps -o in leak_argv1; do not hardcode path in negate by Denys Vlasenko · 15 years ago
  22. 7cee00e ash: further fixes to debug machinery (closes bug 485) by Denys Vlasenko · 15 years ago
  23. e56f22a ash: make "jobs" work even in subshells by Denys Vlasenko · 15 years ago
  24. 86e83ec ash: fix debug machinery a bit by Denys Vlasenko · 15 years ago
  25. 252ccba remove msh_function.patch. msh is deprecated by Denys Vlasenko · 15 years ago
  26. 9038d6f remove trailing whitespace by Denys Vlasenko · 15 years ago
  27. 883cea4 ash: fixes in debug printouts by Denys Vlasenko · 15 years ago
  28. 82a6fb3 ash: fix . builtin by Denys Vlasenko · 16 years ago
  29. 641dd7b ash: revert over-zealous usage of FAST_FUNC by Denys Vlasenko · 16 years ago
  30. 7753919 added comments about [[ ]] to ash and hush. no code changes by Denys Vlasenko · 16 years ago
  31. 9ca656b hush: add HUSH_BASH_COMPAT, make [[ special handling depend on it by Denys Vlasenko · 16 years ago
  32. 9d617c4 hush: specially handle [[ - suppress globbing & multiword expansion by Denys Vlasenko · 16 years ago
  33. 2634bf3 randomconfig fixes by Denys Vlasenko · 16 years ago
  34. 764b2f0 hush: drop REDIRECT_INVALID; other minor tweaks by Denys Vlasenko · 16 years ago
  35. df5131c hush: fix a segfault in export builtin by Denys Vlasenko · 16 years ago
  36. d6b05eb hush: make builtins work in pipes (eval ... | ...) on NOMMU by Denys Vlasenko · 16 years ago
  37. 71016ba printf: accept negative numbers for %x; sh: overflowed numbers are 0 by Denys Vlasenko · 16 years ago
  38. d5f1b1b *: add FAST_FUNC to function ptrs where it makes sense by Denys Vlasenko · 16 years ago
  39. 0821801 hush: document a TODO in export builtin by Denys Vlasenko · 16 years ago
  40. 6f22624 hush: fix a case when backgrounded cmd makes shell hang by Denys Vlasenko · 16 years ago
  41. 295fef8 hush: add support for local builtin by Denys Vlasenko · 16 years ago
  42. eab40e5 hush_test: stop mixing tabs/spaces for indentation by Mike Frysinger · 16 years ago
  43. 6a46ab8 hush: unify syntax_error_unterm_{ch,str} a bit by Mike Frysinger · 16 years ago
  44. ef3e7fd hush: push down expansion var in handle_dollar() by Mike Frysinger · 16 years ago
  45. dc3bc40 hush: add support for special vars in braces by Mike Frysinger · 16 years ago
  46. ff64fb9 hush_test: filter test output to avoid C lib differences by Mike Frysinger · 16 years ago
  47. 28a105d nc, hush: cosmetic cleanups, no code changes by Denys Vlasenko · 16 years ago
  48. 4b7db4f read_key: drop optimization where we read 3 bytes at once by Denys Vlasenko · 16 years ago
  49. 171932d hust: trivial simplification in builtin_type by Denys Vlasenko · 16 years ago
  50. e640cb4 hush: fix bug 353 (wrong handling of \x in assignments) by Denys Vlasenko · 16 years ago
  51. 5d7cca2 hush: optimize type builtin a bit more by Denys Vlasenko · 16 years ago
  52. dd6b211 hush: optimize type builtin a bit by Denys Vlasenko · 16 years ago
  53. 93cadc2 hush: implement `type` by Mike Frysinger · 16 years ago
  54. 673e945 hush: remove outdated TODO and superfluous macro; fix compile breakage by Denys Vlasenko · 16 years ago
  55. 68759ed hush: tweak comment by Denys Vlasenko · 16 years ago
  56. e2df5f4 hush: rename last_waitpid_was_0 to we_have_children by Denys Vlasenko · 16 years ago
  57. 8d7be23 hush: fix SIGCHLD counting code, but keep it disabled for now. by Denys Vlasenko · 16 years ago
  58. 4f26c97 make compound.tests executable by Denys Vlasenko · 16 years ago
  59. e9bda90 hush: fix problems with case in subshells and with "case esac" by Denys Vlasenko · 16 years ago
  60. 342a63d hush_test: add some pathological compound list tests by Mike Frysinger · 16 years ago
  61. 12bcc76 hush_test: test for subshell function syntax by Mike Frysinger · 16 years ago
  62. 7b424fe hush_test: add subshelled case tests by Mike Frysinger · 16 years ago
  63. cc9205b hush_test: update test output to match new getopt() output by Mike Frysinger · 16 years ago
  64. 33f85ee hush_test: ignore generated files by Mike Frysinger · 16 years ago
  65. 38478a6 hush: fix build failure when jobs are disabled by Mike Frysinger · 16 years ago
  66. 318a8e5 TODO: add some by Denys Vlasenko · 16 years ago
  67. 6245202 hush: small fix for unset -f on NOMMU. by root · 16 years ago
  68. acdc49c hush: add more complex case to leak testcase, fix found breakage by Denys Vlasenko · 16 years ago
  69. cb6ff25 hush: fix bug where in "var=val func" var's value is not visible in func by Denys Vlasenko · 16 years ago
  70. e19e193 hush: fix \<newline> handling by Denys Vlasenko · 16 years ago
  71. b1cfc45 hush: fix handling of unterminated subshell: (<eof>. Fixes bug 229. by Denys Vlasenko · 16 years ago
  72. 1dd6cf8 hush: fix multiple redirections of the same fd (bug 227) by Denys Vlasenko · 16 years ago
  73. 54e0843 hush: make . cmd search $PATH by Denys Vlasenko · 16 years ago
  74. 690ad24 git commit test by Denys Vlasenko · 16 years ago
  75. c8653f6 hush: make it possible to have interactive shell on non-ctty. by Denis Vlasenko · 16 years ago
  76. 42e4af3 make leak test more robust by unsetting all vars by Denis Vlasenko · 16 years ago
  77. 28e6796 hush: make getopt32 usable in builtins. use it in unset. by Denis Vlasenko · 16 years ago
  78. 5729300 hush: nommu fix for function passing by Denis Vlasenko · 16 years ago
  79. 5b7589e hush: fix SEGV in % expansion by Denis Vlasenko · 16 years ago
  80. 26cf283 do not tell people they can enter "help" if help has actually been disabled by Mike Frysinger · 16 years ago
  81. 67c1c7b use get_local_var_value() rather than getenv() when working with PS1/PS2/HOME, respect the PS2 env var, and make sure that the prompt changes whenever PS1/PS2 changes so we dont have to re-exec the shell to get a changed prompt by Mike Frysinger · 16 years ago
  82. f9d4fc3 switch_root: improve behavior on error; improve help text by Denis Vlasenko · 16 years ago
  83. 950bd72 hush: speed up set_local_var by Denis Vlasenko · 16 years ago
  84. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  85. ad4bd05 hush: export -n support by Denis Vlasenko · 16 years ago
  86. d40fa39 hush: add two testcases by Denis Vlasenko · 16 years ago
  87. 8c64e03 hush: fix stdin of backgrounded pipe by Denis Vlasenko · 16 years ago
  88. dcd78c4 hush: fix "export not_yet_defined_var", fix parsing of "cmd | }" by Denis Vlasenko · 16 years ago
  89. 9f8d938 same as previous, but -100 bytes by Denis Vlasenko · 16 years ago
  90. bf25fbc hush: fix handling of } which is not a closing one in { cmd; } by Denis Vlasenko · 16 years ago
  91. 885b6f2 fix build errors when function support is turned off by Mike Frysinger · 16 years ago
  92. 6008d8a hush: fix thinko in error msg by Denis Vlasenko · 16 years ago
  93. 38e626d hush: fix "trap -- handler SIGs..."; escape handlers in "trap" output by Denis Vlasenko · 16 years ago
  94. 7301067 hush: fix thinko in unset_func by Denis Vlasenko · 16 years ago
  95. 40e8437 hush: implement unset -f; beautify the handling of signal-killed pipe by Denis Vlasenko · 16 years ago
  96. eb85849 hush: deal with umask TODO (symbolic modes) by Denis Vlasenko · 16 years ago
  97. 6b9e053 hush: implement proper SIGHUP handling by Denis Vlasenko · 16 years ago
  98. 7b9e5c5 builtin_return's parameter is not unused by Denis Vlasenko · 16 years ago
  99. 3d40d8e hush: return builtin by Bayram Kurumahmut (kbayram AT ubicom.com) ~+200 bytes by Denis Vlasenko · 16 years ago
  100. 270b1c3 hush: set $n properly for "source" builtin by Denis Vlasenko · 16 years ago