1. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  2. 26bc57d ash: improve comments by Denis Vlasenko · 16 years ago
  3. 448d30e ash: fix very weak $RANDOM generator; and move even more things out of data/bss by Denis Vlasenko · 16 years ago
  4. 843cbd5 ash: move stuff out of data/bss by Denis Vlasenko · 16 years ago
  5. f5d8c90 style fixes, no code changes by Denis Vlasenko · 16 years ago
  6. 7049ff8 whitespace fixes. no code changes by Denis Vlasenko · 16 years ago
  7. 5ec6132 hush: ifdef out parts which are not needed by Denis Vlasenko · 16 years ago
  8. 003f9fb hush: kill some old unused fields; small code shrink by Denis Vlasenko · 16 years ago
  9. cc3f20b fix breakage found by randomconfig by Denis Vlasenko · 16 years ago
  10. 211b59b hush: trivial fix in debug code by Denis Vlasenko · 16 years ago
  11. 2f5d0cd ash: trivial code readability fixes by Denis Vlasenko · 16 years ago
  12. 2b75a94 ash: improve readability of the code. No real code changes. by Denis Vlasenko · 16 years ago
  13. ef527f5 ash: optional support for $'...\t...\n...' bashism by Denis Vlasenko · 16 years ago
  14. b07a496 ash: minor shrink (mostly smallints) and variable renaming by Denis Vlasenko · 16 years ago
  15. 9cd4c76 ash: fix "shift BIGNUM" and "read with no variable name" bugs. by Denis Vlasenko · 17 years ago
  16. 1ba323e cosmetics in hush testsuites by Denis Vlasenko · 17 years ago
  17. 324a3fd fix globbing in unquoted $* and $@ by Denis Vlasenko · 17 years ago
  18. 55789c6 hush: fix a bug with backslashes improperly handled in unquoted variables. by Denis Vlasenko · 17 years ago
  19. ab876cd hush: add testsuite for "no globbing in redirection" rule. by Denis Vlasenko · 17 years ago
  20. 985de15 hush: expand quote3.tests and move from hush-bugs to hush-parsing by Denis Vlasenko · 17 years ago
  21. c1c63b6 hush: fix last hush-bugs testcase (disappearing "", $empty"" etc) by Denis Vlasenko · 17 years ago
  22. 16c2fea hush: fix $$ handling by Denis Vlasenko · 17 years ago
  23. 6eaf8de hush: fix "for a in; do echo 'I should never run'; done" bug by Denis Vlasenko · 17 years ago
  24. 9883392 move glob_and_assign.tests from hush-bugs to hush-glob by Denis Vlasenko · 17 years ago
  25. 30c9cc5 hush: continue fixing quoting and subst: fix glob_and_assign.tests. by Denis Vlasenko · 17 years ago
  26. c7985b7 hush: cleanup pass, the biggest is - moved builtins to the end of the file, by Denis Vlasenko · 17 years ago
  27. b61e13d hush: fix memory leak. it was actually rather invloved problem. by Denis Vlasenko · 17 years ago
  28. ccce59d hush: fixing fallout from last big glob fix: by Denis Vlasenko · 17 years ago
  29. 32d8423 hush: delete hush-bugs/glob_and_vars.tests for real by Denis Vlasenko · 17 years ago
  30. 82dfec3 hush: fix hush-bugs/glob_and_vars.tests testcase: by Denis Vlasenko · 17 years ago
  31. 5703c22 hush: eliminate PARSEFLAG_SEMICOLON and ctx->parse_type field. by Denis Vlasenko · 17 years ago
  32. f8d01d3 hush: fix a bug where we were requiring semicolon here: (cmd;) by Denis Vlasenko · 17 years ago
  33. dd316dd hush: add support for ':'; create testsuite entries by Denis Vlasenko · 17 years ago
  34. a844200 hush: support "! cmd | cmd" negation by Denis Vlasenko · 17 years ago
  35. 29038c0 ash: small cosmetic change by Denis Vlasenko · 17 years ago
  36. 2659c63 ash: fix ${var/s/r} handling, add testcase. by Denis Vlasenko · 17 years ago
  37. 7e3d33b hush: speed up o_addX{chr,str} by Denis Vlasenko · 17 years ago
  38. 76db5ad hush: fix for nested $()s with escapes + testsuite by Denis Vlasenko · 17 years ago
  39. 87f40ba hush: more backtick and quoting fixes... by Denis Vlasenko · 17 years ago
  40. 43360e5 hush: fix escaping of \[*?; add testsuites for these and for globbing by Denis Vlasenko · 17 years ago
  41. 2e76c3f hush: fix yet another fallout hush: move fixed testsuites out of hush-bugs/* by Denis Vlasenko · 17 years ago
  42. 895bea2 hush: fix some fallout from prev commits, add testsuite by Denis Vlasenko · 17 years ago
  43. 46ccdcb hush: search/and/replace style cleanups, no code changes by Denis Vlasenko · 17 years ago
  44. 7b4f3f1 hush: fix two nasty bugs: hush-bugs/tick2.tests: ok hush-bugs/tick.tests: ok by Denis Vlasenko · 17 years ago
  45. 76d5041 hush: fix a memory leak in NOMMU case by Denis Vlasenko · 17 years ago
  46. 3fe4f98 less: fix a case when regexp matches "" by Denis Vlasenko · 17 years ago
  47. 98a6f56 reword the error msg so people realize that they broke it, they buy it by Mike Frysinger · 17 years ago
  48. 598bb73 cosmetics by Denis Vlasenko · 17 years ago
  49. 2d0529c msh_function.patch: picked it up in the wild. by Denis Vlasenko · 17 years ago
  50. ed9d621 msh: style cleanups. No code changes. by Denis Vlasenko · 17 years ago
  51. b8c9354 hush: add yet another bug to testsuite :( by Denis Vlasenko · 17 years ago
  52. 66d56c5 ash testsuite: modify it so that it can run hush and msh tests by Denis Vlasenko · 17 years ago
  53. cd2663f ash: optional printf builtin. +25 bytes if off, +35 if on. by Denis Vlasenko · 17 years ago
  54. d789206 msh: fix ENOENT testcase by Denis Vlasenko · 17 years ago
  55. 447bd66 msh: fix the case where the file has exec bit but can't be run directly by Denis Vlasenko · 17 years ago
  56. 4830fc5 hush: make it ignore SIGINT etc in a config wich has no job control by Denis Vlasenko · 17 years ago
  57. 5e25ddb - use STD*_FILENO some more. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  58. 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  59. 29eb359 ash: more of -Wall fixes by Denis Vlasenko · 17 years ago
  60. 6b06cb8 more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs. by Denis Vlasenko · 17 years ago
  61. b81f97b fix by Jie Zhang for exit status and POSIX compliance: by Mike Frysinger · 17 years ago
  62. dddfaff ash: make set -o and set +o work as in dash/bash. by Cristian Ionescu-Idbohrn. by Denis Vlasenko · 17 years ago
  63. bc1918a trivial fixes to make bbox compile with gcc 4.3.0 by Denis Vlasenko · 17 years ago
  64. c7131c3 ash: fix breakage introduced in rev 21481. by Denis Vlasenko · 17 years ago
  65. 6d1ebec ash: add another testsuite entry ("leaking variables" bug) by Denis Vlasenko · 17 years ago
  66. 7465dbc ash: speed up NOFORK code in ash by eliminating second find_applet(). by Denis Vlasenko · 17 years ago
  67. f78a656 ash: a bit more complete POSIX subst testsuite entry by Denis Vlasenko · 17 years ago
  68. 033424a ash: add testsuite entry for POSIX-mandated ${var#word} ${var##word} by Denis Vlasenko · 17 years ago
  69. 9bc80d7 ash: add FEATURE_SH_NOFORK support by Denis Vlasenko · 17 years ago
  70. 4a9ca13 ash: do not do find_applet() twice in shellexec/tryexec by Denis Vlasenko · 17 years ago
  71. 93b8263 fix build with gcc -combine by Denis Vlasenko · 17 years ago
  72. 468aea2 shells: do not frocibly enable test, echo and kill _applets_, by Denis Vlasenko · 17 years ago
  73. 80591b0 ash: support for && and || in [[ expr ]]; add testsuite checks by Denis Vlasenko · 17 years ago
  74. f7d5665 ash: comment about [[; code style fixes. No code changes. by Denis Vlasenko · 17 years ago
  75. 92e13c2 ash: optional bash-like pattern subst and substring opts by Denis Vlasenko · 17 years ago
  76. 59f351c ash: add read -u; fix read -t and read -n; add testsuite entries. by Denis Vlasenko · 17 years ago
  77. c693840 *: whitespace fixes, no code changes by Denis Vlasenko · 17 years ago
  78. 42cc304 lpr: add more accurate comments *: trailing whitespace removal by Denis Vlasenko · 17 years ago
  79. 0b6c6a9 lpd: fix OOM vulnerability (was eating arbitrarily large commands) by Denis Vlasenko · 17 years ago
  80. c93b162 patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) by Denis Vlasenko · 17 years ago
  81. f90ab18 *: use fopen_or_warn in few more places by Denis Vlasenko · 17 years ago
  82. 62a90cd *: shrink by using [f]open_or_warn_stdin where appropriate by Denis Vlasenko · 17 years ago
  83. 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 17 years ago
  84. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  85. 3f165fa libbb: introduce and use sigprocmask_allsigs and sigaction_set. by Denis Vlasenko · 17 years ago
  86. 8e2cfec libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set by Denis Vlasenko · 17 years ago
  87. a43dba7 msh: create testsuite (based on hush one) by Denis Vlasenko · 17 years ago
  88. 4aafd5f msh: a few fields renamed; short->int conversion for a field by Denis Vlasenko · 17 years ago
  89. fb29038 libbb: inntroduce and use bb_pstrcmp() and qsort_string_vector() by Denis Vlasenko · 17 years ago
  90. 509697f msh: renames: ->words => ->op_words, space() => get_space() by Denis Vlasenko · 17 years ago
  91. fe21883 msh: fix for bug 846 ("break" didn't work second time) by Denis Vlasenko · 17 years ago
  92. 574f2f4 *: add optimization barrier to all "G trick" locations by Denis Vlasenko · 17 years ago
  93. 400d8bb less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1) by Denis Vlasenko · 17 years ago
  94. 6aa74fc ash: s/ckzmalloc/ckzalloc/ by Denis Vlasenko · 17 years ago
  95. 838ffd5 ash: sprinkle a bit more of zeroed allocations. by Denis Vlasenko · 17 years ago
  96. e376d45 libbb: introduce and use nonblock_safe_read(). Yay! by Denis Vlasenko · 17 years ago
  97. 597906c ash: introduce and use stzalloc and ckzalloc. by Denis Vlasenko · 17 years ago
  98. c12d51e ash: fix fallout from "A=1 B=$A; echo $B" code. by Denis Vlasenko · 17 years ago
  99. 5624473 whitespace fixes by Denis Vlasenko · 17 years ago
  100. 25591c3 libbb: introduce bb_signals and bb_signals_recursive, by Denis Vlasenko · 17 years ago