1. e7067e3 ash: fix segfault in "command -v" by Denis Vlasenko · 16 years ago
  2. 6bdff08 hush: compile fixes for !LOOPS case by Denis Vlasenko · 16 years ago
  3. 733e3fb hush: support "for if in do done then; do echo $if; done" case by Denis Vlasenko · 16 years ago
  4. ff182a3 hush: support "for v; do ... done" syntax (implied 'in "$@"') by Denis Vlasenko · 16 years ago
  5. afdcd12 hush: fix a case where "$@" must expand to no word at all by Denis Vlasenko · 16 years ago
  6. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  7. fa0b56d sendmail: fix wrong vfork usage here too *: shorten error texts by Denis Vlasenko · 16 years ago
  8. 82604e9 revert last two commits. vfork cannot be used in subroutine, by Denis Vlasenko · 16 years ago
  9. 58d60c3 *: introduce and use xfork() by Denis Vlasenko · 16 years ago
  10. 3da5572 *: introduce and use xvfork() by Denis Vlasenko · 16 years ago
  11. ce13b76 libbb: shrink monotonic_XXX functions, introduce monotonic_ns (unused for now) by Denis Vlasenko · 16 years ago
  12. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  13. 26bc57d ash: improve comments by Denis Vlasenko · 16 years ago
  14. 448d30e ash: fix very weak $RANDOM generator; and move even more things out of data/bss by Denis Vlasenko · 16 years ago
  15. 843cbd5 ash: move stuff out of data/bss by Denis Vlasenko · 16 years ago
  16. f5d8c90 style fixes, no code changes by Denis Vlasenko · 16 years ago
  17. 7049ff8 whitespace fixes. no code changes by Denis Vlasenko · 16 years ago
  18. 5ec6132 hush: ifdef out parts which are not needed by Denis Vlasenko · 16 years ago
  19. 003f9fb hush: kill some old unused fields; small code shrink by Denis Vlasenko · 16 years ago
  20. cc3f20b fix breakage found by randomconfig by Denis Vlasenko · 16 years ago
  21. 211b59b hush: trivial fix in debug code by Denis Vlasenko · 16 years ago
  22. 2f5d0cd ash: trivial code readability fixes by Denis Vlasenko · 16 years ago
  23. 2b75a94 ash: improve readability of the code. No real code changes. by Denis Vlasenko · 16 years ago
  24. ef527f5 ash: optional support for $'...\t...\n...' bashism by Denis Vlasenko · 16 years ago
  25. b07a496 ash: minor shrink (mostly smallints) and variable renaming by Denis Vlasenko · 16 years ago
  26. 9cd4c76 ash: fix "shift BIGNUM" and "read with no variable name" bugs. by Denis Vlasenko · 16 years ago
  27. 1ba323e cosmetics in hush testsuites by Denis Vlasenko · 16 years ago
  28. 324a3fd fix globbing in unquoted $* and $@ by Denis Vlasenko · 16 years ago
  29. 55789c6 hush: fix a bug with backslashes improperly handled in unquoted variables. by Denis Vlasenko · 16 years ago
  30. ab876cd hush: add testsuite for "no globbing in redirection" rule. by Denis Vlasenko · 16 years ago
  31. 985de15 hush: expand quote3.tests and move from hush-bugs to hush-parsing by Denis Vlasenko · 16 years ago
  32. c1c63b6 hush: fix last hush-bugs testcase (disappearing "", $empty"" etc) by Denis Vlasenko · 16 years ago
  33. 16c2fea hush: fix $$ handling by Denis Vlasenko · 17 years ago
  34. 6eaf8de hush: fix "for a in; do echo 'I should never run'; done" bug by Denis Vlasenko · 17 years ago
  35. 9883392 move glob_and_assign.tests from hush-bugs to hush-glob by Denis Vlasenko · 17 years ago
  36. 30c9cc5 hush: continue fixing quoting and subst: fix glob_and_assign.tests. by Denis Vlasenko · 17 years ago
  37. c7985b7 hush: cleanup pass, the biggest is - moved builtins to the end of the file, by Denis Vlasenko · 17 years ago
  38. b61e13d hush: fix memory leak. it was actually rather invloved problem. by Denis Vlasenko · 17 years ago
  39. ccce59d hush: fixing fallout from last big glob fix: by Denis Vlasenko · 17 years ago
  40. 32d8423 hush: delete hush-bugs/glob_and_vars.tests for real by Denis Vlasenko · 17 years ago
  41. 82dfec3 hush: fix hush-bugs/glob_and_vars.tests testcase: by Denis Vlasenko · 17 years ago
  42. 5703c22 hush: eliminate PARSEFLAG_SEMICOLON and ctx->parse_type field. by Denis Vlasenko · 17 years ago
  43. f8d01d3 hush: fix a bug where we were requiring semicolon here: (cmd;) by Denis Vlasenko · 17 years ago
  44. dd316dd hush: add support for ':'; create testsuite entries by Denis Vlasenko · 17 years ago
  45. a844200 hush: support "! cmd | cmd" negation by Denis Vlasenko · 17 years ago
  46. 29038c0 ash: small cosmetic change by Denis Vlasenko · 17 years ago
  47. 2659c63 ash: fix ${var/s/r} handling, add testcase. 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. 98a6f56 reword the error msg so people realize that they broke it, they buy it by Mike Frysinger · 17 years ago
  59. 598bb73 cosmetics by Denis Vlasenko · 17 years ago
  60. 2d0529c msh_function.patch: picked it up in the wild. by Denis Vlasenko · 17 years ago
  61. ed9d621 msh: style cleanups. No code changes. by Denis Vlasenko · 17 years ago
  62. b8c9354 hush: add yet another bug to testsuite :( by Denis Vlasenko · 17 years ago
  63. 66d56c5 ash testsuite: modify it so that it can run hush and msh tests by Denis Vlasenko · 17 years ago
  64. cd2663f ash: optional printf builtin. +25 bytes if off, +35 if on. by Denis Vlasenko · 17 years ago
  65. d789206 msh: fix ENOENT testcase by Denis Vlasenko · 17 years ago
  66. 447bd66 msh: fix the case where the file has exec bit but can't be run directly by Denis Vlasenko · 17 years ago
  67. 4830fc5 hush: make it ignore SIGINT etc in a config wich has no job control by Denis Vlasenko · 17 years ago
  68. 5e25ddb - use STD*_FILENO some more. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  69. 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  70. 29eb359 ash: more of -Wall fixes by Denis Vlasenko · 17 years ago
  71. 6b06cb8 more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs. by Denis Vlasenko · 17 years ago
  72. b81f97b fix by Jie Zhang for exit status and POSIX compliance: by Mike Frysinger · 17 years ago
  73. dddfaff ash: make set -o and set +o work as in dash/bash. by Cristian Ionescu-Idbohrn. by Denis Vlasenko · 17 years ago
  74. bc1918a trivial fixes to make bbox compile with gcc 4.3.0 by Denis Vlasenko · 17 years ago
  75. c7131c3 ash: fix breakage introduced in rev 21481. by Denis Vlasenko · 17 years ago
  76. 6d1ebec ash: add another testsuite entry ("leaking variables" bug) by Denis Vlasenko · 17 years ago
  77. 7465dbc ash: speed up NOFORK code in ash by eliminating second find_applet(). by Denis Vlasenko · 17 years ago
  78. f78a656 ash: a bit more complete POSIX subst testsuite entry by Denis Vlasenko · 17 years ago
  79. 033424a ash: add testsuite entry for POSIX-mandated ${var#word} ${var##word} by Denis Vlasenko · 17 years ago
  80. 9bc80d7 ash: add FEATURE_SH_NOFORK support by Denis Vlasenko · 17 years ago
  81. 4a9ca13 ash: do not do find_applet() twice in shellexec/tryexec by Denis Vlasenko · 17 years ago
  82. 93b8263 fix build with gcc -combine by Denis Vlasenko · 17 years ago
  83. 468aea2 shells: do not frocibly enable test, echo and kill _applets_, by Denis Vlasenko · 17 years ago
  84. 80591b0 ash: support for && and || in [[ expr ]]; add testsuite checks by Denis Vlasenko · 17 years ago
  85. f7d5665 ash: comment about [[; code style fixes. No code changes. by Denis Vlasenko · 17 years ago
  86. 92e13c2 ash: optional bash-like pattern subst and substring opts by Denis Vlasenko · 17 years ago
  87. 59f351c ash: add read -u; fix read -t and read -n; add testsuite entries. by Denis Vlasenko · 17 years ago
  88. c693840 *: whitespace fixes, no code changes by Denis Vlasenko · 17 years ago
  89. 42cc304 lpr: add more accurate comments *: trailing whitespace removal by Denis Vlasenko · 17 years ago
  90. 0b6c6a9 lpd: fix OOM vulnerability (was eating arbitrarily large commands) by Denis Vlasenko · 17 years ago
  91. c93b162 patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) by Denis Vlasenko · 17 years ago
  92. f90ab18 *: use fopen_or_warn in few more places by Denis Vlasenko · 17 years ago
  93. 62a90cd *: shrink by using [f]open_or_warn_stdin where appropriate by Denis Vlasenko · 17 years ago
  94. 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 17 years ago
  95. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  96. 3f165fa libbb: introduce and use sigprocmask_allsigs and sigaction_set. by Denis Vlasenko · 17 years ago
  97. 8e2cfec libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set by Denis Vlasenko · 17 years ago
  98. a43dba7 msh: create testsuite (based on hush one) by Denis Vlasenko · 17 years ago
  99. 4aafd5f msh: a few fields renamed; short->int conversion for a field by Denis Vlasenko · 17 years ago
  100. fb29038 libbb: inntroduce and use bb_pstrcmp() and qsort_string_vector() by Denis Vlasenko · 17 years ago