1. 18f2a79 build system tweaks to account for latest hush changes by Denis Vlasenko · 16 years ago
  2. d85a5df hush: randomconfig fixes by Denis Vlasenko · 16 years ago
  3. cc4c693 hush: plug the leak on NOMMU re-execute path by Denis Vlasenko · 16 years ago
  4. c3ff48b fixing mode on hush-leak/leak_argv1.tests by Denis Vlasenko · 16 years ago
  5. 8a496d5 fixing mode on hush-leak/leak_argv1.tests by Denis Vlasenko · 16 years ago
  6. 30db43b hush: fix passing of $n on NOMMU by Denis Vlasenko · 16 years ago
  7. 16a0c74 hush: fix hush-misc/break5.tests NOMMU failure by Denis Vlasenko · 16 years ago
  8. 0bb4a23 hush: fix all testsuite failures on NOMMU except memory leak. by Denis Vlasenko · 16 years ago
  9. 609f2ab hush: enable NOMMU re-execution logic. Some testsuite entries by Denis Vlasenko · 16 years ago
  10. 9aa7d6f hush: preparatory patch for NOMMU-safe { list } handling. by Denis Vlasenko · 16 years ago
  11. 34d4d89 hush: fix NOMMU hangs in pseudo_exec_argv. Add forgotted setting by Denis Vlasenko · 16 years ago
  12. 552433b hush: fix "var=val >file" not creating file by Denis Vlasenko · 16 years ago
  13. a24c8ca hush: remove code which errors out on $- and $_, it's useless; by Denis Vlasenko · 16 years ago
  14. 7c98612 hush: remove CHAR_xxx constants by Denis Vlasenko · 16 years ago
  15. 6da69cd hush: get rid of charmap[] by Denis Vlasenko · 16 years ago
  16. dfa9de7 simplify maybe_die() slightly by Mike Frysinger · 16 years ago
  17. db2a9b6 hush: finally make `cmd` safe on NOMMU by Denis Vlasenko · 16 years ago
  18. e0755e5 hush: yet another randomconfig fix by Denis Vlasenko · 16 years ago
  19. cc8289d shell/math: randomconfig fix by Denis Vlasenko · 16 years ago
  20. 60b392f hush: randomconfig fixes by Denis Vlasenko · 16 years ago
  21. b6e6556 hush: improve parse_stream: does not require parsing context struct; by Denis Vlasenko · 16 years ago
  22. 240c255 hush: simplify parse_stream by Denis Vlasenko · 16 years ago
  23. 3718168 hush: fix bug with local environment vars in pipes; simplify parse_stream() by Denis Vlasenko · 16 years ago
  24. f9f7429 hush: explain parsing context structure by Denis Vlasenko · 16 years ago
  25. 027e3fd hush: straighten parse_stream() API a bit by Denis Vlasenko · 16 years ago
  26. a36258f trim trailing slashes from specified subdir so we output to the right place by Mike Frysinger · 16 years ago
  27. b7aaae9 hush: rename ->o_quote to ->o_escape by Denis Vlasenko · 16 years ago
  28. 7a79afa Arithmetic Expansion is supported now in hush, so drop from TODO by Mike Frysinger · 16 years ago
  29. f328e00 hush: do not inadvertently parse $((1 + "22")) as ok. -20 bytes code size by Denis Vlasenko · 16 years ago
  30. 2f1d394 hush: make a=55; echo $(($a + 1)) $((1 + $((2)) + `echo $a`)) work as expected by Denis Vlasenko · 16 years ago
  31. b29eb6e shells: do not need to have math state global by Denis Vlasenko · 16 years ago
  32. 0dfe1d2 fix ash-alias/alias.tests failure by Denis Vlasenko · 16 years ago
  33. 98c5264 split math code out of ash and into a standalone library so we can use it in any shell (like hush!) by Mike Frysinger · 16 years ago
  34. 551ffdc more of pointless whitespace fixes by Denis Vlasenko · 16 years ago
  35. d308106 hust_test/*: use "$THIS_SH" instead of hush by Denis Vlasenko · 16 years ago
  36. f6fbd62 ash: add/improve comments, no code changes by Denis Vlasenko · 16 years ago
  37. 46aeab9 ash: fix $IFS handling in read. closes bug 235 by Denis Vlasenko · 16 years ago
  38. 7566bae hush: fix wait builtin by Denis Vlasenko · 16 years ago
  39. 1b62ead hush: don't lie in comment by Denis Vlasenko · 16 years ago
  40. 7b830e7 hush: fix comments, no code changes by Denis Vlasenko · 16 years ago
  41. 422cd7c hush: make ^C work again, ^Z probably isn't working by Denis Vlasenko · 16 years ago
  42. abedaac hush: do not reset sighaldlers after fork - instead, prevent them from doing any harm by Denis Vlasenko · 16 years ago
  43. d576293 hush: rework signal and trap handling. Some smaller bits are TODO, by Denis Vlasenko · 16 years ago
  44. d690f68 implement `unset` semantics as required by POSIX by Mike Frysinger · 16 years ago
  45. 0080ea7 update `trap` poisx link by Mike Frysinger · 16 years ago
  46. 87824e0 do not automatically display job information when the shell is not interactive by Mike Frysinger · 16 years ago
  47. 681a4b7 enable trap tests by Mike Frysinger · 16 years ago
  48. 9f8128f first pass at `trap` support in hush by Mike Frysinger · 16 years ago
  49. fd303b1 add test cases for `trap` ... but disabled for now until trap support is committed by Mike Frysinger · 16 years ago
  50. b975feb mark msh as deprecated by Mike Frysinger · 16 years ago
  51. 40b8dc4 use bb_strtou() in umask/wait and check errno to see if there was a problem rather than using endp by Mike Frysinger · 16 years ago
  52. 8ec1c9d make sure we check job status whenever updating the prompt by Mike Frysinger · 16 years ago
  53. 0b87e4a test for invalid named variables by Mike Frysinger · 16 years ago
  54. 7c3e52c do not let handle_dollar() accept vars that start with a digit by Mike Frysinger · 16 years ago
  55. 56bdea1 implement `wait` builtin by Mike Frysinger · 16 years ago
  56. e61f07f remove ((expr)) bash'ism by Denis Vlasenko · 16 years ago
  57. 701ac18 randomconfig fix by Denis Vlasenko · 16 years ago
  58. 5a82845 update the normally disabled debug code around the syntax() func to use new maybe_die() by Mike Frysinger · 16 years ago
  59. 78f9d8e add hush tests for parameter expansion by Mike Frysinger · 16 years ago
  60. 6379bb4 implement most POSIX parameter expansions (~+500bytes) by Mike Frysinger · 16 years ago
  61. 42ab865 make sure we exit based on test failure rather than always exiting with 0 by Mike Frysinger · 16 years ago
  62. 25a6ca0 split up feature todo by posix/bash by Mike Frysinger · 16 years ago
  63. ad88d5a unify `set` handling with command line processing, fixup `set` argv processing so it doesnt clobber argv when setting options, and barf on unhandled set options by Mike Frysinger · 16 years ago
  64. 19a7ea1 handle the "-s" command line option that POSIX requires by Mike Frysinger · 16 years ago
  65. a71cfa8 rename "-f" (fake) option to "-n" to match POSIX by Mike Frysinger · 16 years ago
  66. d006edb tweak format modifier in debug code to fixup gcc warning by Mike Frysinger · 16 years ago
  67. ec2c655 convert some of the ENABLE_FEATURE_EDITING from CPP if to C if by Mike Frysinger · 16 years ago
  68. 39456a1 stop lying about [[ test support by Mike Frysinger · 16 years ago
  69. 70a2c8d make lash deprecation more prominent by Mike Frysinger · 16 years ago
  70. bfc0fae enable most job functions on no-mmu systems by Mike Frysinger · 16 years ago
  71. b2705e1 do not make startup banner depend on job support by Mike Frysinger · 16 years ago
  72. ddbee97 move parse_stream out of ENABLE_HUSH_TICK to avoid implicit decl/build error by Mike Frysinger · 16 years ago
  73. 424f79b hush: rearrange functions to reduce amount of forward references. by Denis Vlasenko · 16 years ago
  74. e1300f6 hush: fix segv at repeated "set -- a b c" + "shift" by Denis Vlasenko · 16 years ago
  75. 786ce17 hush: fix strcpy of potentially overlapping strings by Denis Vlasenko · 16 years ago
  76. ccff0b9 msh testsuite: fix false positive, tweak run stript by Denis Vlasenko · 16 years ago
  77. feecc7b hush: tweak testsuite by Denis Vlasenko · 16 years ago
  78. a8b6dff hush: fix bug 207 and "hush -c" parameter passing. by Denis Vlasenko · 16 years ago
  79. 5368ad5 ash: expand comment by Denis Vlasenko · 16 years ago
  80. 11fb7cf hush: fix set [--] params. Closes bug 199. by Denis Vlasenko · 16 years ago
  81. 1bb3d7e ash: add missing comma in debug scaffolding by Denis Vlasenko · 16 years ago
  82. b9e70dd ash: fix a case where we close wrong descriptor; add debug hack for that by Denis Vlasenko · 16 years ago
  83. f173395 ash: DEBUG should be 0 :) by Denis Vlasenko · 16 years ago
  84. b21f379 ash: fix TRACE commands by Denis Vlasenko · 16 years ago
  85. 653d8e7 ash: make evaltree save/restore int suppression depth. by Denis Vlasenko · 16 years ago
  86. 731de5c doc update by Denis Vlasenko · 16 years ago
  87. 4b87570 ash: in dotrap(), do not clear gotsig[] for SIGINT if there is no handler by Denis Vlasenko · 16 years ago
  88. 7f88e34 ash: tentatively fix bug 189. by Denis Vlasenko · 16 years ago
  89. 5c2b814 ash: fix "ash -c 'exec 1>&0'" complaining that fd 0 is busy by Denis Vlasenko · 16 years ago
  90. 73c571a *: move get_sock_lsa and xwrite_str to libbb, use where appropriate by Denis Vlasenko · 16 years ago
  91. 9604e1b modprobe: emit "can't open 'modules.dep': (errno)" instead of "module not found" by Denis Vlasenko · 16 years ago
  92. 8ad78e1 ash: make dot command search current directory first, as bash does. by Denis Vlasenko · 16 years ago
  93. 76ddc2e libbb: add bb_unsetenv (taken from hush). by Denis Vlasenko · 16 years ago
  94. 4e12b1a libbb: introduce and use xmalloc_ttyname (-32 in bss). ash: small code shrink by Denis Vlasenko · 16 years ago
  95. 68819d1 ash: fix CONFIG_ASH_OPTIMIZE_FOR_SIZE off + high-bit chars case by Denis Vlasenko · 16 years ago
  96. 81c3a1d ash: remove TODO which seems to actually work now. no code changes by Denis Vlasenko · 16 years ago
  97. f8535cc ash: finally installed it as /bin/sh on my machine. by Denis Vlasenko · 16 years ago
  98. e27dafd ash: add FIXME by Denis Vlasenko · 16 years ago
  99. 7b2294e ash: "ash: syntax error: XXX unexpected" -> "ash: syntax error: unexpected XXX" by Denis Vlasenko · 16 years ago
  100. 41eb300 ash: shrink on top of previous change by Denis Vlasenko · 16 years ago