1. c1c63b6 hush: fix last hush-bugs testcase (disappearing "", $empty"" etc) by Denis Vlasenko · 16 years ago
  2. 16c2fea hush: fix $$ handling by Denis Vlasenko · 17 years ago
  3. 6eaf8de hush: fix "for a in; do echo 'I should never run'; done" bug by Denis Vlasenko · 17 years ago
  4. 9883392 move glob_and_assign.tests from hush-bugs to hush-glob by Denis Vlasenko · 17 years ago
  5. 30c9cc5 hush: continue fixing quoting and subst: fix glob_and_assign.tests. by Denis Vlasenko · 17 years ago
  6. c7985b7 hush: cleanup pass, the biggest is - moved builtins to the end of the file, by Denis Vlasenko · 17 years ago
  7. b61e13d hush: fix memory leak. it was actually rather invloved problem. by Denis Vlasenko · 17 years ago
  8. ccce59d hush: fixing fallout from last big glob fix: by Denis Vlasenko · 17 years ago
  9. 32d8423 hush: delete hush-bugs/glob_and_vars.tests for real by Denis Vlasenko · 17 years ago
  10. 82dfec3 hush: fix hush-bugs/glob_and_vars.tests testcase: by Denis Vlasenko · 17 years ago
  11. 5703c22 hush: eliminate PARSEFLAG_SEMICOLON and ctx->parse_type field. by Denis Vlasenko · 17 years ago
  12. f8d01d3 hush: fix a bug where we were requiring semicolon here: (cmd;) by Denis Vlasenko · 17 years ago
  13. dd316dd hush: add support for ':'; create testsuite entries by Denis Vlasenko · 17 years ago
  14. a844200 hush: support "! cmd | cmd" negation by Denis Vlasenko · 17 years ago
  15. 29038c0 ash: small cosmetic change by Denis Vlasenko · 17 years ago
  16. 2659c63 ash: fix ${var/s/r} handling, add testcase. by Denis Vlasenko · 17 years ago
  17. 7e3d33b hush: speed up o_addX{chr,str} by Denis Vlasenko · 17 years ago
  18. 76db5ad hush: fix for nested $()s with escapes + testsuite by Denis Vlasenko · 17 years ago
  19. 87f40ba hush: more backtick and quoting fixes... by Denis Vlasenko · 17 years ago
  20. 43360e5 hush: fix escaping of \[*?; add testsuites for these and for globbing by Denis Vlasenko · 17 years ago
  21. 2e76c3f hush: fix yet another fallout hush: move fixed testsuites out of hush-bugs/* by Denis Vlasenko · 17 years ago
  22. 895bea2 hush: fix some fallout from prev commits, add testsuite by Denis Vlasenko · 17 years ago
  23. 46ccdcb hush: search/and/replace style cleanups, no code changes by Denis Vlasenko · 17 years ago
  24. 7b4f3f1 hush: fix two nasty bugs: hush-bugs/tick2.tests: ok hush-bugs/tick.tests: ok by Denis Vlasenko · 17 years ago
  25. 76d5041 hush: fix a memory leak in NOMMU case by Denis Vlasenko · 17 years ago
  26. 3fe4f98 less: fix a case when regexp matches "" by Denis Vlasenko · 17 years ago
  27. 98a6f56 reword the error msg so people realize that they broke it, they buy it by Mike Frysinger · 17 years ago
  28. 598bb73 cosmetics by Denis Vlasenko · 17 years ago
  29. 2d0529c msh_function.patch: picked it up in the wild. by Denis Vlasenko · 17 years ago
  30. ed9d621 msh: style cleanups. No code changes. by Denis Vlasenko · 17 years ago
  31. b8c9354 hush: add yet another bug to testsuite :( by Denis Vlasenko · 17 years ago
  32. 66d56c5 ash testsuite: modify it so that it can run hush and msh tests by Denis Vlasenko · 17 years ago
  33. cd2663f ash: optional printf builtin. +25 bytes if off, +35 if on. by Denis Vlasenko · 17 years ago
  34. d789206 msh: fix ENOENT testcase by Denis Vlasenko · 17 years ago
  35. 447bd66 msh: fix the case where the file has exec bit but can't be run directly by Denis Vlasenko · 17 years ago
  36. 4830fc5 hush: make it ignore SIGINT etc in a config wich has no job control by Denis Vlasenko · 17 years ago
  37. 5e25ddb - use STD*_FILENO some more. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  38. 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  39. 29eb359 ash: more of -Wall fixes by Denis Vlasenko · 17 years ago
  40. 6b06cb8 more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs. by Denis Vlasenko · 17 years ago
  41. b81f97b fix by Jie Zhang for exit status and POSIX compliance: by Mike Frysinger · 17 years ago
  42. dddfaff ash: make set -o and set +o work as in dash/bash. by Cristian Ionescu-Idbohrn. by Denis Vlasenko · 17 years ago
  43. bc1918a trivial fixes to make bbox compile with gcc 4.3.0 by Denis Vlasenko · 17 years ago
  44. c7131c3 ash: fix breakage introduced in rev 21481. by Denis Vlasenko · 17 years ago
  45. 6d1ebec ash: add another testsuite entry ("leaking variables" bug) by Denis Vlasenko · 17 years ago
  46. 7465dbc ash: speed up NOFORK code in ash by eliminating second find_applet(). by Denis Vlasenko · 17 years ago
  47. f78a656 ash: a bit more complete POSIX subst testsuite entry by Denis Vlasenko · 17 years ago
  48. 033424a ash: add testsuite entry for POSIX-mandated ${var#word} ${var##word} by Denis Vlasenko · 17 years ago
  49. 9bc80d7 ash: add FEATURE_SH_NOFORK support by Denis Vlasenko · 17 years ago
  50. 4a9ca13 ash: do not do find_applet() twice in shellexec/tryexec by Denis Vlasenko · 17 years ago
  51. 93b8263 fix build with gcc -combine by Denis Vlasenko · 17 years ago
  52. 468aea2 shells: do not frocibly enable test, echo and kill _applets_, by Denis Vlasenko · 17 years ago
  53. 80591b0 ash: support for && and || in [[ expr ]]; add testsuite checks by Denis Vlasenko · 17 years ago
  54. f7d5665 ash: comment about [[; code style fixes. No code changes. by Denis Vlasenko · 17 years ago
  55. 92e13c2 ash: optional bash-like pattern subst and substring opts by Denis Vlasenko · 17 years ago
  56. 59f351c ash: add read -u; fix read -t and read -n; add testsuite entries. by Denis Vlasenko · 17 years ago
  57. c693840 *: whitespace fixes, no code changes by Denis Vlasenko · 17 years ago
  58. 42cc304 lpr: add more accurate comments *: trailing whitespace removal by Denis Vlasenko · 17 years ago
  59. 0b6c6a9 lpd: fix OOM vulnerability (was eating arbitrarily large commands) by Denis Vlasenko · 17 years ago
  60. c93b162 patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) by Denis Vlasenko · 17 years ago
  61. f90ab18 *: use fopen_or_warn in few more places by Denis Vlasenko · 17 years ago
  62. 62a90cd *: shrink by using [f]open_or_warn_stdin where appropriate by Denis Vlasenko · 17 years ago
  63. 85c2471 *: fix fallout from -Wunused-parameter 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. a43dba7 msh: create testsuite (based on hush one) by Denis Vlasenko · 17 years ago
  68. 4aafd5f msh: a few fields renamed; short->int conversion for a field by Denis Vlasenko · 17 years ago
  69. fb29038 libbb: inntroduce and use bb_pstrcmp() and qsort_string_vector() by Denis Vlasenko · 17 years ago
  70. 509697f msh: renames: ->words => ->op_words, space() => get_space() by Denis Vlasenko · 17 years ago
  71. fe21883 msh: fix for bug 846 ("break" didn't work second time) by Denis Vlasenko · 17 years ago
  72. 574f2f4 *: add optimization barrier to all "G trick" locations by Denis Vlasenko · 17 years ago
  73. 400d8bb less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1) by Denis Vlasenko · 17 years ago
  74. 6aa74fc ash: s/ckzmalloc/ckzalloc/ by Denis Vlasenko · 17 years ago
  75. 838ffd5 ash: sprinkle a bit more of zeroed allocations. by Denis Vlasenko · 17 years ago
  76. e376d45 libbb: introduce and use nonblock_safe_read(). Yay! by Denis Vlasenko · 17 years ago
  77. 597906c ash: introduce and use stzalloc and ckzalloc. by Denis Vlasenko · 17 years ago
  78. c12d51e ash: fix fallout from "A=1 B=$A; echo $B" code. by Denis Vlasenko · 17 years ago
  79. 5624473 whitespace fixes by Denis Vlasenko · 17 years ago
  80. 25591c3 libbb: introduce bb_signals and bb_signals_recursive, by Denis Vlasenko · 17 years ago
  81. 284d0fa random s/short/int/ by Denis Vlasenko · 17 years ago
  82. 0e6f661 ash: handle "A=1 A=2 B=$A; echo $B". closes bug 947. by Denis Vlasenko · 17 years ago
  83. 94e87bc ash: explain why "set -o BOGUS" doesn't abort by Denis Vlasenko · 17 years ago
  84. 28bf671 ash: make ash -c 'if set -o barfoo 2>/dev/null; then echo foo; else echo bar; fi' work by Denis Vlasenko · 17 years ago
  85. 773f671 typo fix by Denis Vlasenko · 17 years ago
  86. 12c0622 tar: do "short EOF" compat only if CONFIG_DESKTOP. by Denis Vlasenko · 17 years ago
  87. 65eb550 reinstate redir.tests with correct perms by Denis Vlasenko · 17 years ago
  88. 81887e2 ash: add a testcase for recently fixed signal bug by Denis Vlasenko · 17 years ago
  89. fee2d0c msh: stop trying to parse variables in "msh SCRIPT VAR=val param". by Denis Vlasenko · 17 years ago
  90. 7e49752 msh: instead of fixing "ls | cd", "cd | ls" etc just disallow by Denis Vlasenko · 17 years ago
  91. e26b278 ash: fix warning about _GNU_SOURCE being redefined, fix typo in comment. by Denis Vlasenko · 17 years ago
  92. 648b44f msh: shrink, mainly by using smallints by Denis Vlasenko · 17 years ago
  93. a5f2cd3 msh: do not run pipes where last command is a builtin by Denis Vlasenko · 17 years ago
  94. 8317799 hush: die_sllep needs restoring only if job control is on by Denis Vlasenko · 17 years ago
  95. 08126f6 hush: close-on-exec interactive_fd by Denis Vlasenko · 17 years ago
  96. 459a5ad hush: set CLOEXEC on script file being executed by Denis Vlasenko · 17 years ago
  97. 4ecfcdc hush: fix the comment by Denis Vlasenko · 17 years ago
  98. c04163a hush: reset die_sleep to 0 in child after fork by Denis Vlasenko · 17 years ago
  99. 991a1da ash: fix "orwell bug" 1984. Testcase: by Denis Vlasenko · 17 years ago
  100. 0ef240d hush: small fixes to docs/testsuite by Denis Vlasenko · 17 years ago