1. ec2c655 convert some of the ENABLE_FEATURE_EDITING from CPP if to C if by Mike Frysinger · 16 years ago
  2. 39456a1 stop lying about [[ test support by Mike Frysinger · 16 years ago
  3. bfc0fae enable most job functions on no-mmu systems by Mike Frysinger · 16 years ago
  4. b2705e1 do not make startup banner depend on job support by Mike Frysinger · 16 years ago
  5. ddbee97 move parse_stream out of ENABLE_HUSH_TICK to avoid implicit decl/build error by Mike Frysinger · 16 years ago
  6. 424f79b hush: rearrange functions to reduce amount of forward references. by Denis Vlasenko · 16 years ago
  7. e1300f6 hush: fix segv at repeated "set -- a b c" + "shift" by Denis Vlasenko · 16 years ago
  8. 786ce17 hush: fix strcpy of potentially overlapping strings by Denis Vlasenko · 16 years ago
  9. a8b6dff hush: fix bug 207 and "hush -c" parameter passing. by Denis Vlasenko · 16 years ago
  10. 11fb7cf hush: fix set [--] params. Closes bug 199. by Denis Vlasenko · 16 years ago
  11. 76ddc2e libbb: add bb_unsetenv (taken from hush). by Denis Vlasenko · 16 years ago
  12. 61befda ash,hush: add TODO for rare build failure *: remove some redundant includes by Denis Vlasenko · 16 years ago
  13. 9504e44 whitespace fixes, no code changes by Denis Vlasenko · 16 years ago
  14. ddc8ae3 hush: add TODO by Denis Vlasenko · 16 years ago
  15. 371de4a hush: next small step towards functions by Denis Vlasenko · 16 years ago
  16. f886fd2 hush: fix NOMMU bug (analogous to preceding commit for MMU) by Denis Vlasenko · 16 years ago
  17. 22d10a0 hush: fix trashing of environment by local env vars: by Denis Vlasenko · 16 years ago
  18. afd7a8d hush: fix environment and memory leaks, add tests for them by Denis Vlasenko · 16 years ago
  19. c373527 hush: preparatory work for implementing functions by Denis Vlasenko · 16 years ago
  20. 9af22c7 hush: massive renaming of ill-named structures and fields by Denis Vlasenko · 16 years ago
  21. 864329d - fix compilation on OSF/1 by Bernhard Reutner-Fischer · 16 years ago
  22. 2b576b8 hush: fix mishandling of a'b'c=fff as assignments. They are not. by Denis Vlasenko · 16 years ago
  23. c8bec9a hush: remove a comment about already fixed bug by Denis Vlasenko · 16 years ago
  24. d498131 hush: support $_NUMBERS variable names by Denis Vlasenko · 16 years ago
  25. f173607 hush: fix "case ... in <newline> word)..." by Denis Vlasenko · 16 years ago
  26. fbeeb32 hush: support "pattern1|pattern2...)" in case statements by Denis Vlasenko · 16 years ago
  27. 4f504a9 hush: trivial code shrink by Denis Vlasenko · 16 years ago
  28. 87a8655 hush: use G.xxx instead of #define xxx G.xxx. We have too many globals by Denis Vlasenko · 16 years ago
  29. ff29b4f randomconfig fix by Denis Vlasenko · 16 years ago
  30. 4554b72 hush: small fix for repeated continue and fix for wrong loop depth count by Denis Vlasenko · 16 years ago
  31. 45cb9f9 hush: fix inverted check (was making all break's to act as "break 99999") by Denis Vlasenko · 16 years ago
  32. fcf37c3 hush: fix break'ing out of {} and () groups; with testcase by Denis Vlasenko · 16 years ago
  33. d91afa3 randomconfig fixes by Denis Vlasenko · 16 years ago
  34. dadfb49 hush: add #defines to switch off break/continue if loops are not supported by Denis Vlasenko · 16 years ago
  35. 918a34b hush: fix "while false; ..." exitcode; add testsuites by Denis Vlasenko · 16 years ago
  36. 6a2d40f hush: support "break N" and "continue N" by Denis Vlasenko · 16 years ago
  37. bcb2553 hush: implement break and continue by Denis Vlasenko · 16 years ago
  38. cf22c89 hush: in run_list(), some loop_top ops seems to be superfluous. by Denis Vlasenko · 16 years ago
  39. 12acec5 hush: in run_list(), last_cond_code seems to be superfluous. comment it out by Denis Vlasenko · 16 years ago
  40. 5e052ca hush: explain run_list() in detail; small optimizations by Denis Vlasenko · 16 years ago
  41. be709c2 hush: finish and enable optional case...esac support. Code size cost: by Denis Vlasenko · 16 years ago
  42. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  43. a53de7f - fix spelling by Bernhard Reutner-Fischer · 16 years ago
  44. 757361f hush: fix "... pattern) cmd;; esac" case by Denis Vlasenko · 16 years ago
  45. 395ae45 hush: delete unused field in struct child. by Denis Vlasenko · 16 years ago
  46. 17f02e7 hush: add case statement support. It is incomplete and disabled for now. by Denis Vlasenko · 16 years ago
  47. 6bdff08 hush: compile fixes for !LOOPS case by Denis Vlasenko · 16 years ago
  48. 733e3fb hush: support "for if in do done then; do echo $if; done" case by Denis Vlasenko · 16 years ago
  49. ff182a3 hush: support "for v; do ... done" syntax (implied 'in "$@"') by Denis Vlasenko · 16 years ago
  50. afdcd12 hush: fix a case where "$@" must expand to no word at all by Denis Vlasenko · 16 years ago
  51. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  52. 82604e9 revert last two commits. vfork cannot be used in subroutine, by Denis Vlasenko · 16 years ago
  53. 58d60c3 *: introduce and use xfork() by Denis Vlasenko · 16 years ago
  54. 3da5572 *: introduce and use xvfork() by Denis Vlasenko · 16 years ago
  55. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  56. 7049ff8 whitespace fixes. no code changes by Denis Vlasenko · 16 years ago
  57. 5ec6132 hush: ifdef out parts which are not needed by Denis Vlasenko · 16 years ago
  58. 003f9fb hush: kill some old unused fields; small code shrink by Denis Vlasenko · 16 years ago
  59. cc3f20b fix breakage found by randomconfig by Denis Vlasenko · 16 years ago
  60. 211b59b hush: trivial fix in debug code by Denis Vlasenko · 16 years ago
  61. 324a3fd fix globbing in unquoted $* and $@ by Denis Vlasenko · 16 years ago
  62. 55789c6 hush: fix a bug with backslashes improperly handled in unquoted variables. by Denis Vlasenko · 16 years ago
  63. ab876cd hush: add testsuite for "no globbing in redirection" rule. by Denis Vlasenko · 16 years ago
  64. c1c63b6 hush: fix last hush-bugs testcase (disappearing "", $empty"" etc) by Denis Vlasenko · 16 years ago
  65. 16c2fea hush: fix $$ handling by Denis Vlasenko · 17 years ago
  66. 6eaf8de hush: fix "for a in; do echo 'I should never run'; done" bug by Denis Vlasenko · 17 years ago
  67. 30c9cc5 hush: continue fixing quoting and subst: fix glob_and_assign.tests. by Denis Vlasenko · 17 years ago
  68. c7985b7 hush: cleanup pass, the biggest is - moved builtins to the end of the file, by Denis Vlasenko · 17 years ago
  69. b61e13d hush: fix memory leak. it was actually rather invloved problem. by Denis Vlasenko · 17 years ago
  70. ccce59d hush: fixing fallout from last big glob fix: by Denis Vlasenko · 17 years ago
  71. 82dfec3 hush: fix hush-bugs/glob_and_vars.tests testcase: by Denis Vlasenko · 17 years ago
  72. 5703c22 hush: eliminate PARSEFLAG_SEMICOLON and ctx->parse_type field. by Denis Vlasenko · 17 years ago
  73. f8d01d3 hush: fix a bug where we were requiring semicolon here: (cmd;) by Denis Vlasenko · 17 years ago
  74. dd316dd hush: add support for ':'; create testsuite entries by Denis Vlasenko · 17 years ago
  75. a844200 hush: support "! cmd | cmd" negation by Denis Vlasenko · 17 years ago
  76. 7e3d33b hush: speed up o_addX{chr,str} by Denis Vlasenko · 17 years ago
  77. 76db5ad hush: fix for nested $()s with escapes + testsuite by Denis Vlasenko · 17 years ago
  78. 87f40ba hush: more backtick and quoting fixes... by Denis Vlasenko · 17 years ago
  79. 43360e5 hush: fix escaping of \[*?; add testsuites for these and for globbing by Denis Vlasenko · 17 years ago
  80. 2e76c3f hush: fix yet another fallout hush: move fixed testsuites out of hush-bugs/* by Denis Vlasenko · 17 years ago
  81. 895bea2 hush: fix some fallout from prev commits, add testsuite by Denis Vlasenko · 17 years ago
  82. 46ccdcb hush: search/and/replace style cleanups, no code changes by Denis Vlasenko · 17 years ago
  83. 7b4f3f1 hush: fix two nasty bugs: hush-bugs/tick2.tests: ok hush-bugs/tick.tests: ok by Denis Vlasenko · 17 years ago
  84. 76d5041 hush: fix a memory leak in NOMMU case by Denis Vlasenko · 17 years ago
  85. 3fe4f98 less: fix a case when regexp matches "" by Denis Vlasenko · 17 years ago
  86. 4830fc5 hush: make it ignore SIGINT etc in a config wich has no job control by Denis Vlasenko · 17 years ago
  87. 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  88. 7465dbc ash: speed up NOFORK code in ash by eliminating second find_applet(). by Denis Vlasenko · 17 years ago
  89. 0b6c6a9 lpd: fix OOM vulnerability (was eating arbitrarily large commands) by Denis Vlasenko · 17 years ago
  90. c93b162 patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) by Denis Vlasenko · 17 years ago
  91. f90ab18 *: use fopen_or_warn in few more places by Denis Vlasenko · 17 years ago
  92. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  93. 3f165fa libbb: introduce and use sigprocmask_allsigs and sigaction_set. by Denis Vlasenko · 17 years ago
  94. 8e2cfec libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set by Denis Vlasenko · 17 years ago
  95. 574f2f4 *: add optimization barrier to all "G trick" locations by Denis Vlasenko · 17 years ago
  96. 400d8bb less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1) by Denis Vlasenko · 17 years ago
  97. e376d45 libbb: introduce and use nonblock_safe_read(). Yay! by Denis Vlasenko · 17 years ago
  98. 25591c3 libbb: introduce bb_signals and bb_signals_recursive, by Denis Vlasenko · 17 years ago
  99. 284d0fa random s/short/int/ by Denis Vlasenko · 17 years ago
  100. 8317799 hush: die_sllep needs restoring only if job control is on by Denis Vlasenko · 17 years ago