1. df5131c hush: fix a segfault in export builtin by Denys Vlasenko · 16 years ago
  2. d6b05eb hush: make builtins work in pipes (eval ... | ...) on NOMMU by Denys Vlasenko · 16 years ago
  3. d5f1b1b *: add FAST_FUNC to function ptrs where it makes sense by Denys Vlasenko · 16 years ago
  4. 0821801 hush: document a TODO in export builtin by Denys Vlasenko · 16 years ago
  5. 6f22624 hush: fix a case when backgrounded cmd makes shell hang by Denys Vlasenko · 16 years ago
  6. 295fef8 hush: add support for local builtin by Denys Vlasenko · 16 years ago
  7. 6a46ab8 hush: unify syntax_error_unterm_{ch,str} a bit by Mike Frysinger · 16 years ago
  8. ef3e7fd hush: push down expansion var in handle_dollar() by Mike Frysinger · 16 years ago
  9. dc3bc40 hush: add support for special vars in braces by Mike Frysinger · 16 years ago
  10. 28a105d nc, hush: cosmetic cleanups, no code changes by Denys Vlasenko · 16 years ago
  11. 4b7db4f read_key: drop optimization where we read 3 bytes at once by Denys Vlasenko · 16 years ago
  12. 171932d hust: trivial simplification in builtin_type by Denys Vlasenko · 16 years ago
  13. e640cb4 hush: fix bug 353 (wrong handling of \x in assignments) by Denys Vlasenko · 16 years ago
  14. 5d7cca2 hush: optimize type builtin a bit more by Denys Vlasenko · 16 years ago
  15. dd6b211 hush: optimize type builtin a bit by Denys Vlasenko · 16 years ago
  16. 93cadc2 hush: implement `type` by Mike Frysinger · 16 years ago
  17. 673e945 hush: remove outdated TODO and superfluous macro; fix compile breakage by Denys Vlasenko · 16 years ago
  18. 68759ed hush: tweak comment by Denys Vlasenko · 16 years ago
  19. e2df5f4 hush: rename last_waitpid_was_0 to we_have_children by Denys Vlasenko · 16 years ago
  20. 8d7be23 hush: fix SIGCHLD counting code, but keep it disabled for now. by Denys Vlasenko · 16 years ago
  21. e9bda90 hush: fix problems with case in subshells and with "case esac" by Denys Vlasenko · 16 years ago
  22. 38478a6 hush: fix build failure when jobs are disabled by Mike Frysinger · 16 years ago
  23. 6245202 hush: small fix for unset -f on NOMMU. by root · 16 years ago
  24. acdc49c hush: add more complex case to leak testcase, fix found breakage by Denys Vlasenko · 16 years ago
  25. cb6ff25 hush: fix bug where in "var=val func" var's value is not visible in func by Denys Vlasenko · 16 years ago
  26. e19e193 hush: fix \<newline> handling by Denys Vlasenko · 16 years ago
  27. b1cfc45 hush: fix handling of unterminated subshell: (<eof>. Fixes bug 229. by Denys Vlasenko · 16 years ago
  28. 1dd6cf8 hush: fix multiple redirections of the same fd (bug 227) by Denys Vlasenko · 16 years ago
  29. 54e0843 hush: make . cmd search $PATH by Denys Vlasenko · 16 years ago
  30. 690ad24 git commit test by Denys Vlasenko · 16 years ago
  31. c8653f6 hush: make it possible to have interactive shell on non-ctty. by Denis Vlasenko · 16 years ago
  32. 28e6796 hush: make getopt32 usable in builtins. use it in unset. by Denis Vlasenko · 16 years ago
  33. 5729300 hush: nommu fix for function passing by Denis Vlasenko · 16 years ago
  34. 5b7589e hush: fix SEGV in % expansion by Denis Vlasenko · 16 years ago
  35. 26cf283 do not tell people they can enter "help" if help has actually been disabled by Mike Frysinger · 16 years ago
  36. 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
  37. f9d4fc3 switch_root: improve behavior on error; improve help text by Denis Vlasenko · 16 years ago
  38. 950bd72 hush: speed up set_local_var by Denis Vlasenko · 16 years ago
  39. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  40. ad4bd05 hush: export -n support by Denis Vlasenko · 16 years ago
  41. 8c64e03 hush: fix stdin of backgrounded pipe by Denis Vlasenko · 16 years ago
  42. dcd78c4 hush: fix "export not_yet_defined_var", fix parsing of "cmd | }" by Denis Vlasenko · 16 years ago
  43. 9f8d938 same as previous, but -100 bytes by Denis Vlasenko · 16 years ago
  44. bf25fbc hush: fix handling of } which is not a closing one in { cmd; } by Denis Vlasenko · 16 years ago
  45. 885b6f2 fix build errors when function support is turned off by Mike Frysinger · 16 years ago
  46. 6008d8a hush: fix thinko in error msg by Denis Vlasenko · 16 years ago
  47. 38e626d hush: fix "trap -- handler SIGs..."; escape handlers in "trap" output by Denis Vlasenko · 16 years ago
  48. 7301067 hush: fix thinko in unset_func by Denis Vlasenko · 16 years ago
  49. 40e8437 hush: implement unset -f; beautify the handling of signal-killed pipe by Denis Vlasenko · 16 years ago
  50. eb85849 hush: deal with umask TODO (symbolic modes) by Denis Vlasenko · 16 years ago
  51. 6b9e053 hush: implement proper SIGHUP handling by Denis Vlasenko · 16 years ago
  52. 7b9e5c5 builtin_return's parameter is not unused by Denis Vlasenko · 16 years ago
  53. 3d40d8e hush: return builtin by Bayram Kurumahmut (kbayram AT ubicom.com) ~+200 bytes by Denis Vlasenko · 16 years ago
  54. 270b1c3 hush: set $n properly for "source" builtin by Denis Vlasenko · 16 years ago
  55. 4ea187f hush: fix non-interactive response to pipe being stopped. by Denis Vlasenko · 16 years ago
  56. e4bd4f2 hush: unblock TERM, INT, HUP in child shells too. by Denis Vlasenko · 16 years ago
  57. f8c1f02 hush: disallow "{echo hi; }" (require whitespace) by Denis Vlasenko · 16 years ago
  58. fa4ca78 hush: add a TODO by Denis Vlasenko · 16 years ago
  59. bb92951 hush: fix "if { echo foo; } then { echo bar; } fi" parsing by Denis Vlasenko · 16 years ago
  60. 74a931a hush: stop ignoring ^Z in child shells by Denis Vlasenko · 16 years ago
  61. c4ada79 hush: remove old disabled ^Z handling by Denis Vlasenko · 16 years ago
  62. 41ddecd hush: fix heredoc_huge.tests broken in last commits by Denis Vlasenko · 16 years ago
  63. c376db3 hush: remove TODO comment itself :) by Denis Vlasenko · 16 years ago
  64. 27014ed hush: deal with a TODO: move argv_from_re_execing out of globals by Denis Vlasenko · 16 years ago
  65. 7f95937 randomconfig fixes by Denis Vlasenko · 16 years ago
  66. 2b2183a hush: make function support configurable by Denis Vlasenko · 16 years ago
  67. bc56974 hush: pass functions to child shells on NOMMU by Denis Vlasenko · 16 years ago
  68. c43430f hush: remove functions from TODOs by Denis Vlasenko · 16 years ago
  69. 0701dca hush: improve debugging output by Denis Vlasenko · 16 years ago
  70. ed05521 hush: fix "while...do f1() {a;}; f1; f1 {b;}; f1; done" bug by Denis Vlasenko · 16 years ago
  71. ce4acbb hush: add function tests by Denis Vlasenko · 16 years ago
  72. 6ba6f54 hush: pass $n to functions by Denis Vlasenko · 16 years ago
  73. c0ea329 hush: fix a few thinkos in function support; make it work on NOMMU; by Denis Vlasenko · 16 years ago
  74. b7d8c0d hush: first stab at function support. argv passing is not coded yet. by Denis Vlasenko · 16 years ago
  75. 835fcfd hush: reinstate accidentally reverted comment fix by Denis Vlasenko · 16 years ago
  76. 0b677d8 hush: fix some TODOs. TODO in export builting: +250 bytes. by Denis Vlasenko · 16 years ago
  77. 1fd1ea4 hush: tighten up "for" variable name check. by Denis Vlasenko · 16 years ago
  78. 551bdfe hush: fix typo in comment by Denis Vlasenko · 16 years ago
  79. ed78237 fix segfault on syntax error code path by Denis Vlasenko · 16 years ago
  80. c96865f hush: readability improvements. by Denis Vlasenko · 16 years ago
  81. 57e7467 dont crash if the variable we do substitution on is not set by Mike Frysinger · 16 years ago
  82. d68ae08 hush: shrink and make more versatile error-reporting machinery by Denis Vlasenko · 16 years ago
  83. 05d3b7c hush: deal with some easier TODOs by Denis Vlasenko · 16 years ago
  84. 1943aec hush: plug the leak of expanded heredoc by Denis Vlasenko · 16 years ago
  85. efea9d2 hush: fix EXIT trap recursion case; check redirection failures by Denis Vlasenko · 16 years ago
  86. f50caac hush: typo in comment by Denis Vlasenko · 16 years ago
  87. a2218dd hush: fix thinko in re_execute_shell; pass even less junk to heredoc helper by Denis Vlasenko · 16 years ago
  88. 5c090a9 hush: more rodust detection of unterminated strings etc; by Denis Vlasenko · 16 years ago
  89. cc90f44 hush: plug leak in run_pipe(). NOMMU only. by Denis Vlasenko · 16 years ago
  90. c73b70c hush: add leak detector helper; fix/add tests for it by Denis Vlasenko · 16 years ago
  91. 3dfb035 hush: echo \2>file fix by Denis Vlasenko · 16 years ago
  92. 02d6f1a hush: fix heredoc expansion of $var and `cmd` by Denis Vlasenko · 16 years ago
  93. 25af86f hush: fix wrong comment by Denis Vlasenko · 16 years ago
  94. af07b7c hush: fix heredoc <<- handling. by Denis Vlasenko · 16 years ago
  95. 50f3aa4 hush: NOMMU-safe support of big heredocs by Denis Vlasenko · 16 years ago
  96. d4a24f2 here documents have been added, so drop from TODO by Mike Frysinger · 16 years ago
  97. a4f331d implement support for parameter substitution via #/% operators by Mike Frysinger · 16 years ago
  98. 6c9be7f hush: heredoc support, based on patch by Mike Frysinger (vapier AT gentoo.org) by Denis Vlasenko · 16 years ago
  99. ab2b064 hush: s/last_return_code/last_exitcode/g by Denis Vlasenko · 16 years ago
  100. 0e15138 hush: fix "if false; then...fi" exitcode; trim "keyword"-less hush by 10 bytes by Denis Vlasenko · 16 years ago