aboutsummaryrefslogtreecommitdiff
path: root/shell (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '19311bfa7b8e8c6effa9c375de9b0eb4338bee12' into mergeRon Yorston2012-03-226-99/+172
|\
| * hush: document a bug about aborting on sourced file error when non-interactiveDenys Vlasenko2011-03-242-0/+15
| * 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-243-0/+9
| * ash,hush: recheck LANG before every line inputDenys Vlasenko2011-03-232-17/+31
| * ash/hush: shrink help textDenys Vlasenko2011-03-082-2/+2
| * remove stray empty lineDenys Vlasenko2011-03-071-1/+0
| * ash/hush: provide help textDenys Vlasenko2011-03-072-21/+40
| * ash: fix execution of shell scripts without shebangDenys Vlasenko2011-03-071-10/+19
| * convert "do {...} while (1);" -> "while (1) {...}"Denys Vlasenko2011-03-021-8/+8
* | Merge commit 'da4441c44f6efccb6f7b7588404d9c6bfb7b6af8' into mergeRon Yorston2012-03-2213-47/+220
|\|
| * slightly better wording in commentsDenys Vlasenko2011-02-212-4/+4
| * ash: fix ash-signals/signal8 testcase failureDenys Vlasenko2011-02-215-12/+130
| * hush: do not print killer signal's name for SIGPIPEDenys Vlasenko2011-02-142-2/+5
| * ash: fix TMOUT not restoring tty attributesDenys Vlasenko2011-02-082-47/+28
| * echo: do not retry on write errorsDenys Vlasenko2011-02-076-1/+26
| * ash: optional support for $TMOUT variableDenys Vlasenko2011-02-041-0/+47
| * ash: cosmetic cleanupsDenys Vlasenko2011-02-041-13/+12
| * whitespace fixesDenys Vlasenko2011-02-031-3/+3
| * hush: use FEATURE_SH_NOFORK to enable NOFORK trickDenys Vlasenko2011-02-022-10/+10
* | Merge commit '8d0e0cdadf726beab28ccdc7d69738c1534e1f74' into mergeRon Yorston2012-03-213-30/+42
|\|
| * move utmp.h include to libbb.hDenys Vlasenko2011-01-251-0/+2
| * 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-183-8/+8
| * hush: fix wrong prompt problem on empty interactive commantsDenys Vlasenko2011-01-071-1/+10
* | Eat trailing CRs as well as LFs when expanding backquotesRon Yorston2012-02-161-1/+2
* | Replace backslash with forward slash in environmentRon Yorston2012-02-161-0/+7
* | Implement nonblocking waitRon Yorston2012-02-141-3/+4
* | Create fake HOME environment variableRon Yorston2012-02-091-0/+19
* | Skip carriage return in read builtin commandRon Yorston2012-02-061-1/+1
* | win32: ash: teach "cd" DOS path separator '\'Nguyễn Thái Ngọc Duy2011-01-141-7/+8
* | Merge remote-tracking branch 'upstream/master'Nguyễn Thái Ngọc Duy2011-01-0412-238/+465
|\|
| * init: simpler handling of leading dash in commandsDenys Vlasenko2010-12-251-1/+1
| * 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-222-3/+12
| * hush: fix improper handling of newline and hash chars in few corner casesDenys Vlasenko2010-11-227-123/+160
| * hush: add support for "set -o pipefail"Denys Vlasenko2010-11-143-23/+186
| * hush: preparatory patch for set -o pipefail supportDenys Vlasenko2010-11-141-4/+5
| * whitespace cleanupDenys Vlasenko2010-10-292-13/+5
* | Merge commit 'e4dcba1c103dc28e927e004791e331aaf604383d'Nguyễn Thái Ngọc Duy2011-01-042-4/+4
|\|
| * *: whitespace fixesDenys Vlasenko2010-10-282-4/+4
* | Merge commit '06f719fd79fe15ce6fd5431bc58fcb22851de24d^'Nguyễn Thái Ngọc Duy2011-01-0412-540/+637
|\|
| * *: whitespace fixesDenys Vlasenko2010-10-051-1/+1
| * hush: remove "doesn't support brace expansion" from config help textDenys Vlasenko2010-10-041-2/+2