aboutsummaryrefslogtreecommitdiff
path: root/shell (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * 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: add brace expansion testcaseDenys Vlasenko2010-10-032-0/+14
| * hush: implement brace expansionDenys Vlasenko2010-10-031-5/+20
| * hush: preparatory patch, no code changesDenys Vlasenko2010-10-031-25/+26
| * ash: fix signal and "set -e" interactionDenys Vlasenko2010-09-255-6/+58
| * hush: use smaller EXP_FLAG_foo constantsDenys Vlasenko2010-09-211-11/+11
| * shell/math: better comment. no code changesDenys Vlasenko2010-09-171-2/+2
| * 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-166-129/+144
| * shell/math: return string error indicator, not integerDenys Vlasenko2010-09-156-131/+113
| * shell/math.c: stop using bss variableDenys Vlasenko2010-09-132-22/+37
| * shell/math.c: rename arith_eval_hooks to arith_state, put error code into itDenys Vlasenko2010-09-134-81/+78
| * shell/math.c: small code shrink; fixed incomprehensible commentsDenys Vlasenko2010-09-131-112/+113
| * shell: small code shrinkDenys Vlasenko2010-09-131-8/+9
| * shell: shrink arith code; and prepare for returning text error codesDenys Vlasenko2010-09-132-65/+63
* | win32: ash: fix path_advance() not advancing correctlyNguyễn Thái Ngọc Duy2011-01-041-1/+10