aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c
AgeCommit message (Expand)Author
2009-12-10ash: trivial optimization -6 bytesDenys Vlasenko
2009-12-05ash: fix double comma in initializerDenys Vlasenko
2009-12-04ash: implement set -o pipefail (conditional on bash compat). +39 bytesMichael Abbott
2009-12-04ash: preparatory work for pipefail and code shrink. -44 bytesDenys Vlasenko
2009-12-04ash: re-enable SIGHUP on entry. Closes bug 771.Denys Vlasenko
2009-11-30ash: straighten up a bit of code in varvalue()Denys Vlasenko
2009-11-29ash: more cosmetics and cleanupsDenys Vlasenko
2009-11-29ash: cosmetics, no code changesDenys Vlasenko
2009-11-29ash: remove last "signed char"; make SIT() clearer. -12 bytesDenys Vlasenko
2009-11-29ash: randmconfig fixDenys Vlasenko
2009-11-28ash: remake strange signed char machinery to be unsigned. -57 bytesDenys Vlasenko
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