1. d006edb tweak format modifier in debug code to fixup gcc warning by Mike Frysinger · 16 years ago
  2. ec2c655 convert some of the ENABLE_FEATURE_EDITING from CPP if to C if by Mike Frysinger · 16 years ago
  3. 39456a1 stop lying about [[ test support by Mike Frysinger · 16 years ago
  4. 70a2c8d make lash deprecation more prominent by Mike Frysinger · 16 years ago
  5. bfc0fae enable most job functions on no-mmu systems by Mike Frysinger · 16 years ago
  6. b2705e1 do not make startup banner depend on job support by Mike Frysinger · 16 years ago
  7. ddbee97 move parse_stream out of ENABLE_HUSH_TICK to avoid implicit decl/build error by Mike Frysinger · 16 years ago
  8. 424f79b hush: rearrange functions to reduce amount of forward references. by Denis Vlasenko · 16 years ago
  9. e1300f6 hush: fix segv at repeated "set -- a b c" + "shift" by Denis Vlasenko · 16 years ago
  10. 786ce17 hush: fix strcpy of potentially overlapping strings by Denis Vlasenko · 16 years ago
  11. ccff0b9 msh testsuite: fix false positive, tweak run stript by Denis Vlasenko · 16 years ago
  12. feecc7b hush: tweak testsuite by Denis Vlasenko · 16 years ago
  13. a8b6dff hush: fix bug 207 and "hush -c" parameter passing. by Denis Vlasenko · 16 years ago
  14. 5368ad5 ash: expand comment by Denis Vlasenko · 16 years ago
  15. 11fb7cf hush: fix set [--] params. Closes bug 199. by Denis Vlasenko · 16 years ago
  16. 1bb3d7e ash: add missing comma in debug scaffolding by Denis Vlasenko · 16 years ago
  17. b9e70dd ash: fix a case where we close wrong descriptor; add debug hack for that by Denis Vlasenko · 16 years ago
  18. f173395 ash: DEBUG should be 0 :) by Denis Vlasenko · 16 years ago
  19. b21f379 ash: fix TRACE commands by Denis Vlasenko · 16 years ago
  20. 653d8e7 ash: make evaltree save/restore int suppression depth. by Denis Vlasenko · 16 years ago
  21. 731de5c doc update by Denis Vlasenko · 16 years ago
  22. 4b87570 ash: in dotrap(), do not clear gotsig[] for SIGINT if there is no handler by Denis Vlasenko · 16 years ago
  23. 7f88e34 ash: tentatively fix bug 189. by Denis Vlasenko · 16 years ago
  24. 5c2b814 ash: fix "ash -c 'exec 1>&0'" complaining that fd 0 is busy by Denis Vlasenko · 16 years ago
  25. 73c571a *: move get_sock_lsa and xwrite_str to libbb, use where appropriate by Denis Vlasenko · 16 years ago
  26. 9604e1b modprobe: emit "can't open 'modules.dep': (errno)" instead of "module not found" by Denis Vlasenko · 16 years ago
  27. 8ad78e1 ash: make dot command search current directory first, as bash does. by Denis Vlasenko · 16 years ago
  28. 76ddc2e libbb: add bb_unsetenv (taken from hush). by Denis Vlasenko · 16 years ago
  29. 4e12b1a libbb: introduce and use xmalloc_ttyname (-32 in bss). ash: small code shrink by Denis Vlasenko · 16 years ago
  30. 68819d1 ash: fix CONFIG_ASH_OPTIMIZE_FOR_SIZE off + high-bit chars case by Denis Vlasenko · 16 years ago
  31. 81c3a1d ash: remove TODO which seems to actually work now. no code changes by Denis Vlasenko · 16 years ago
  32. f8535cc ash: finally installed it as /bin/sh on my machine. by Denis Vlasenko · 16 years ago
  33. e27dafd ash: add FIXME by Denis Vlasenko · 16 years ago
  34. 7b2294e ash: "ash: syntax error: XXX unexpected" -> "ash: syntax error: unexpected XXX" by Denis Vlasenko · 16 years ago
  35. 41eb300 ash: shrink on top of previous change by Denis Vlasenko · 16 years ago
  36. 727752d ash: better fix for ash -c 'echo 5&' and ash -c 'sleep 5&' with testcase by Denis Vlasenko · 16 years ago
  37. 61befda ash,hush: add TODO for rare build failure *: remove some redundant includes by Denis Vlasenko · 16 years ago
  38. 1689840 ash: fix bad interaction between ash -c '....&' and bash compat by Denis Vlasenko · 16 years ago
  39. cc5feab ash: NTO2 needs #if ENABLE_ASH_BASH_COMPAT by Denis Vlasenko · 16 years ago
  40. 340299a ash: fix miscalculation of memory needed for eval tree by Denis Vlasenko · 16 years ago
  41. 9504e44 whitespace fixes, no code changes by Denis Vlasenko · 16 years ago
  42. 6214941 ash: add testcase for bug 5304 by Denis Vlasenko · 16 years ago
  43. be54d6b ash: fix "while kill -0 $child; do true; done" looping forever. by Denis Vlasenko · 16 years ago
  44. 0783230 dc: conditionalize parts which require libm by Denis Vlasenko · 16 years ago
  45. b730474 ash: fix NOEXEC mode - we were forgetting to pass environment! by Denis Vlasenko · 16 years ago
  46. d1660cb ash: fix a bug in standalone mode (corrupted getopt() state) by Denis Vlasenko · 16 years ago
  47. ddc8ae3 hush: add TODO by Denis Vlasenko · 16 years ago
  48. 371de4a hush: next small step towards functions by Denis Vlasenko · 16 years ago
  49. f886fd2 hush: fix NOMMU bug (analogous to preceding commit for MMU) by Denis Vlasenko · 16 years ago
  50. d29084d testcase for the last fix by Denis Vlasenko · 16 years ago
  51. 22d10a0 hush: fix trashing of environment by local env vars: by Denis Vlasenko · 16 years ago
  52. afd7a8d hush: fix environment and memory leaks, add tests for them by Denis Vlasenko · 16 years ago
  53. c373527 hush: preparatory work for implementing functions by Denis Vlasenko · 16 years ago
  54. 9af22c7 hush: massive renaming of ill-named structures and fields by Denis Vlasenko · 16 years ago
  55. 834dee7 ash: support &> redirection (bashism). ~90 bytes of code by Denis Vlasenko · 16 years ago
  56. 176d49d ash: some beautification work, no code changes by Denis Vlasenko · 16 years ago
  57. 559691a ash: implement ">&file" bashism. ~100 bytes. by Denis Vlasenko · 16 years ago
  58. d6855d1 style fixes, no code changes by Denis Vlasenko · 16 years ago
  59. 864329d - fix compilation on OSF/1 by Bernhard Reutner-Fischer · 16 years ago
  60. 34c73c4 ash: fix "(cat < file)" hang introduced by rev 22944. by Denis Vlasenko · 16 years ago
  61. 1dbc643 - fix typo by Bernhard Reutner-Fischer · 16 years ago
  62. 2b576b8 hush: fix mishandling of a'b'c=fff as assignments. They are not. by Denis Vlasenko · 16 years ago
  63. c8bec9a hush: remove a comment about already fixed bug by Denis Vlasenko · 16 years ago
  64. d498131 hush: support $_NUMBERS variable names by Denis Vlasenko · 16 years ago
  65. f173607 hush: fix "case ... in <newline> word)..." by Denis Vlasenko · 16 years ago
  66. fbeeb32 hush: support "pattern1|pattern2...)" in case statements by Denis Vlasenko · 16 years ago
  67. c90e1be ash: bash compat: "shift $BIGNUM" is equivalent to "shift 1" by Denis Vlasenko · 16 years ago
  68. 4f504a9 hush: trivial code shrink by Denis Vlasenko · 16 years ago
  69. 87a8655 hush: use G.xxx instead of #define xxx G.xxx. We have too many globals by Denis Vlasenko · 16 years ago
  70. ff29b4f randomconfig fix by Denis Vlasenko · 16 years ago
  71. 4554b72 hush: small fix for repeated continue and fix for wrong loop depth count by Denis Vlasenko · 16 years ago
  72. 45cb9f9 hush: fix inverted check (was making all break's to act as "break 99999") by Denis Vlasenko · 16 years ago
  73. fcf37c3 hush: fix break'ing out of {} and () groups; with testcase by Denis Vlasenko · 16 years ago
  74. d91afa3 randomconfig fixes by Denis Vlasenko · 16 years ago
  75. dadfb49 hush: add #defines to switch off break/continue if loops are not supported by Denis Vlasenko · 16 years ago
  76. 918a34b hush: fix "while false; ..." exitcode; add testsuites by Denis Vlasenko · 16 years ago
  77. 6a2d40f hush: support "break N" and "continue N" by Denis Vlasenko · 16 years ago
  78. bcb2553 hush: implement break and continue by Denis Vlasenko · 16 years ago
  79. cf22c89 hush: in run_list(), some loop_top ops seems to be superfluous. by Denis Vlasenko · 16 years ago
  80. 12acec5 hush: in run_list(), last_cond_code seems to be superfluous. comment it out by Denis Vlasenko · 16 years ago
  81. 5e052ca hush: explain run_list() in detail; small optimizations by Denis Vlasenko · 16 years ago
  82. 38c8921 documentation fix by Denis Vlasenko · 16 years ago
  83. be709c2 hush: finish and enable optional case...esac support. Code size cost: by Denis Vlasenko · 16 years ago
  84. 8dbea7d ash: add slightly different testcase by Denis Vlasenko · 16 years ago
  85. 5c13270 ash: fix testcase to not sleep for whole 10 seconds, by Denis Vlasenko · 16 years ago
  86. 87d5fd9 ash: fix typo by Denis Vlasenko · 16 years ago
  87. 4e19a9c ash: hopefully close bug 4324. With testcase. by Denis Vlasenko · 16 years ago
  88. 2b2e267 ash: testsuite entries for last change by Denis Vlasenko · 16 years ago
  89. 6a0ad25 ash: dont allow e.g. exec <&10 to attach to stript's fd! by Denis Vlasenko · 16 years ago
  90. 22f7414 ash: prevent exec NN>&- from closing fd used for script reading by Denis Vlasenko · 16 years ago
  91. 5a86731 ash: fix a bug where redirection fds were not closed afterwards. by Denis Vlasenko · 16 years ago
  92. 6fbb43b ash: teach ash about 123>file. It could take only 0..9 before by Denis Vlasenko · 16 years ago
  93. 6514c5e ash: ducument where "no fds > 9 in redirects" limitation is. no code changes. by Denis Vlasenko · 16 years ago
  94. 8d924ec ash: ditch dupredirect(), it was only making code harder to read. by Denis Vlasenko · 16 years ago
  95. 0b76964 ash: explain redirect code a bit by Denis Vlasenko · 16 years ago
  96. 2dc240c ash: code shrink by Denis Vlasenko · 16 years ago
  97. 3e8669f - wrap overlong lines (Cristian Ionescu-Idbohrn) - s/\. /. /g;# (me) by Bernhard Reutner-Fischer · 16 years ago
  98. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  99. a53de7f - fix spelling by Bernhard Reutner-Fischer · 16 years ago
  100. 7ae1cc1 msh: fix "while...continue" bug 3884. by Denis Vlasenko · 16 years ago