Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'origin/master' (early part) | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -31/+13 |
|\ | |||||
| * | ash: times builtin: use unsigned type; take free-of-charge modulo | Denys Vlasenko | 2010-06-18 | 1 | -4/+5 |
| * | *: stop defining _GNU_SOURCE in source files, it's in CFLAGS anyway | Denys Vlasenko | 2010-06-18 | 1 | -6/+0 |
| * | ash: fix unset in standalone mode | Denys Vlasenko | 2010-06-18 | 1 | -0/+1 |
| * | ash: cosmetics, no code changes | Denys Vlasenko | 2010-06-18 | 1 | -23/+7 |
* | | Merge branch 'origin/master' (early part) | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -16/+16 |
|\| | |||||
| * | fix a few goofs uncovered by "make allnoconfig" testing | Denys Vlasenko | 2010-06-06 | 1 | -1/+1 |
| * | ash: rename parsefile->fd to ->pf_fd | Denys Vlasenko | 2010-06-03 | 1 | -15/+15 |
* | | Merge branch 'origin/master' (early part) | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -10/+25 |
|\| | |||||
| * | ash: fix redirection of fd 0 in scripts are sourced from interactive ash | Denys Vlasenko | 2010-06-03 | 1 | -10/+25 |
* | | Merge branch 'origin/master' (early part) | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -8/+6 |
|\| | |||||
| * | *: better string sharing | Denys Vlasenko | 2010-06-02 | 1 | -8/+6 |
* | | win32: ash: fix up breakages from 8837c5d (ash: remove one redundant function... | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -8/+8 |
* | | Merge branch 'origin/master' (early part) | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -55/+57 |
|\| | |||||
| * | ash: remove one redundant function, improve string sharing, better field names | Denys Vlasenko | 2010-06-02 | 1 | -55/+57 |
* | | Merge branch 'origin/master' (early part) | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -2/+0 |
|\| | |||||
| * | shell: consolidate builtin_foo.? into shell_common.?; delete obsolete shells | Denys Vlasenko | 2010-05-23 | 1 | -2/+0 |
* | | Merge branch 'origin/master' (early part) | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -26/+22 |
|\| | |||||
| * | ash: eliminate 16 bytes in bss | Denys Vlasenko | 2010-05-20 | 1 | -26/+22 |
* | | Merge branch 'origin/master' (early part) | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -8/+15 |
|\| | |||||
| * | ash: fix var_leak.tests so that it actually catches the NOFORK bug | Denys Vlasenko | 2010-05-18 | 1 | -8/+14 |
* | | Merge branch 'origin/master' (early part) | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -42/+69 |
|\| | |||||
| * | typo fix | Denys Vlasenko | 2010-05-18 | 1 | -1/+1 |
| * | ash: fix bug which causes signal6.tests to fail | Denys Vlasenko | 2010-05-18 | 1 | -7/+15 |
| * | ash,hush: make bare "." set exitcode to 2 | Denys Vlasenko | 2010-05-18 | 1 | -20/+25 |
| * | ash,hush: make "source" a synonym for . if bash compat is on | Denys Vlasenko | 2010-05-17 | 1 | -0/+2 |
| * | ash: fix ". empty_file" exitcode. +5 bytes | Denys Vlasenko | 2010-05-17 | 1 | -3/+5 |
| * | ash: use CONFIG_FEATURE_EDITING_MAX_LEN | Denys Vlasenko | 2010-05-17 | 1 | -7/+6 |
| * | ash: fix signal5.tests | Denys Vlasenko | 2010-05-17 | 1 | -5/+12 |
| * | ash: refresh stack pointers after makestrspace in rmescapes | Colin Watson | 2010-04-26 | 1 | -0/+4 |
* | | win32: ash: support .com executables | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -2/+9 |
* | | win32: ash: general comments about MinGW port | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+12 |
* | | win32: ash: do not set PPID | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -1/+2 |
* | | win32: ash: work around case-insensitive env vars | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+27 |
* | | win32: ash: shellexec | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+35 |
* | | win32: ash: evalpipe | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+38 |
* | | win32: ash: evalsubshell | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+26 |
* | | win32: ash: evalbackcmd | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+30 |
* | | win32: ash: openhere | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+39 |
* | | win32: ash: sticky_free() | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+15 |
* | | win32: ash: forkshell_init() | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+68 |
* | | win32: ash: spawn_forkshell() | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+24 |
* | | win32: ash: forkshell_prepare() | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+70 |
* | | win32: ash: struct forkshell | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+75 |
* | | win32: ash: struct globals_misc | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+34 |
* | | win32: ash: struct globals_var | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+57 |
* | | win32: ash: struct redirtab | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+33 |
* | | win32: ash: char ** | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+34 |
* | | win32: ash: struct tblentry **cmdtable | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+24 |
* | | win32: ash: struct tblentry | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+55 |