aboutsummaryrefslogtreecommitdiff
path: root/shell/hush.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* hush: make read builtin interruptible.Denys Vlasenko2011-05-081-2/+96
* hush: fix incorrect PS2 dispaly and trap handling while reading commandDenys Vlasenko2011-05-081-5/+22
* ash,hush: optional support for $HISTFILESIZE.Denys Vlasenko2011-03-311-0/+4
* hush: remove outdated commentsDenys Vlasenko2011-03-301-5/+1
* hush: fix source1.testsDenys Vlasenko2011-03-301-27/+37
* hush: make parse errors in sourced file non-fatal in interactive scriptDenys Vlasenko2011-03-241-45/+52
* hush: fix a case where return in sourced file has no effectDenys Vlasenko2011-03-241-0/+4
* ash,hush: recheck LANG before every line inputDenys Vlasenko2011-03-231-9/+16
* ash/hush: shrink help textDenys Vlasenko2011-03-081-1/+1
* ash/hush: provide help textDenys Vlasenko2011-03-071-7/+14
* hush: do not print killer signal's name for SIGPIPEDenys Vlasenko2011-02-141-2/+4
* ash: fix TMOUT not restoring tty attributesDenys Vlasenko2011-02-081-1/+1
* echo: do not retry on write errorsDenys Vlasenko2011-02-071-1/+7
* hush: use FEATURE_SH_NOFORK to enable NOFORK trickDenys Vlasenko2011-02-021-6/+5
* hush: improve prompt in nested {}s, remove unused in_str->promptme memberDenys Vlasenko2011-01-181-21/+11
* hush: fix "cmd & <newline>" problemDenys Vlasenko2011-01-181-5/+16
* mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko2011-01-181-4/+4
* hush: fix wrong prompt problem on empty interactive commantsDenys Vlasenko2011-01-071-1/+10
* hush: fix FEATURE_CLEAN_UP code (was freeing unallocated memory)Denys Vlasenko2010-12-211-45/+49
* hush: fix build breakage (variable declared in for())Denys Vlasenko2010-12-181-21/+24
* add if guards around include <malloc.h>Denys Vlasenko2010-12-051-1/+5
* hush: move G_x_mode define to the more appropriate placeDenys Vlasenko2010-11-281-5/+5
* Support set -o xtrace/noexec alternates for set -x/-nDan Fandrich2010-11-281-6/+14
* hush: display useful help textDan Fandrich2010-11-281-2/+8
* fixes for bugs discovered by randomconfig builds and testsDenys Vlasenko2010-11-221-2/+4
* hush: fix improper handling of newline and hash chars in few corner casesDenys Vlasenko2010-11-221-123/+130
* hush: add support for "set -o pipefail"Denys Vlasenko2010-11-141-23/+101
* hush: preparatory patch for set -o pipefail supportDenys Vlasenko2010-11-141-4/+5
* *: whitespace fixesDenys Vlasenko2010-10-281-2/+2
* hush: remove "doesn't support brace expansion" from config help textDenys Vlasenko2010-10-041-2/+2
* hush: remove brace expansion from TODO list in comments. No code changes.Denys Vlasenko2010-10-031-4/+5
* hush: small code shrinkDenys Vlasenko2010-10-031-2/+6
* hush: implement brace expansionDenys Vlasenko2010-10-031-5/+20
* hush: preparatory patch, no code changesDenys Vlasenko2010-10-031-25/+26
* hush: use smaller EXP_FLAG_foo constantsDenys Vlasenko2010-09-211-11/+11
* hush: move shell_ver from globals to main's stack.Denys Vlasenko2010-09-161-8/+9
* shell/math: deconvolute and explain ?: handling. Give better error messageDenys Vlasenko2010-09-161-2/+2
* shell/math: return string error indicator, not integerDenys Vlasenko2010-09-151-25/+15
* shell/math.c: rename arith_eval_hooks to arith_state, put error code into itDenys Vlasenko2010-09-131-5/+6
* shell: shrink arith code; and prepare for returning text error codesDenys Vlasenko2010-09-131-4/+4
* hush: optional support for history savingDenys Vlasenko2010-09-121-0/+20
* hush: move the EXIT trap comment. no code changesDenys Vlasenko2010-09-121-2/+3
* hush: fix EXIT trap display inside exit trap handlerDenys Vlasenko2010-09-121-4/+4
* hush: fix handling of \" in quoted/unquoted `cmd`Denys Vlasenko2010-09-121-19/+29
* hush: remove forgotten commented-out block. no code changesDenys Vlasenko2010-09-101-4/+0
* hush: do fewer strdups in % and hash expansionsDenys Vlasenko2010-09-101-13/+16
* hush: better function and parameter namesDenys Vlasenko2010-09-101-20/+55
* hush: fix var_bash5.tests failureDenys Vlasenko2010-09-101-20/+23
* hush: fix var_bash3.tests failureDenys Vlasenko2010-09-101-13/+15
* hush: remove useless ESC_GLOB_CHARS clears/resotresDenys Vlasenko2010-09-101-15/+4