aboutsummaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Expand)Author
2009-11-17hush: improve HUSH_BRACE_EXP code (still disabled). ~0 bytesDenys Vlasenko
2009-11-16tweak in commentDenys Vlasenko
2009-11-16hush: initial stab at brace expansion supportDenys Vlasenko
2009-11-16hush: fix handling of words with braces. +65 bytesDenys Vlasenko
2009-11-16hush: fix exit code propagation from `cmd`. +45 bytesDenys Vlasenko
2009-11-15libbb: added xfdopen_for_read/writeDenys Vlasenko
2009-11-15hush: wait for `cmd` to complete, and immediately store its exitcode in $?Denys Vlasenko
2009-11-06removed SuSv3 doc tarball - potential licensing problemDenys Vlasenko
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko
2009-10-23*: optimize most of isXXXXX() macrosDenys Vlasenko
2009-10-23build failure fix and some cosmeticsDenys Vlasenko
2009-10-22*: remove last function calls to isspaceDenys Vlasenko
2009-10-19hush: fix exec builtin in a better way (+ "glob in exec" bug fixed)Denys Vlasenko
2009-10-19hush: use configured max line length, not BUFSIZE from libcDenys Vlasenko
2009-10-19randomconfig fixesDenys Vlasenko
2009-10-19hush: remove superfluous assignmentDenys Vlasenko
2009-10-19hush: make it compile again :/Denys Vlasenko
2009-10-19hush: cosmetics. no code changesDenys Vlasenko
2009-10-18hush: fix handling of empty argumentsDenys Vlasenko
2009-10-18hush: handle empty execsMike Frysinger
2009-10-15hush: add a printf builtinMike Frysinger
2009-10-15hush: unify handling of builtin appletsMike Frysinger
2009-10-12ash,hush: fix $RANDOM in children being repeatedDenys Vlasenko
2009-10-11hush: shrink $RANDOM supportDenys Vlasenko
2009-10-11ash: use bbox wrappers for malloc etc instead of homegrown onesDenys Vlasenko
2009-10-11ash: trivial shrink by using smaller intDenys Vlasenko
2009-10-09laguage and copyright date corrections, no code changesDenys Vlasenko
2009-10-09ash: make one testsuite entry more robustDenys Vlasenko
2009-10-09shell/Config.in: forgotten chunk with CONFIG_HUSH_RANDOM_SUPPORTDenys Vlasenko
2009-10-09hush: fix cut-n-paste error in last commitDenys Vlasenko
2009-10-09hush: add support for $RANDOM. If on:Denys Vlasenko
2009-10-09ash: factor out $RANDOM supportDenys Vlasenko
2009-10-09hush: support $PPIDDenys Vlasenko
2009-10-08*: a few more NOINLINEsDenys Vlasenko
2009-10-08*: code shrink via NOINLINEDenys Vlasenko
2009-10-08ash: compile breakage fixDenys Vlasenko
2009-10-06Fix english in build systemDenys Vlasenko
2009-10-06*: use {i,u}toa() where appropriateDenys Vlasenko
2009-10-05ash: error out on ${#1#}, ${#$11}, ${#11#}Cristian Ionescu-Idbohrn
2009-10-04ash: document where we accept invalid syntax. no code changesDenys Vlasenko
2009-10-04ash: code shrinkDenys Vlasenko
2009-09-30typo fix in a comment in a testcase. oh well...Denys Vlasenko
2009-09-29ash,hush: share stringDenys Vlasenko
2009-09-27libbb/lineedit: fix the case when we configured history to have 0 linesDenys Vlasenko
2009-09-27ash,hush: make trap output short signal names, without SIG prefixDenys Vlasenko
2009-09-25hush: do not reset to default "" traps in subshellDenys Vlasenko
2009-09-25hush: document a TODO. no code changesDenys Vlasenko
2009-09-25ash: better comment. no code changesDenys Vlasenko
2009-09-25ash: even smaller `trap` codeDenys Vlasenko
2009-09-25ash: slightly better (more correct) code for "trap hack"Denys Vlasenko