aboutsummaryrefslogtreecommitdiff
path: root/shell (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * hush: shrink variable expansion codeDenys Vlasenko2010-05-201-20/+19
| * hush: fix var=`exit 2` not setting $? to 2Denys Vlasenko2010-05-203-5/+59
| * update shell/READMEDenys Vlasenko2010-05-201-3/+3
| * ash: eliminate 16 bytes in bssDenys Vlasenko2010-05-201-26/+22
| * hush: code shrinkDenys Vlasenko2010-05-201-1/+1
| * hush: support "cd -- DIR" and suchDenys Vlasenko2010-05-201-14/+32
| * shell: make it possible to alias one of shells to "bash"Denys Vlasenko2010-05-201-10/+33
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-143-9/+22
|\|
| * ash: fix var_leak.tests so that it actually catches the NOFORK bugDenys Vlasenko2010-05-183-9/+21
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-1418-199/+285
|\|
| * typo fixDenys Vlasenko2010-05-181-1/+1
| * ash: fix bug which causes signal6.tests to failDenys Vlasenko2010-05-182-8/+15
| * ash: fix var_leak testcaseDenys Vlasenko2010-05-182-6/+16
| * ash: fix testsuite false positivesDenys Vlasenko2010-05-183-3/+3
| * ash,hush: make bare "." set exitcode to 2Denys Vlasenko2010-05-182-29/+39
| * shell/README: describe special builtinsDenys Vlasenko2010-05-171-108/+82
| * hush: update bash compat todo commentDenys Vlasenko2010-05-171-7/+10
| * ash,hush: make "source" a synonym for . if bash compat is onDenys Vlasenko2010-05-172-0/+5
| * ash: fix ". empty_file" exitcode. +5 bytesDenys Vlasenko2010-05-172-4/+5
| * fix false positive in signal5.testsDenys Vlasenko2010-05-172-5/+6
| * ash: use CONFIG_FEATURE_EDITING_MAX_LENDenys Vlasenko2010-05-171-7/+6
| * typo fixDenys Vlasenko2010-05-171-1/+1
| * hush: fix hush-bugs/parse_err.testsDenys Vlasenko2010-05-174-7/+12
| * add two more tests which currently failDenys Vlasenko2010-05-174-0/+10
| * ash: fix signal5.testsDenys Vlasenko2010-05-172-6/+12
| * ash: add two testcases for (not yet fixed) ash bugsDenys Vlasenko2010-05-174-0/+31
| * hush: mention PPID, RANDOM supportDenys Vlasenko2010-05-161-1/+1
| * cttyhack: document the need to setsidDenys Vlasenko2010-05-151-2/+13
| * cttyhack: don't do anything if ctty is already availableDenys Vlasenko2010-05-141-17/+26
| * ash: refresh stack pointers after makestrspace in rmescapesColin Watson2010-04-261-0/+4
* | Merge branch 'ash'Nguyễn Thái Ngọc Duy2010-09-141-14/+1074
|\ \
| * | win32: ash: support .com executablesNguyễn Thái Ngọc Duy2010-09-141-2/+9
| * | win32: ash: general comments about MinGW portNguyễn Thái Ngọc Duy2010-09-141-0/+12
| * | win32: ash: do not set PPIDNguyễn Thái Ngọc Duy2010-09-141-1/+2
| * | win32: ash: work around case-insensitive env varsNguyễn Thái Ngọc Duy2010-09-141-0/+27
| * | win32: ash: shellexecNguyễn Thái Ngọc Duy2010-09-141-0/+35
| * | win32: ash: evalpipeNguyễn Thái Ngọc Duy2010-09-141-0/+38
| * | win32: ash: evalsubshellNguyễn Thái Ngọc Duy2010-09-141-0/+26
| * | win32: ash: evalbackcmdNguyễn Thái Ngọc Duy2010-09-141-0/+30
| * | win32: ash: openhereNguyễn Thái Ngọc Duy2010-09-141-0/+39
| * | win32: ash: sticky_free()Nguyễn Thái Ngọc Duy2010-09-141-0/+15
| * | win32: ash: forkshell_init()Nguyễn Thái Ngọc Duy2010-09-141-0/+68
| * | win32: ash: spawn_forkshell()Nguyễn Thái Ngọc Duy2010-09-141-0/+24
| * | win32: ash: forkshell_prepare()Nguyễn Thái Ngọc Duy2010-09-141-0/+70
| * | win32: ash: struct forkshellNguyễn Thái Ngọc Duy2010-09-141-0/+75
| * | win32: ash: struct globals_miscNguyễn Thái Ngọc Duy2010-09-141-0/+34
| * | win32: ash: struct globals_varNguyễn Thái Ngọc Duy2010-09-141-0/+57
| * | win32: ash: struct redirtabNguyễn Thái Ngọc Duy2010-09-141-0/+33
| * | win32: ash: char **Nguyễn Thái Ngọc Duy2010-09-141-0/+34
| * | win32: ash: struct tblentry **cmdtableNguyễn Thái Ngọc Duy2010-09-141-0/+24