1. 8806d64 hush: mention PPID, RANDOM support by Denys Vlasenko · 15 years ago
  2. 651a269 *: merge some common strings by Denys Vlasenko · 15 years ago
  3. 1497484 ash,hush: make it possible to build them individually by Denys Vlasenko · 15 years ago
  4. f3c742f hush: use ash's ulimit builtin; make it more more bash0like while at it by Denys Vlasenko · 15 years ago
  5. 14a917e hush: note a FIXME by Denys Vlasenko · 15 years ago
  6. 17323a6 hush: more "greppable" field names. no code changes by Denys Vlasenko · 15 years ago
  7. 3581c62 whitespace fixes by Denys Vlasenko · 15 years ago
  8. 6b01b71 randomconfig fixes by Denys Vlasenko · 15 years ago
  9. 25d9b91 shell/read: check that variable names are sane by Denys Vlasenko · 15 years ago
  10. 03dad22 hush: use ash's read builtin by Denys Vlasenko · 15 years ago
  11. 6c93b24 hush: fix potential buffer overflow on NOMMU by Denys Vlasenko · 15 years ago
  12. e89a241 hush: fix subshell.tests failure on NOMMU by Denys Vlasenko · 15 years ago
  13. b70cef7 hush: two NOMMU fixes for bugs 877 and 883 by Denys Vlasenko · 15 years ago
  14. 385cc59 hush: plug a memory leak by Denys Vlasenko · 15 years ago
  15. a4899ef hush: fix exitcodes of killed processes by Denys Vlasenko · 15 years ago
  16. c270454 fix fallout from isprint() changes by Denys Vlasenko · 15 years ago
  17. f3e2818 hush: improve HUSH_BRACE_EXP code (still disabled). ~0 bytes by Denys Vlasenko · 15 years ago
  18. 160746b tweak in comment by Denys Vlasenko · 15 years ago
  19. 5b2db97 hush: initial stab at brace expansion support by Denys Vlasenko · 15 years ago
  20. d8389ad hush: fix handling of words with braces. +65 bytes by Denys Vlasenko · 15 years ago
  21. 00243b0 hush: fix exit code propagation from `cmd`. +45 bytes by Denys Vlasenko · 15 years ago
  22. a7ccdee libbb: added xfdopen_for_read/write by Denys Vlasenko · 15 years ago
  23. 647553a hush: wait for `cmd` to complete, and immediately store its exitcode in $? by Denys Vlasenko · 15 years ago
  24. 8131eea *: introduce and use ffulsh_all() by Denys Vlasenko · 15 years ago
  25. c1947f1 build failure fix and some cosmetics by Denys Vlasenko · 15 years ago
  26. 3ef4f77 hush: fix exec builtin in a better way (+ "glob in exec" bug fixed) by Denys Vlasenko · 15 years ago
  27. aaa22d2 hush: use configured max line length, not BUFSIZE from libc by Denys Vlasenko · 15 years ago
  28. 3b3ccdc hush: remove superfluous assignment by Denys Vlasenko · 15 years ago
  29. 8bc7f2c hush: make it compile again :/ by Denys Vlasenko · 15 years ago
  30. c083653 hush: cosmetics. no code changes by Denys Vlasenko · 15 years ago
  31. f37eb39 hush: fix handling of empty arguments by Denys Vlasenko · 15 years ago
  32. 28736c3 hush: handle empty execs by Mike Frysinger · 15 years ago
  33. 4ebc76c hush: add a printf builtin by Mike Frysinger · 15 years ago
  34. ccb1959 hush: unify handling of builtin applets by Mike Frysinger · 15 years ago
  35. 76ace25 ash,hush: fix $RANDOM in children being repeated by Denys Vlasenko · 15 years ago
  36. 8c66a9d hush: shrink $RANDOM support by Denys Vlasenko · 15 years ago
  37. cbe0b7f hush: fix cut-n-paste error in last commit by Denys Vlasenko · 15 years ago
  38. 20b3d14 hush: add support for $RANDOM. If on: by Denys Vlasenko · 15 years ago
  39. dea4788 hush: support $PPID by Denys Vlasenko · 15 years ago
  40. a7bb3c1 *: code shrink via NOINLINE by Denys Vlasenko · 15 years ago
  41. c34c033 ash,hush: share string by Denys Vlasenko · 15 years ago
  42. e74aaf9 ash,hush: make trap output short signal names, without SIG prefix by Denys Vlasenko · 15 years ago
  43. 67f7186 hush: do not reset to default "" traps in subshell by Denys Vlasenko · 15 years ago
  44. 4ea0ca8 hush: document a TODO. no code changes by Denys Vlasenko · 15 years ago
  45. 7188540 hush: small speed optimization. +10 bytes. by Denys Vlasenko · 15 years ago
  46. 2f7894b ash,hush: fix trap reporting: s/SIGEXIT/EXIT/ by Denys Vlasenko · 15 years ago
  47. 606291b *: more portability fixes by Dan Fandrich by Denys Vlasenko · 15 years ago
  48. 91836ba hush: fix `trap` by Denys Vlasenko · 15 years ago
  49. 69b1cef hush: better wording in comments. no code changes by Denys Vlasenko · 15 years ago
  50. 27726cb hush: make memleak debugging more robust by Denys Vlasenko · 15 years ago
  51. 873273d hush: code shrink by Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
  52. 90a9904 remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
  53. 6db4784 hush: export PWD by Denys Vlasenko · 15 years ago
  54. 1cc4b13 msh: aliased to hush by Denys Vlasenko · 15 years ago
  55. 0793491 hush: enable "lash is deprecated, please use hush instead" message by Denys Vlasenko · 15 years ago
  56. a67a962 hush: do not process options after non-option args by Denys Vlasenko · 15 years ago
  57. cbfe6ad hush: fix \<newline> handling on NOMMU by Denys Vlasenko · 15 years ago
  58. 1967978 hush tests: remove the requirement that .config is in ../.. by Denys Vlasenko · 15 years ago
  59. 9038d6f remove trailing whitespace by Denys Vlasenko · 15 years ago
  60. 82a6fb3 ash: fix . builtin by Denys Vlasenko · 16 years ago
  61. 7753919 added comments about [[ ]] to ash and hush. no code changes by Denys Vlasenko · 16 years ago
  62. 9ca656b hush: add HUSH_BASH_COMPAT, make [[ special handling depend on it by Denys Vlasenko · 16 years ago
  63. 9d617c4 hush: specially handle [[ - suppress globbing & multiword expansion by Denys Vlasenko · 16 years ago
  64. 764b2f0 hush: drop REDIRECT_INVALID; other minor tweaks by Denys Vlasenko · 16 years ago
  65. df5131c hush: fix a segfault in export builtin by Denys Vlasenko · 16 years ago
  66. d6b05eb hush: make builtins work in pipes (eval ... | ...) on NOMMU by Denys Vlasenko · 16 years ago
  67. d5f1b1b *: add FAST_FUNC to function ptrs where it makes sense by Denys Vlasenko · 16 years ago
  68. 0821801 hush: document a TODO in export builtin by Denys Vlasenko · 16 years ago
  69. 6f22624 hush: fix a case when backgrounded cmd makes shell hang by Denys Vlasenko · 16 years ago
  70. 295fef8 hush: add support for local builtin by Denys Vlasenko · 16 years ago
  71. 6a46ab8 hush: unify syntax_error_unterm_{ch,str} a bit by Mike Frysinger · 16 years ago
  72. ef3e7fd hush: push down expansion var in handle_dollar() by Mike Frysinger · 16 years ago
  73. dc3bc40 hush: add support for special vars in braces by Mike Frysinger · 16 years ago
  74. 28a105d nc, hush: cosmetic cleanups, no code changes by Denys Vlasenko · 16 years ago
  75. 4b7db4f read_key: drop optimization where we read 3 bytes at once by Denys Vlasenko · 16 years ago
  76. 171932d hust: trivial simplification in builtin_type by Denys Vlasenko · 16 years ago
  77. e640cb4 hush: fix bug 353 (wrong handling of \x in assignments) by Denys Vlasenko · 16 years ago
  78. 5d7cca2 hush: optimize type builtin a bit more by Denys Vlasenko · 16 years ago
  79. dd6b211 hush: optimize type builtin a bit by Denys Vlasenko · 16 years ago
  80. 93cadc2 hush: implement `type` by Mike Frysinger · 16 years ago
  81. 673e945 hush: remove outdated TODO and superfluous macro; fix compile breakage by Denys Vlasenko · 16 years ago
  82. 68759ed hush: tweak comment by Denys Vlasenko · 16 years ago
  83. e2df5f4 hush: rename last_waitpid_was_0 to we_have_children by Denys Vlasenko · 16 years ago
  84. 8d7be23 hush: fix SIGCHLD counting code, but keep it disabled for now. by Denys Vlasenko · 16 years ago
  85. e9bda90 hush: fix problems with case in subshells and with "case esac" by Denys Vlasenko · 16 years ago
  86. 38478a6 hush: fix build failure when jobs are disabled by Mike Frysinger · 16 years ago
  87. 6245202 hush: small fix for unset -f on NOMMU. by root · 16 years ago
  88. acdc49c hush: add more complex case to leak testcase, fix found breakage by Denys Vlasenko · 16 years ago
  89. cb6ff25 hush: fix bug where in "var=val func" var's value is not visible in func by Denys Vlasenko · 16 years ago
  90. e19e193 hush: fix \<newline> handling by Denys Vlasenko · 16 years ago
  91. b1cfc45 hush: fix handling of unterminated subshell: (<eof>. Fixes bug 229. by Denys Vlasenko · 16 years ago
  92. 1dd6cf8 hush: fix multiple redirections of the same fd (bug 227) by Denys Vlasenko · 16 years ago
  93. 54e0843 hush: make . cmd search $PATH by Denys Vlasenko · 16 years ago
  94. 690ad24 git commit test by Denys Vlasenko · 16 years ago
  95. c8653f6 hush: make it possible to have interactive shell on non-ctty. by Denis Vlasenko · 16 years ago
  96. 28e6796 hush: make getopt32 usable in builtins. use it in unset. by Denis Vlasenko · 16 years ago
  97. 5729300 hush: nommu fix for function passing by Denis Vlasenko · 16 years ago
  98. 5b7589e hush: fix SEGV in % expansion by Denis Vlasenko · 16 years ago
  99. 26cf283 do not tell people they can enter "help" if help has actually been disabled by Mike Frysinger · 16 years ago
  100. 67c1c7b use get_local_var_value() rather than getenv() when working with PS1/PS2/HOME, respect the PS2 env var, and make sure that the prompt changes whenever PS1/PS2 changes so we dont have to re-exec the shell to get a changed prompt by Mike Frysinger · 16 years ago