aboutsummaryrefslogtreecommitdiff
path: root/shell/hush.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix build breakage found by randconfigDenys Vlasenko2012-04-201-0/+2
* hush: remove unused member struct command::is_stoppedDenys Vlasenko2012-03-271-4/+0
* lineedit: remove SAVE_HISTORY bit, ->hist_file can be used as indicatorDenys Vlasenko2011-09-041-2/+1
* lineedit: add support for history saving on exitDenys Vlasenko2011-09-041-0/+4
* lineedit: fix atomic replace of history file; hush: fix $HISTFILE handlingDenys Vlasenko2011-09-041-17/+23
* randomconfig fixesDenys Vlasenko2011-08-091-6/+6
* hush: fix remaining known two bugs with IFS expansion. Closes 4027.Denys Vlasenko2011-08-011-27/+55
* hush: partially fix wrong expansion on $IFS (bug 4027).Denys Vlasenko2011-08-011-9/+30
* hush: better comment. No code changesDenys Vlasenko2011-06-011-1/+1
* hush: fix a corner case of empty "do \n done" structureDenys Vlasenko2011-05-311-1/+4
* hush: fix misparsing of "... do eval a= ...". Closes 3721Denys Vlasenko2011-05-141-28/+49
* fix "variable 'foo' set but not used" warningsDenys Vlasenko2011-05-131-2/+2
* hush: install signal handlers with filled sigmaskDenys Vlasenko2011-05-121-9/+28
* hush: fixes and small shrink for HUSH_JOB!=yDenys Vlasenko2011-05-121-10/+17
* hush: remove one sigprocmask from exit pathDenys Vlasenko2011-05-121-4/+6
* hush: add forgotten {} in multi-statement if.Denys Vlasenko2011-05-121-2/+3
* hush: fix login shell's signal handling; add -l option so that it's easier to...Denys Vlasenko2011-05-121-32/+35
* hush: replace signal handling machineryDenys Vlasenko2011-05-111-232/+278
* hush: use SA_RESTARTed signal handlers across read.Denys Vlasenko2011-05-111-16/+21
* hush: code shrinkDenys Vlasenko2011-05-091-59/+66
* 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