1. ff29b4f randomconfig fix by Denis Vlasenko · 16 years ago
  2. 4554b72 hush: small fix for repeated continue and fix for wrong loop depth count by Denis Vlasenko · 16 years ago
  3. 45cb9f9 hush: fix inverted check (was making all break's to act as "break 99999") by Denis Vlasenko · 16 years ago
  4. fcf37c3 hush: fix break'ing out of {} and () groups; with testcase by Denis Vlasenko · 16 years ago
  5. d91afa3 randomconfig fixes by Denis Vlasenko · 16 years ago
  6. dadfb49 hush: add #defines to switch off break/continue if loops are not supported by Denis Vlasenko · 16 years ago
  7. 918a34b hush: fix "while false; ..." exitcode; add testsuites by Denis Vlasenko · 16 years ago
  8. 6a2d40f hush: support "break N" and "continue N" by Denis Vlasenko · 16 years ago
  9. bcb2553 hush: implement break and continue by Denis Vlasenko · 16 years ago
  10. cf22c89 hush: in run_list(), some loop_top ops seems to be superfluous. by Denis Vlasenko · 16 years ago
  11. 12acec5 hush: in run_list(), last_cond_code seems to be superfluous. comment it out by Denis Vlasenko · 16 years ago
  12. 5e052ca hush: explain run_list() in detail; small optimizations by Denis Vlasenko · 16 years ago
  13. be709c2 hush: finish and enable optional case...esac support. Code size cost: by Denis Vlasenko · 16 years ago
  14. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  15. a53de7f - fix spelling by Bernhard Reutner-Fischer · 16 years ago
  16. 757361f hush: fix "... pattern) cmd;; esac" case by Denis Vlasenko · 16 years ago
  17. 395ae45 hush: delete unused field in struct child. by Denis Vlasenko · 16 years ago
  18. 17f02e7 hush: add case statement support. It is incomplete and disabled for now. by Denis Vlasenko · 16 years ago
  19. 6bdff08 hush: compile fixes for !LOOPS case by Denis Vlasenko · 17 years ago
  20. 733e3fb hush: support "for if in do done then; do echo $if; done" case by Denis Vlasenko · 17 years ago
  21. ff182a3 hush: support "for v; do ... done" syntax (implied 'in "$@"') by Denis Vlasenko · 17 years ago
  22. afdcd12 hush: fix a case where "$@" must expand to no word at all by Denis Vlasenko · 17 years ago
  23. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 17 years ago
  24. 82604e9 revert last two commits. vfork cannot be used in subroutine, by Denis Vlasenko · 17 years ago
  25. 58d60c3 *: introduce and use xfork() by Denis Vlasenko · 17 years ago
  26. 3da5572 *: introduce and use xvfork() by Denis Vlasenko · 17 years ago
  27. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 17 years ago
  28. 7049ff8 whitespace fixes. no code changes by Denis Vlasenko · 17 years ago
  29. 5ec6132 hush: ifdef out parts which are not needed by Denis Vlasenko · 17 years ago
  30. 003f9fb hush: kill some old unused fields; small code shrink by Denis Vlasenko · 17 years ago
  31. cc3f20b fix breakage found by randomconfig by Denis Vlasenko · 17 years ago
  32. 211b59b hush: trivial fix in debug code by Denis Vlasenko · 17 years ago
  33. 324a3fd fix globbing in unquoted $* and $@ by Denis Vlasenko · 17 years ago
  34. 55789c6 hush: fix a bug with backslashes improperly handled in unquoted variables. by Denis Vlasenko · 17 years ago
  35. ab876cd hush: add testsuite for "no globbing in redirection" rule. by Denis Vlasenko · 17 years ago
  36. c1c63b6 hush: fix last hush-bugs testcase (disappearing "", $empty"" etc) by Denis Vlasenko · 17 years ago
  37. 16c2fea hush: fix $$ handling by Denis Vlasenko · 17 years ago
  38. 6eaf8de hush: fix "for a in; do echo 'I should never run'; done" bug by Denis Vlasenko · 17 years ago
  39. 30c9cc5 hush: continue fixing quoting and subst: fix glob_and_assign.tests. by Denis Vlasenko · 17 years ago
  40. c7985b7 hush: cleanup pass, the biggest is - moved builtins to the end of the file, by Denis Vlasenko · 17 years ago
  41. b61e13d hush: fix memory leak. it was actually rather invloved problem. by Denis Vlasenko · 17 years ago
  42. ccce59d hush: fixing fallout from last big glob fix: by Denis Vlasenko · 17 years ago
  43. 82dfec3 hush: fix hush-bugs/glob_and_vars.tests testcase: by Denis Vlasenko · 17 years ago
  44. 5703c22 hush: eliminate PARSEFLAG_SEMICOLON and ctx->parse_type field. by Denis Vlasenko · 17 years ago
  45. f8d01d3 hush: fix a bug where we were requiring semicolon here: (cmd;) by Denis Vlasenko · 17 years ago
  46. dd316dd hush: add support for ':'; create testsuite entries by Denis Vlasenko · 17 years ago
  47. a844200 hush: support "! cmd | cmd" negation by Denis Vlasenko · 17 years ago
  48. 7e3d33b hush: speed up o_addX{chr,str} by Denis Vlasenko · 17 years ago
  49. 76db5ad hush: fix for nested $()s with escapes + testsuite by Denis Vlasenko · 17 years ago
  50. 87f40ba hush: more backtick and quoting fixes... by Denis Vlasenko · 17 years ago
  51. 43360e5 hush: fix escaping of \[*?; add testsuites for these and for globbing by Denis Vlasenko · 17 years ago
  52. 2e76c3f hush: fix yet another fallout hush: move fixed testsuites out of hush-bugs/* by Denis Vlasenko · 17 years ago
  53. 895bea2 hush: fix some fallout from prev commits, add testsuite by Denis Vlasenko · 17 years ago
  54. 46ccdcb hush: search/and/replace style cleanups, no code changes by Denis Vlasenko · 17 years ago
  55. 7b4f3f1 hush: fix two nasty bugs: hush-bugs/tick2.tests: ok hush-bugs/tick.tests: ok by Denis Vlasenko · 17 years ago
  56. 76d5041 hush: fix a memory leak in NOMMU case by Denis Vlasenko · 17 years ago
  57. 3fe4f98 less: fix a case when regexp matches "" by Denis Vlasenko · 17 years ago
  58. 4830fc5 hush: make it ignore SIGINT etc in a config wich has no job control by Denis Vlasenko · 17 years ago
  59. 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  60. 7465dbc ash: speed up NOFORK code in ash by eliminating second find_applet(). by Denis Vlasenko · 17 years ago
  61. 0b6c6a9 lpd: fix OOM vulnerability (was eating arbitrarily large commands) by Denis Vlasenko · 17 years ago
  62. c93b162 patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) by Denis Vlasenko · 17 years ago
  63. f90ab18 *: use fopen_or_warn in few more places by Denis Vlasenko · 17 years ago
  64. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  65. 3f165fa libbb: introduce and use sigprocmask_allsigs and sigaction_set. by Denis Vlasenko · 17 years ago
  66. 8e2cfec libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set by Denis Vlasenko · 17 years ago
  67. 574f2f4 *: add optimization barrier to all "G trick" locations by Denis Vlasenko · 17 years ago
  68. 400d8bb less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1) by Denis Vlasenko · 17 years ago
  69. e376d45 libbb: introduce and use nonblock_safe_read(). Yay! by Denis Vlasenko · 17 years ago
  70. 25591c3 libbb: introduce bb_signals and bb_signals_recursive, by Denis Vlasenko · 17 years ago
  71. 284d0fa random s/short/int/ by Denis Vlasenko · 17 years ago
  72. 8317799 hush: die_sllep needs restoring only if job control is on by Denis Vlasenko · 17 years ago
  73. 08126f6 hush: close-on-exec interactive_fd by Denis Vlasenko · 17 years ago
  74. 459a5ad hush: set CLOEXEC on script file being executed by Denis Vlasenko · 17 years ago
  75. 4ecfcdc hush: fix the comment by Denis Vlasenko · 17 years ago
  76. c04163a hush: reset die_sleep to 0 in child after fork by Denis Vlasenko · 17 years ago
  77. 05743d7 hush: reinstate `cmd` handling for NOMMU (with fat big warning). by Denis Vlasenko · 17 years ago
  78. 847fa77 *: tidy up usage of char **environ by Denis Vlasenko · 17 years ago
  79. d2c450c hush: report [v]fork failures by Denis Vlasenko · 17 years ago
  80. fb0eba7 libbb: introduce and use safe_waitpid (loops in EINTR) by Denis Vlasenko · 17 years ago
  81. 3b49216 hush: fixlet for NOMMU update TODO_config_nommu by Denis Vlasenko · 17 years ago
  82. 1aa7e47 reorganize applet table. Eliminates pointers to names. by Denis Vlasenko · 17 years ago
  83. fe5e23b remove echo_main -> bb_echo indirection by Denis Vlasenko · 17 years ago
  84. c3c6659 hush: fix segfault in "echo $@" when we have no arguments by Denis Vlasenko · 17 years ago
  85. 96702ca kill lash. "lash" builtin still exists, but it runs hush. by Denis Vlasenko · 17 years ago
  86. 5bc593c hush: implement echo builtin by Denis Vlasenko · 17 years ago
  87. cccdc4e hush: fix $ expansion in redirections, add testcase for that by Denis Vlasenko · 17 years ago
  88. 8350686 hush: implement test builtin by Denis Vlasenko · 17 years ago
  89. f962a03 hush: plug memory leak by Denis Vlasenko · 17 years ago
  90. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  91. 82d38da get rid of global "struct bb_applet *current_applet" by Denis Vlasenko · 17 years ago
  92. d65ea39 hush: fix glob() abuse. Code was making unfounded assumptions how by Denis Vlasenko · 17 years ago
  93. ff09762 hush: int->smallint for flag vars; make some names more "greppable" by Denis Vlasenko · 17 years ago
  94. 8412d79 hush: feeble attempt at making it more NOMMU-friendly by Denis Vlasenko · 17 years ago
  95. a089817 hush: stop doing manual acounting of open fd's, kernel can do it for us by Denis Vlasenko · 17 years ago
  96. 96e1b38 introduce and use close_on_exec_on(fd). -50 bytes. by Denis Vlasenko · 17 years ago
  97. 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
  98. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  99. 80b8b39 Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <wharms@bfs.de>) by Denis Vlasenko · 18 years ago
  100. ca525b4 *: BB_BANNER -> bb_banner (it is not a const or #define)! by Denis Vlasenko · 18 years ago