aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c
AgeCommit message (Expand)Author
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
2009-04-02split math code out of ash and into a standalone library so we can use it in ...Mike Frysinger
2009-04-01more of pointless whitespace fixesDenis Vlasenko
2009-03-31ash: add/improve comments, no code changesDenis Vlasenko
2009-03-31ash: fix $IFS handling in read. closes bug 235Denis Vlasenko
2009-03-20ash: expand commentDenis Vlasenko
2009-03-20ash: add missing comma in debug scaffoldingDenis Vlasenko
2009-03-20ash: fix a case where we close wrong descriptor; add debug hack for thatDenis Vlasenko
2009-03-19ash: DEBUG should be 0 :)Denis Vlasenko
2009-03-19ash: fix TRACE commandsDenis Vlasenko
2009-03-19ash: make evaltree save/restore int suppression depth.Denis Vlasenko