summaryrefslogtreecommitdiff
path: root/shell/hush.c
Commit message (Expand)AuthorAge
* hush: remove sighandler_t definition hack, platform.h has it tooDenys Vlasenko2012-04-26
* fix build breakage found by randconfigDenys Vlasenko2012-04-20
* hush: remove unused member struct command::is_stoppedDenys Vlasenko2012-03-27
* lineedit: remove SAVE_HISTORY bit, ->hist_file can be used as indicatorDenys Vlasenko2011-09-04
* lineedit: add support for history saving on exitDenys Vlasenko2011-09-04
* lineedit: fix atomic replace of history file; hush: fix $HISTFILE handlingDenys Vlasenko2011-09-04
* randomconfig fixesDenys Vlasenko2011-08-09
* hush: fix remaining known two bugs with IFS expansion. Closes 4027.Denys Vlasenko2011-08-01
* hush: partially fix wrong expansion on $IFS (bug 4027).Denys Vlasenko2011-08-01
* hush: better comment. No code changesDenys Vlasenko2011-06-01
* hush: fix a corner case of empty "do \n done" structureDenys Vlasenko2011-05-31
* hush: fix misparsing of "... do eval a= ...". Closes 3721Denys Vlasenko2011-05-14
* fix "variable 'foo' set but not used" warningsDenys Vlasenko2011-05-13
* hush: install signal handlers with filled sigmaskDenys Vlasenko2011-05-12
* hush: fixes and small shrink for HUSH_JOB!=yDenys Vlasenko2011-05-12
* hush: remove one sigprocmask from exit pathDenys Vlasenko2011-05-12
* hush: add forgotten {} in multi-statement if.Denys Vlasenko2011-05-12
* hush: fix login shell's signal handling; add -l option so that it's easier to...Denys Vlasenko2011-05-12
* hush: replace signal handling machineryDenys Vlasenko2011-05-11
* hush: use SA_RESTARTed signal handlers across read.Denys Vlasenko2011-05-11
* hush: code shrinkDenys Vlasenko2011-05-08
* hush: make read builtin interruptible.Denys Vlasenko2011-05-08
* hush: fix incorrect PS2 dispaly and trap handling while reading commandDenys Vlasenko2011-05-08
* ash,hush: optional support for $HISTFILESIZE.Denys Vlasenko2011-03-31
* hush: remove outdated commentsDenys Vlasenko2011-03-30
* hush: fix source1.testsDenys Vlasenko2011-03-30
* hush: make parse errors in sourced file non-fatal in interactive scriptDenys Vlasenko2011-03-24
* hush: fix a case where return in sourced file has no effectDenys Vlasenko2011-03-24
* ash,hush: recheck LANG before every line inputDenys Vlasenko2011-03-23
* ash/hush: shrink help textDenys Vlasenko2011-03-08
* ash/hush: provide help textDenys Vlasenko2011-03-07
* hush: do not print killer signal's name for SIGPIPEDenys Vlasenko2011-02-14
* ash: fix TMOUT not restoring tty attributesDenys Vlasenko2011-02-08
* echo: do not retry on write errorsDenys Vlasenko2011-02-07
* hush: use FEATURE_SH_NOFORK to enable NOFORK trickDenys Vlasenko2011-02-02
* hush: improve prompt in nested {}s, remove unused in_str->promptme memberDenys Vlasenko2011-01-18
* hush: fix "cmd & <newline>" problemDenys Vlasenko2011-01-18
* mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko2011-01-18
* hush: fix wrong prompt problem on empty interactive commantsDenys Vlasenko2011-01-07
* hush: fix FEATURE_CLEAN_UP code (was freeing unallocated memory)Denys Vlasenko2010-12-21
* hush: fix build breakage (variable declared in for())Denys Vlasenko2010-12-18
* add if guards around include <malloc.h>Denys Vlasenko2010-12-05
* hush: move G_x_mode define to the more appropriate placeDenys Vlasenko2010-11-28
* Support set -o xtrace/noexec alternates for set -x/-nDan Fandrich2010-11-28
* hush: display useful help textDan Fandrich2010-11-28
* fixes for bugs discovered by randomconfig builds and testsDenys Vlasenko2010-11-22
* hush: fix improper handling of newline and hash chars in few corner casesDenys Vlasenko2010-11-22
* hush: add support for "set -o pipefail"Denys Vlasenko2010-11-14
* hush: preparatory patch for set -o pipefail supportDenys Vlasenko2010-11-14
* *: whitespace fixesDenys Vlasenko2010-10-28