1. f2cbb03 *: optimize most of isXXXXX() macros by Denys Vlasenko · 15 years ago
  2. c1947f1 build failure fix and some cosmetics by Denys Vlasenko · 15 years ago
  3. c0dab37 *: remove last function calls to isspace by Denys Vlasenko · 15 years ago
  4. 3ef4f77 hush: fix exec builtin in a better way (+ "glob in exec" bug fixed) by Denys Vlasenko · 15 years ago
  5. aaa22d2 hush: use configured max line length, not BUFSIZE from libc by Denys Vlasenko · 15 years ago
  6. 36df048 randomconfig fixes by Denys Vlasenko · 15 years ago
  7. 3b3ccdc hush: remove superfluous assignment by Denys Vlasenko · 15 years ago
  8. 8bc7f2c hush: make it compile again :/ by Denys Vlasenko · 15 years ago
  9. c083653 hush: cosmetics. no code changes by Denys Vlasenko · 15 years ago
  10. f37eb39 hush: fix handling of empty arguments by Denys Vlasenko · 15 years ago
  11. 28736c3 hush: handle empty execs by Mike Frysinger · 15 years ago
  12. 4ebc76c hush: add a printf builtin by Mike Frysinger · 15 years ago
  13. ccb1959 hush: unify handling of builtin applets by Mike Frysinger · 15 years ago
  14. 76ace25 ash,hush: fix $RANDOM in children being repeated by Denys Vlasenko · 15 years ago
  15. 8c66a9d hush: shrink $RANDOM support by Denys Vlasenko · 15 years ago
  16. e7670ff ash: use bbox wrappers for malloc etc instead of homegrown ones by Denys Vlasenko · 15 years ago
  17. 0e5e4ea ash: trivial shrink by using smaller int by Denys Vlasenko · 15 years ago
  18. e3c6e19 laguage and copyright date corrections, no code changes by Denys Vlasenko · 15 years ago
  19. 3dc4a3e ash: make one testsuite entry more robust by Denys Vlasenko · 15 years ago
  20. 69d1f45 shell/Config.in: forgotten chunk with CONFIG_HUSH_RANDOM_SUPPORT by Denys Vlasenko · 15 years ago
  21. cbe0b7f hush: fix cut-n-paste error in last commit by Denys Vlasenko · 15 years ago
  22. 20b3d14 hush: add support for $RANDOM. If on: by Denys Vlasenko · 15 years ago
  23. 3ea2e82 ash: factor out $RANDOM support by Denys Vlasenko · 15 years ago
  24. dea4788 hush: support $PPID by Denys Vlasenko · 15 years ago
  25. adf922e *: a few more NOINLINEs by Denys Vlasenko · 15 years ago
  26. a7bb3c1 *: code shrink via NOINLINE by Denys Vlasenko · 15 years ago
  27. 57ce977 ash: compile breakage fix by Denys Vlasenko · 15 years ago
  28. d427689 Fix english in build system by Denys Vlasenko · 15 years ago
  29. 7bb346f *: use {i,u}toa() where appropriate by Denys Vlasenko · 15 years ago
  30. 301f5ec ash: error out on ${#1#}, ${#$11}, ${#11#} by Cristian Ionescu-Idbohrn · 15 years ago
  31. 4d8873f ash: document where we accept invalid syntax. no code changes by Denys Vlasenko · 15 years ago
  32. 76622db ash: code shrink by Denys Vlasenko · 15 years ago
  33. 3a7034c typo fix in a comment in a testcase. oh well... by Denys Vlasenko · 15 years ago
  34. c34c033 ash,hush: share string by Denys Vlasenko · 15 years ago
  35. db9c57e libbb/lineedit: fix the case when we configured history to have 0 lines by Denys Vlasenko · 15 years ago
  36. e74aaf9 ash,hush: make trap output short signal names, without SIG prefix by Denys Vlasenko · 15 years ago
  37. 67f7186 hush: do not reset to default "" traps in subshell by Denys Vlasenko · 15 years ago
  38. 4ea0ca8 hush: document a TODO. no code changes by Denys Vlasenko · 15 years ago
  39. 8f88d85 ash: better comment. no code changes by Denys Vlasenko · 15 years ago
  40. 726e1a0 ash: even smaller `trap` code by Denys Vlasenko · 15 years ago
  41. e305c28 ash: slightly better (more correct) code for "trap hack" by Denys Vlasenko · 15 years ago
  42. 21d87d4 ash: better handling of EXIT trap in `trap` hack by Denys Vlasenko · 15 years ago
  43. 0800e3a ash: do not let EXIT trap to fire in `trap` by Denys Vlasenko · 15 years ago
  44. 7188540 hush: small speed optimization. +10 bytes. by Denys Vlasenko · 15 years ago
  45. 2f7894b ash,hush: fix trap reporting: s/SIGEXIT/EXIT/ by Denys Vlasenko · 15 years ago
  46. 606291b *: more portability fixes by Dan Fandrich by Denys Vlasenko · 15 years ago
  47. 1f27ab0 *: optimize code size in strtoul calls by Denys Vlasenko · 15 years ago
  48. 844f990 ash: fix `trap` by Denys Vlasenko · 15 years ago
  49. 91836ba hush: fix `trap` by Denys Vlasenko · 15 years ago
  50. 69b1cef hush: better wording in comments. no code changes by Denys Vlasenko · 15 years ago
  51. 1166d7b ash: fix bug 585 (>"$VAR_WITH_UNICODE_CHARS" problem) by Denys Vlasenko · 15 years ago
  52. b0d6338 ash: preparatory cleanup. The only real changes are (unsigned char) casts by Denys Vlasenko · 15 years ago
  53. 7956334 add a testcase for reopened bug 585 (not fixed yet) by Denys Vlasenko · 15 years ago
  54. 27726cb hush: make memleak debugging more robust by Denys Vlasenko · 15 years ago
  55. 873273d hush: code shrink by Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
  56. 043b1e5 more C standard compat fixes from Dan Fandrich by Denys Vlasenko · 15 years ago
  57. 90a9904 remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
  58. 6db4784 hush: export PWD by Denys Vlasenko · 15 years ago
  59. a00329c ash: better comment. no code changes by Denys Vlasenko · 15 years ago
  60. 7218af9 ash: revent one place where number() doesn't work by Denys Vlasenko · 15 years ago
  61. ecc2a2e ash: deal with some TODOs (mostly trivial) by Denys Vlasenko · 15 years ago
  62. 9f2e82a ash: add testsuite for bug 585 by Denys Vlasenko · 15 years ago
  63. c8334a4 ash: fix handling of Unicode chars in redirects. Fixes bug 585 by Denys Vlasenko · 15 years ago
  64. b6c8434 ash: trivial simplifications and optimizations by Denys Vlasenko · 15 years ago
  65. a12af2d ash: make "jobs -l" more similar to bash. By Earl Chew. Fixes bug 481 by Denys Vlasenko · 15 years ago
  66. 1cc4b13 msh: aliased to hush by Denys Vlasenko · 15 years ago
  67. 0793491 hush: enable "lash is deprecated, please use hush instead" message by Denys Vlasenko · 15 years ago
  68. a67a962 hush: do not process options after non-option args by Denys Vlasenko · 15 years ago
  69. ffc3920 ash: fix bug 571 (jobs %string misbehaving) by Denys Vlasenko · 15 years ago
  70. dbfa45b hust test: complain if busybox binary can't be found by Denys Vlasenko · 15 years ago
  71. cbfe6ad hush: fix \<newline> handling on NOMMU by Denys Vlasenko · 15 years ago
  72. 1967978 hush tests: remove the requirement that .config is in ../.. by Denys Vlasenko · 15 years ago
  73. 0951606 hush: do not use ps -o in leak_argv1; do not hardcode path in negate by Denys Vlasenko · 15 years ago
  74. 7cee00e ash: further fixes to debug machinery (closes bug 485) by Denys Vlasenko · 15 years ago
  75. e56f22a ash: make "jobs" work even in subshells by Denys Vlasenko · 15 years ago
  76. 86e83ec ash: fix debug machinery a bit by Denys Vlasenko · 15 years ago
  77. 252ccba remove msh_function.patch. msh is deprecated by Denys Vlasenko · 15 years ago
  78. 9038d6f remove trailing whitespace by Denys Vlasenko · 15 years ago
  79. 883cea4 ash: fixes in debug printouts by Denys Vlasenko · 15 years ago
  80. 82a6fb3 ash: fix . builtin by Denys Vlasenko · 15 years ago
  81. 641dd7b ash: revert over-zealous usage of FAST_FUNC by Denys Vlasenko · 15 years ago
  82. 7753919 added comments about [[ ]] to ash and hush. no code changes by Denys Vlasenko · 15 years ago
  83. 9ca656b hush: add HUSH_BASH_COMPAT, make [[ special handling depend on it by Denys Vlasenko · 15 years ago
  84. 9d617c4 hush: specially handle [[ - suppress globbing & multiword expansion by Denys Vlasenko · 15 years ago
  85. 2634bf3 randomconfig fixes by Denys Vlasenko · 15 years ago
  86. 764b2f0 hush: drop REDIRECT_INVALID; other minor tweaks by Denys Vlasenko · 16 years ago
  87. df5131c hush: fix a segfault in export builtin by Denys Vlasenko · 16 years ago
  88. d6b05eb hush: make builtins work in pipes (eval ... | ...) on NOMMU by Denys Vlasenko · 16 years ago
  89. 71016ba printf: accept negative numbers for %x; sh: overflowed numbers are 0 by Denys Vlasenko · 16 years ago
  90. d5f1b1b *: add FAST_FUNC to function ptrs where it makes sense by Denys Vlasenko · 16 years ago
  91. 0821801 hush: document a TODO in export builtin by Denys Vlasenko · 16 years ago
  92. 6f22624 hush: fix a case when backgrounded cmd makes shell hang by Denys Vlasenko · 16 years ago
  93. 295fef8 hush: add support for local builtin by Denys Vlasenko · 16 years ago
  94. eab40e5 hush_test: stop mixing tabs/spaces for indentation by Mike Frysinger · 16 years ago
  95. 6a46ab8 hush: unify syntax_error_unterm_{ch,str} a bit by Mike Frysinger · 16 years ago
  96. ef3e7fd hush: push down expansion var in handle_dollar() by Mike Frysinger · 16 years ago
  97. dc3bc40 hush: add support for special vars in braces by Mike Frysinger · 16 years ago
  98. ff64fb9 hush_test: filter test output to avoid C lib differences by Mike Frysinger · 16 years ago
  99. 28a105d nc, hush: cosmetic cleanups, no code changes by Denys Vlasenko · 16 years ago
  100. 4b7db4f read_key: drop optimization where we read 3 bytes at once by Denys Vlasenko · 16 years ago