aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c
AgeCommit message (Expand)Author
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko
2009-10-19randomconfig fixesDenys Vlasenko
2009-10-12ash,hush: fix $RANDOM in children being repeatedDenys 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-09ash: factor out $RANDOM supportDenys Vlasenko
2009-10-08*: a few more NOINLINEsDenys Vlasenko
2009-10-08ash: compile breakage fixDenys 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-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-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
2009-09-25ash: better handling of EXIT trap in `trap` hackDenys Vlasenko
2009-09-24ash: do not let EXIT trap to fire in `trap`Denys Vlasenko
2009-09-24ash,hush: fix trap reporting: s/SIGEXIT/EXIT/Denys Vlasenko
2009-09-23*: more portability fixes by Dan FandrichDenys Vlasenko
2009-09-23*: optimize code size in strtoul callsDenys Vlasenko
2009-09-23ash: fix `trap`Denys Vlasenko
2009-09-16ash: fix bug 585 (>"$VAR_WITH_UNICODE_CHARS" problem)Denys Vlasenko
2009-09-16ash: preparatory cleanup. The only real changes are (unsigned char) castsDenys Vlasenko
2009-09-05hush: export PWDDenys Vlasenko
2009-08-30ash: better comment. no code changesDenys Vlasenko
2009-08-30ash: revent one place where number() doesn't workDenys Vlasenko
2009-08-29ash: deal with some TODOs (mostly trivial)Denys Vlasenko
2009-08-29ash: fix handling of Unicode chars in redirects. Fixes bug 585Denys Vlasenko
2009-08-29ash: trivial simplifications and optimizationsDenys Vlasenko
2009-08-23ash: make "jobs -l" more similar to bash. By Earl Chew. Fixes bug 481Denys Vlasenko
2009-08-17ash: fix bug 571 (jobs %string misbehaving)Denys Vlasenko
2009-07-24ash: further fixes to debug machinery (closes bug 485)Denys Vlasenko
2009-07-24ash: make "jobs" work even in subshellsDenys Vlasenko
2009-07-23ash: fix debug machinery a bitDenys Vlasenko
2009-07-11ash: fixes in debug printoutsDenys Vlasenko
2009-06-14ash: fix . builtinDenys Vlasenko
2009-06-11ash: revert over-zealous usage of FAST_FUNCDenys Vlasenko
2009-06-10added comments about [[ ]] to ash and hush. no code changesDenys Vlasenko
2009-06-09randomconfig fixesDenys Vlasenko
2009-06-06hush: make builtins work in pipes (eval ... | ...) on NOMMUDenys Vlasenko
2009-06-05*: add FAST_FUNC to function ptrs where it makes senseDenys Vlasenko
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko
2009-04-18hush: deal with umask TODO (symbolic modes)Denis Vlasenko
2009-04-12ash: fix warning in debug buildDenis Vlasenko
2009-04-04hush: fix NOMMU hangs in pseudo_exec_argv. Add forgotted settingDenis Vlasenko
2009-04-02shells: do not need to have math state globalDenis Vlasenko
2009-04-02fix ash-alias/alias.tests failureDenis Vlasenko